forked from extern/nix-config
waybar: Remove tray
Adds complexity since it's non-trivial to style certain icons.
This commit is contained in:
parent
e807232420
commit
218f58eb08
@ -101,7 +101,7 @@ in
|
||||
autohide-starthidden = true;
|
||||
|
||||
modules-left = if icons then [ "wlr/taskbar" ] else [ "wlr/workspaces" "custom/new-workspace" ];
|
||||
modules-right = [ "tray" "wireplumber" "backlight" "battery" "clock" ];
|
||||
modules-right = [ "wireplumber" "backlight" "battery" "clock" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user