Delay Waybar startup on Hyprland

This commit is contained in:
Fabio Scotto di Santolo
2026-06-22 22:23:51 +02:00
parent bac7d92cf6
commit 8d3cc84062

View File

@@ -106,7 +106,7 @@ exec-once = wireplumber
# Desktop services # Desktop services
exec-once = hyprctl setcursor Yaru 24 exec-once = hyprctl setcursor Yaru 24
exec-once = hyprpaper exec-once = hyprpaper
exec-once = waybar -c ~/.config/waybar/hyprland.jsonc -s ~/.config/waybar/hyprland-style.css exec-once = sleep 1 && waybar -c ~/.config/waybar/hyprland.jsonc -s ~/.config/waybar/hyprland-style.css
exec-once = swayosd-server exec-once = swayosd-server
exec-once = dunst exec-once = dunst
exec-once = hyprpolkitagent exec-once = hyprpolkitagent