From 50571a35f047cd74560f4bee8c4cab6ebf683266 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 11 Jan 2026 20:19:47 +0100 Subject: [PATCH] non important commit --- configuration/main/configuration.nix | 1 - home/modules/polybar.nix | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/configuration/main/configuration.nix b/configuration/main/configuration.nix index 3828a74..f8410e5 100644 --- a/configuration/main/configuration.nix +++ b/configuration/main/configuration.nix @@ -32,7 +32,6 @@ }; services.xserver.enable = true; - services.mpd.enable = true; environment.shells = [pkgs.nushell]; diff --git a/home/modules/polybar.nix b/home/modules/polybar.nix index 2c8e284..fbecdf8 100644 --- a/home/modules/polybar.nix +++ b/home/modules/polybar.nix @@ -69,7 +69,6 @@ cursor-scroll = "ns-resize"; modules-left = "bspwm"; - modules-center = "mpd"; modules-right = "date"; }; @@ -107,7 +106,6 @@ cursor-scroll = "ns-resize"; modules-left = "bspwm"; - modules-center = "mpd"; modules-right = "date"; }; @@ -159,25 +157,6 @@ format-padding = 1; label = "%{T2}%time%%{T-}"; }; - - "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; - }; }; }; }