non important commit
This commit is contained in:
parent
455d69d05d
commit
50571a35f0
2 changed files with 0 additions and 22 deletions
|
|
@ -32,7 +32,6 @@
|
|||
};
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.mpd.enable = true;
|
||||
|
||||
environment.shells = [pkgs.nushell];
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue