add dwm bar script to startup

This commit is contained in:
Sakooooo 2023-08-03 17:52:57 +03:00
parent 8c1b63fe3d
commit e8249bf63e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -30,6 +30,7 @@ static const char *colors[][3] = {
};
static const char *const autostart[] = {
"~/.dwmscripts/bar.sh", NULL,
"xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL,
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
"nm-applet", NULL,