From e8249bf63e07b6c121b8e81bba0daf4cccde4525 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:52:57 +0300 Subject: [PATCH] add dwm bar script to startup --- config/dwm/config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index e6d996c9..8e8cfe58 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -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,