diff options
Diffstat (limited to 'autostart.sh')
-rwxr-xr-x | autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autostart.sh b/autostart.sh index e09638b..031f520 100755 --- a/autostart.sh +++ b/autostart.sh @@ -22,7 +22,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then runifnot caffeine if [ -n "$WAYLAND_DISPLAY" ]; then runifnot swayidle - launch_waybar.sh "$(crcparse WC)" + runifnot waybar -c ~/.config/waybar/config-"$(basename "$(crcparse WC)")" killandrun hyprpaper if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then xrdb ~/.Xresources |