mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-22 04:31:49 +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;
|
autohide-starthidden = true;
|
||||||
|
|
||||||
modules-left = if icons then [ "wlr/taskbar" ] else [ "wlr/workspaces" "custom/new-workspace" ];
|
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