diff options
author | sefidel <contact@sefidel.net> | 2023-09-17 21:13:34 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-17 21:13:34 +0900 |
commit | 4e1ee5df49924dc2db6b970ebf1fb0dff6ad81bf (patch) | |
tree | c1d03c8b3f7915526e52255e24b1089096f5e3af /home/profiles/gui | |
parent | 1012b934a2e8fe16853dfbb3b59820a17f017b8b (diff) | |
download | nixrc-4e1ee5df49924dc2db6b970ebf1fb0dff6ad81bf.tar.gz nixrc-4e1ee5df49924dc2db6b970ebf1fb0dff6ad81bf.zip |
feat(home/gui): waybar: add tray
Diffstat (limited to 'home/profiles/gui')
-rw-r--r-- | home/profiles/gui/config/waybar/settings.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/waybar/settings.nix b/home/profiles/gui/config/waybar/settings.nix index 9109c04..0d43af6 100644 --- a/home/profiles/gui/config/waybar/settings.nix +++ b/home/profiles/gui/config/waybar/settings.nix @@ -11,7 +11,7 @@ in height = 22; modules-left = [ "pulseaudio" "custom/separator" "cpu" "custom/separator" "memory" "custom/separator" "idle_inhibitor" ]; modules-center = [ "sway/workspaces" ]; - modules-right = [ "network" "custom/separator" ] + modules-right = [ "tray" "network" "custom/separator" ] ++ lib.optionals (guiCfg.laptop.enable) [ "battery" "custom/separator" ] ++ [ "clock" ]; |