1
0
forked from extern/nix-config

waybar: Remove tray

Adds complexity since it's non-trivial to style certain icons.
This commit is contained in:
Donovan Glover 2023-06-29 12:00:03 -04:00
parent e807232420
commit 218f58eb08
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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" ];
};
};