summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-06-07 07:59:26 -0700
committerBen Sima <ben@bsima.me>2018-06-07 07:59:26 -0700
commit7ad4d164202514c7a378a00c3751381712515795 (patch)
tree540d7dbcd50b542c9247628155b07b385eccf5bf /home.nix
parent22b6aab7ce4f759308ef9ff68ef648f8c89b6109 (diff)
Add systray to polybar
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 665ff2d..f2ba851 100644
--- a/home.nix
+++ b/home.nix
@@ -45,6 +45,15 @@ in
radius = 0;
background = "#fdf6e3"; # solarized base3
foreground = "#657b83"; # solarized base00
+ tray-position = "right";
+ tray-detached = false;
+ tray-maxsize = 16;
+ tray-transparent = false;
+ tray-background = "#fdf6e3";
+ tray-offset-x = 0;
+ tray-offset-y = 0;
+ tray-padding = 0;
+ tray-scale = 1.0;
module-margin = 4;
modules-center = "date";
modules-right = "battery";