diff --git a/README.md b/README.md index e353b72..62cc552 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/assets/screens/desktop-busy.png b/assets/screens/desktop-busy.png index fc7dc29..29921af 100755 Binary files a/assets/screens/desktop-busy.png and b/assets/screens/desktop-busy.png differ diff --git a/assets/screens/desktop-neofetch.png b/assets/screens/desktop-neofetch.png index eb67da4..098710c 100755 Binary files a/assets/screens/desktop-neofetch.png and b/assets/screens/desktop-neofetch.png differ diff --git a/modules/home/scripts/wm-controls/mkscreenshots.nix b/modules/home/scripts/wm-controls/mkscreenshots.nix index aa21636..219cda7 100644 --- a/modules/home/scripts/wm-controls/mkscreenshots.nix +++ b/modules/home/scripts/wm-controls/mkscreenshots.nix @@ -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"