autostart: add waybar

This commit is contained in:
FabricSoul 2025-08-06 14:58:45 -04:00
parent 9989fac343
commit 3f44215900

View file

@ -184,5 +184,6 @@ static const char *const autostart[] = {
"wlsunset", "-l", "43.7", "-L", "-79.4", NULL,
"fcitx5", NULL,
"wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL,
"waybar", NULL,
NULL
};