diff --git a/README.org b/README.org index 36069aa..a65ad0d 100644 --- a/README.org +++ b/README.org @@ -263,6 +263,7 @@ static const Env envs[] = { static const char *const autostart[] = { /* Display / Compositor Setup */ "/usr/bin/shikane", NULL, + "/usr/bin/waybar", NULL, "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/bin/gammastep", "-x", NULL, /* Background Processes */ diff --git a/config.h b/config.h index 3cba91f..bc016ee 100644 --- a/config.h +++ b/config.h @@ -49,6 +49,7 @@ static const Env envs[] = { static const char *const autostart[] = { /* Display / Compositor Setup */ "/usr/bin/shikane", NULL, + "/usr/bin/waybar", NULL, "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/bin/gammastep", "-x", NULL, /* Background Processes */