fix(hypr): add sleep before wallpaper daemon
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a7378fb5cc
commit
17a52bd460
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue