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"
|
"env = WLR_NO_HARDWARE_CURSORS,1\n"
|
||||||
])
|
])
|
||||||
++ [
|
++ [
|
||||||
"exec-once = ${setupMonitors} &&"
|
"exec-once = ${setupMonitors} && sleep 0.1 &&"
|
||||||
" swww init --no-cache &&"
|
" swww init --no-cache &&"
|
||||||
" swww img -t none ${pkgs.dracula-theme}/wallpapers/waves.png\n"
|
" swww img -t none ${pkgs.dracula-theme}/wallpapers/waves.png\n"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ in {
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprctl setcursor Dracula-cursors 24"
|
"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 = [
|
windowrule = [
|
||||||
|
|
Loading…
Reference in a new issue