From 503a09fa03c77ece04ff80c76540f9d105452c58 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 11 Jan 2026 17:04:15 +0100 Subject: [PATCH] non important commit --- home/modules/polybar.nix | 38 ++++++++------------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/home/modules/polybar.nix b/home/modules/polybar.nix index 6c4fb7a..99c3378 100644 --- a/home/modules/polybar.nix +++ b/home/modules/polybar.nix @@ -53,11 +53,6 @@ background = "\${colors.trans}"; foreground = "\${colors.fg}"; - tray-background = "\${colors.trans}"; - tray-padding = "2"; - tray-position = "right"; - tray-maxsize = "16"; - font-0 = "monospace:size=10;2"; font-1 = "monospace:size=10;2"; font-2 = "monospace:size=10;2"; @@ -71,7 +66,6 @@ cursor-scroll = "ns-resize"; modules-left = "bspwm"; - modules-center = "mpd"; modules-right = "date"; }; @@ -96,16 +90,19 @@ background = "\${colors.trans}"; foreground = "\${colors.fg}"; - tray-background = "\${colors.trans}"; - tray-padding = "2"; - tray-position = "right"; - tray-maxsize = "16"; + font-0 = "monospace:size=10;2"; + font-1 = "monospace:size=10;2"; + font-2 = "monospace:size=10;2"; + font-3 = "monospace:size=10;2"; + font-4 = "monospace:size=10;2"; + font-5 = "monospace:size=10;2"; + font-6 = "monospace:size=10;2"; + font-7 = "monospace:size=12;3"; cursor-click = "pointer"; cursor-scroll = "ns-resize"; modules-left = "bspwm"; - modules-center = "mpd"; modules-right = "date"; }; @@ -147,25 +144,6 @@ label-marked-padding = 1; }; - "module/mpd" = { - type = "internal/mpd"; - interval = 1; - format-online = ""; - format-stopped = ""; - icon-play = "%{T7}▶%{T-}"; - icon-play-foreground = "\${colors.fg}"; - icon-play-padding = 1; - icon-pause = "%{T7}⏸%{T-}"; - icon-pause-foreground = "\${colors.fg}"; - icon-pause-padding = 1; - icon-prev = "%{T7}⏮%{T-}"; - icon-prev-foreground = "\${colors.fg}"; - icon-prev-padding = 1; - icon-next = "%{T7}⏭%{T-}"; - icon-next-foreground = "\${colors.fg}"; - icon-next-padding = 1; - }; - "module/date" = { type = "internal/date"; interval = 1;