diff --git a/README.md b/README.md index 62cc552..764f7c6 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/1bc82289db8b063426cf5daadc4a764c9d2c5a18) +Screenshots up to date as of [this commit](https://github.com/pagedMov/nixos-config/commit/cb6593f908f24dff3451ba6ed2b900e655d674f0) ## Programs diff --git a/assets/screens/desktop-busy.png b/assets/screens/desktop-busy.png index 29921af..a7b31ed 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 098710c..d7d1a51 100755 Binary files a/assets/screens/desktop-neofetch.png and b/assets/screens/desktop-neofetch.png differ diff --git a/docs/options/home_options.md b/docs/options/home_options.md index 5ac3ccb..c2a4780 100755 --- a/docs/options/home_options.md +++ b/docs/options/home_options.md @@ -206,6 +206,11 @@ - Type: Boolean - Default: true - Defined in 'modules/home/scripts/default.nix' +### mkscreenshots.enable + - Enables the mkscreenshots command + - Type: Boolean + - Default: true + - Defined in 'modules/home/scripts/default.nix' ## movScripts.nixShortcuts ### enable diff --git a/modules/home/scripts/wm-controls/mkscreenshots.nix b/modules/home/scripts/wm-controls/mkscreenshots.nix index 219cda7..604f02a 100644 --- a/modules/home/scripts/wm-controls/mkscreenshots.nix +++ b/modules/home/scripts/wm-controls/mkscreenshots.nix @@ -32,7 +32,7 @@ pkgs.writeShellScriptBin "mkscreenshots" '' hyprctl dispatch workspace 4 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% 8%] nemo" sleep 1 grimblast save output "$FLAKEPATH"/assets/screens/desktop-neofetch.png