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

@@ -13,7 +13,7 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run
![desktop-neofetch](./assets/screens/desktop-neofetch.png)
![busy-desktop](./assets/screens/desktop-busy.png)
Screenshots up to date as of [this commit](https://github.com/pagedMov/nixos-config/commit/2721e0ec3180dc83ebe0507c1e87fe97f8ee72e1)
Screenshots up to date as of [this commit](https://github.com/pagedMov/nixos-config/commit/1bc82289db8b063426cf5daadc4a764c9d2c5a18)
## Programs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

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"