non important commit
This commit is contained in:
parent
5c02bb8e5c
commit
dd33e4cde8
1 changed files with 5 additions and 4 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
services.polybar = {
|
services.polybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
package = pkgs.polybar.override {
|
package = pkgs.polybar.override {
|
||||||
mpdSupport = true;
|
mpdSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
polybar primary &
|
polybar primary &
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
cursor-scroll = "ns-resize";
|
cursor-scroll = "ns-resize";
|
||||||
|
|
||||||
modules-left = "bspwm";
|
modules-left = "bspwm";
|
||||||
modules-center = "mpd"
|
modules-center = "mpd";
|
||||||
modules-right = "date";
|
modules-right = "date";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -107,6 +107,7 @@
|
||||||
cursor-scroll = "ns-resize";
|
cursor-scroll = "ns-resize";
|
||||||
|
|
||||||
modules-left = "bspwm";
|
modules-left = "bspwm";
|
||||||
|
modules-center = "mpd";
|
||||||
modules-right = "date";
|
modules-right = "date";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue