fix(hypr): add sleep before wallpaper daemon
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-05 20:52:51 -05:00
parent a7378fb5cc
commit 17a52bd460
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
"env = WLR_NO_HARDWARE_CURSORS,1\n"
])
++ [
"exec-once = ${setupMonitors} &&"
"exec-once = ${setupMonitors} && sleep 0.1 &&"
" swww init --no-cache &&"
" swww img -t none ${pkgs.dracula-theme}/wallpapers/waves.png\n"

View file

@ -15,7 +15,7 @@ in {
exec-once = [
"hyprctl setcursor Dracula-cursors 24"
"swww init --no-cache && swww img -t none ${pkgs.dracula-theme}/wallpapers/waves.png"
"sleep 0.1 && swww init --no-cache && swww img -t none ${pkgs.dracula-theme}/wallpapers/waves.png"
];
windowrule = [