added a larger delay before screenshots are taken by mkscreenshots to give the terminals more time to populate

This commit is contained in:
pagedmov
2024-11-06 02:47:33 -05:00
parent 1bc82289db
commit cb6593f908
4 changed files with 3 additions and 5 deletions

View File

@@ -34,9 +34,8 @@ pkgs.writeShellScriptBin "mkscreenshots" ''
hyprctl dispatch exec "[float;size 40% 25%;move 1% 66%] kitty bash -c '$temp_script'"
hyprctl dispatch exec "[float;size 40% 50%;move 57% 5%] nemo"
sleep 0.5
sleep 1
grimblast save output "$FLAKEPATH"/assets/screens/desktop-neofetch.png
sleep 0.5
closewindows
@@ -44,9 +43,8 @@ pkgs.writeShellScriptBin "mkscreenshots" ''
hyprctl dispatch exec 'kitty yazi'
hyprctl dispatch exec 'kitty'
sleep 0.5
sleep 1
grimblast save output "$FLAKEPATH"/assets/screens/desktop-busy.png
sleep 0.5
(
cd "$FLAKEPATH"