added a larger delay before screenshots are taken by mkscreenshots to give the terminals more time to populate
This commit is contained in:
@@ -13,7 +13,7 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run
|
|||||||
|
|
||||||

|

|
||||||

|

|
||||||
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
|
## 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 |
@@ -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% 25%;move 1% 66%] kitty bash -c '$temp_script'"
|
||||||
hyprctl dispatch exec "[float;size 40% 50%;move 57% 5%] nemo"
|
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
|
grimblast save output "$FLAKEPATH"/assets/screens/desktop-neofetch.png
|
||||||
sleep 0.5
|
|
||||||
|
|
||||||
closewindows
|
closewindows
|
||||||
|
|
||||||
@@ -44,9 +43,8 @@ pkgs.writeShellScriptBin "mkscreenshots" ''
|
|||||||
hyprctl dispatch exec 'kitty yazi'
|
hyprctl dispatch exec 'kitty yazi'
|
||||||
hyprctl dispatch exec 'kitty'
|
hyprctl dispatch exec 'kitty'
|
||||||
|
|
||||||
sleep 0.5
|
sleep 1
|
||||||
grimblast save output "$FLAKEPATH"/assets/screens/desktop-busy.png
|
grimblast save output "$FLAKEPATH"/assets/screens/desktop-busy.png
|
||||||
sleep 0.5
|
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "$FLAKEPATH"
|
cd "$FLAKEPATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user