waybar: group items
This commit is contained in:
parent
71e616f64d
commit
88e15931b0
1 changed files with 16 additions and 14 deletions
|
|
@ -26,7 +26,6 @@
|
||||||
spacing = "8";
|
spacing = "8";
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"niri/workspaces"
|
"niri/workspaces"
|
||||||
"tray"
|
|
||||||
"niri/window"
|
"niri/window"
|
||||||
];
|
];
|
||||||
modules-center = [
|
modules-center = [
|
||||||
|
|
@ -34,23 +33,26 @@
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"mpris"
|
|
||||||
#"image"
|
#"image"
|
||||||
"gamemode"
|
|
||||||
|
|
||||||
"group/status-infos"
|
"group/status-infos"
|
||||||
|
"tray"
|
||||||
"wireplumber"
|
"group/system-tray"
|
||||||
"bluetooth"
|
|
||||||
"backlight"
|
|
||||||
"network"
|
|
||||||
"power-profiles-daemon"
|
|
||||||
"custom/swaync"
|
|
||||||
"idle_inhibitor"
|
|
||||||
"group/group-power"
|
"group/group-power"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"group/system-tray" = {
|
||||||
|
orientation = "inherit";
|
||||||
|
modules = [
|
||||||
|
"mpris"
|
||||||
|
"wireplumber"
|
||||||
|
"bluetooth"
|
||||||
|
"backlight"
|
||||||
|
"network"
|
||||||
|
"power-profiles-daemon"
|
||||||
|
"custom/swaync"
|
||||||
|
"idle_inhibitor"
|
||||||
|
];
|
||||||
|
};
|
||||||
"group/status-infos" = {
|
"group/status-infos" = {
|
||||||
orientation = "inherit";
|
orientation = "inherit";
|
||||||
modules = [
|
modules = [
|
||||||
|
|
@ -61,10 +63,10 @@
|
||||||
"disk"
|
"disk"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"niri/workspaces" = {
|
"niri/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
};
|
};
|
||||||
|
|
||||||
"niri/window" = {
|
"niri/window" = {
|
||||||
separate-outputs = true;
|
separate-outputs = true;
|
||||||
icon = true;
|
icon = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue