about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/i3.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix
index aa97cb8..7f5f793 100644
--- a/users/fcuny/i3.nix
+++ b/users/fcuny/i3.nix
@@ -17,4 +17,20 @@
       combi-modi = "window,drun,ssh";
     };
   };
+
+  services.polybar = {
+    enable = true;
+    package = pkgs.polybarFull;
+    script = "";
+    config =  {
+      "bar/main" = {
+        background = "#000000";
+        foreground = "#fafafa";
+      };
+      "module/pulseaudio" = {
+        type = "internal/pulseaudio";
+        use-ui-max = false;
+      };
+    };
+  };
 }