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";
|
||||
modules-left = [
|
||||
"niri/workspaces"
|
||||
"tray"
|
||||
"niri/window"
|
||||
];
|
||||
modules-center = [
|
||||
|
|
@ -34,12 +33,17 @@
|
|||
"clock"
|
||||
];
|
||||
modules-right = [
|
||||
"mpris"
|
||||
#"image"
|
||||
"gamemode"
|
||||
|
||||
"group/status-infos"
|
||||
"tray"
|
||||
"group/system-tray"
|
||||
"group/group-power"
|
||||
];
|
||||
|
||||
"group/system-tray" = {
|
||||
orientation = "inherit";
|
||||
modules = [
|
||||
"mpris"
|
||||
"wireplumber"
|
||||
"bluetooth"
|
||||
"backlight"
|
||||
|
|
@ -47,10 +51,8 @@
|
|||
"power-profiles-daemon"
|
||||
"custom/swaync"
|
||||
"idle_inhibitor"
|
||||
"group/group-power"
|
||||
|
||||
];
|
||||
|
||||
};
|
||||
"group/status-infos" = {
|
||||
orientation = "inherit";
|
||||
modules = [
|
||||
|
|
@ -61,10 +63,10 @@
|
|||
"disk"
|
||||
];
|
||||
};
|
||||
|
||||
"niri/workspaces" = {
|
||||
format = "{icon}";
|
||||
};
|
||||
|
||||
"niri/window" = {
|
||||
separate-outputs = true;
|
||||
icon = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue