non important commit

This commit is contained in:
benstrb 2026-01-11 20:19:47 +01:00
parent 455d69d05d
commit 50571a35f0
2 changed files with 0 additions and 22 deletions

View file

@ -32,7 +32,6 @@
};
services.xserver.enable = true;
services.mpd.enable = true;
environment.shells = [pkgs.nushell];

View file

@ -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 = "<icon-prev><toggle><icon-next>";
format-stopped = "<icon-prev><toggle><icon-next>";
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;
};
};
};
}