polybar not working :(

This commit is contained in:
Sakooooo 2023-07-12 00:54:03 +03:00
parent efac0f334f
commit 47dc80189c
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -65,12 +65,6 @@ in
theme.name = "vmix-dark-ruby";
iconTheme.name = "Vimix Ruby Dark";
};
home.file = {
".config/polybar" = {
source = ../../../config/polybar;
recursive = true;
};
};
xdg.configFile = {
bspwm = {
source = ../../../config/bspwm;
@ -78,6 +72,10 @@ in
sxhkd = {
source = ../../../config/sxhkd;
};
polybar = {
source = ../../../config/polybar;
recursive = true;
};
};
};
};