waybar: delay startup by 5 seconds

This commit is contained in:
Tigor Hutasuhut 2024-11-09 12:30:00 +07:00
parent 466dbad9de
commit 8a22df1081

View file

@ -163,7 +163,7 @@ in
rofi-wayland rofi-wayland
]; ];
wayland.windowManager.hyprland.settings.exec-once = [ wayland.windowManager.hyprland.settings.exec-once = [
"sleep 2 && waybar" "sleep 5 && waybar"
"wl-paste --watch cliphist store" "wl-paste --watch cliphist store"
]; ];
programs.waybar = { programs.waybar = {