From 3e5c065acc03800ce4eef7fc04b17c132fe78560 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 8 Apr 2019 20:00:08 -0700 Subject: Add pasystray --- linux.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux.nix') 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 & ''; }; -- cgit v1.2.3