funky town

This commit is contained in:
Sakooooo 2023-08-03 16:10:28 +03:00
parent 0aa5bdbadf
commit eb54eb7237
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,6 @@ static const char *colors[][3] = {
static const char *const autostart[] = { static const char *const autostart[] = {
"xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL, "xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL,
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
"dwmblocks", NULL,
"nm-applet", NULL, "nm-applet", NULL,
"blueman-applet", NULL, "blueman-applet", NULL,
"keepassxc", NULL, "keepassxc", NULL,

View file

@ -18,7 +18,7 @@
awesome.enable = false; awesome.enable = false;
dwm = { dwm = {
enable = true; enable = true;
dwmblocks.enable = true; dwmblocks.enable = false;
}; };
gnome.enable = false; gnome.enable = false;
dunst.enable = true; dunst.enable = true;