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 ++ packages.nix | 1 + 2 files changed, 3 insertions(+) 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 -- cgit v1.2.3