about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-17 21:13:34 +0900
committersefidel <contact@sefidel.net>2023-09-17 21:13:34 +0900
commit4e1ee5df49924dc2db6b970ebf1fb0dff6ad81bf (patch)
treec1d03c8b3f7915526e52255e24b1089096f5e3af /home/profiles
parent1012b934a2e8fe16853dfbb3b59820a17f017b8b (diff)
downloadnixrc-4e1ee5df49924dc2db6b970ebf1fb0dff6ad81bf.tar.gz
nixrc-4e1ee5df49924dc2db6b970ebf1fb0dff6ad81bf.zip
feat(home/gui): waybar: add tray
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/gui/config/waybar/settings.nix2
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" ];