From eb03e625f45114fbb55cfe89b0bb4486f4182c09 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 11 Jan 2026 14:39:28 +0100 Subject: [PATCH] non important commit --- home/modules/polybar.nix | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/home/modules/polybar.nix b/home/modules/polybar.nix index e51e2d3..0fab335 100644 --- a/home/modules/polybar.nix +++ b/home/modules/polybar.nix @@ -6,7 +6,38 @@ script = "polybar bar &"; settings = { - "bar/main" = { + "bar/primary" = { + monitor = "DVI-I-1"; + + width = "100%"; + height = 30; + radius = 0; + fixed-center = true; + + background = "#2e3440"; + foreground = "#d8dee9"; + + line-size = 3; + + padding-left = 2; + padding-right = 2; + + module-margin-left = 1; + module-margin-right = 1; + + font-0 = "FiraCode Nerd Font:size=10;2"; + font-1 = "FiraCode Nerd Font:size=12;2"; + + modules-left = "bspwm"; + modules-center = "date"; + modules-right = "cpu memory battery"; + + cursor-click = "pointer"; + }; + + "bar/secondary" = { + monitor = "HDMI-0"; + width = "100%"; height = 30; radius = 0;