summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-08 20:00:08 -0700
committerBen Sima <ben@bsima.me>2019-04-08 20:00:08 -0700
commit3e5c065acc03800ce4eef7fc04b17c132fe78560 (patch)
tree1d3779deb6e70f46b4308a4173d23a1192c82622
parent9b9cd0d710703496b14506b3ea4cab896aff77d5 (diff)
Add pasystray
-rw-r--r--linux.nix2
-rw-r--r--packages.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/linux.nix b/linux.nix
index f8318c8..42f1e4e 100644
--- a/linux.nix
+++ b/linux.nix
@@ -59,6 +59,7 @@ in
tray-padding = 0;
tray-scale = 1;
module-margin = 4;
+ modules-left = "ewmh";
modules-center = "date";
modules-right = "battery";
};
@@ -85,6 +86,7 @@ in
script = ''
#!/usr/bin/env sh
systemctl --user daemon-reload
+ pasystray &
polybar top &
'';
};
diff --git a/packages.nix b/packages.nix
index 7c03ec3..a858041 100644
--- a/packages.nix
+++ b/packages.nix
@@ -28,6 +28,7 @@ ncdu
neomutt
pandoc
pass
+pasystray
python3
#qutebrowser # doesn't work on neb (graphics not set up correctly)
ranger