diff options
author | Ben Sima <ben@bsima.me> | 2019-04-08 20:00:08 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-08 20:00:08 -0700 |
commit | 3e5c065acc03800ce4eef7fc04b17c132fe78560 (patch) | |
tree | 1d3779deb6e70f46b4308a4173d23a1192c82622 /linux.nix | |
parent | 9b9cd0d710703496b14506b3ea4cab896aff77d5 (diff) |
Add pasystray
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 & ''; }; |