From 8d3cc840628c937cb0988cac2c31ae09fa3fc307 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Mon, 22 Jun 2026 22:23:51 +0200 Subject: [PATCH] Delay Waybar startup on Hyprland --- dotfiles/desktop/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/desktop/.config/hypr/hyprland.conf b/dotfiles/desktop/.config/hypr/hyprland.conf index dd647c3..482dc7b 100644 --- a/dotfiles/desktop/.config/hypr/hyprland.conf +++ b/dotfiles/desktop/.config/hypr/hyprland.conf @@ -106,7 +106,7 @@ exec-once = wireplumber # Desktop services exec-once = hyprctl setcursor Yaru 24 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 = dunst exec-once = hyprpolkitagent