mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-19 03:01:27 +01:00
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