added mkscreenshots to documentation and also tweaked the positioning of the nemo window in the screens

This commit is contained in:
pagedmov
2024-11-06 02:52:43 -05:00
parent cb6593f908
commit 4541ca49fe
5 changed files with 7 additions and 2 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) ![desktop-neofetch](./assets/screens/desktop-neofetch.png)
![busy-desktop](./assets/screens/desktop-busy.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 ## 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

@@ -206,6 +206,11 @@
- Type: Boolean - Type: Boolean
- Default: true - Default: true
- Defined in 'modules/home/scripts/default.nix' - 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 ## movScripts.nixShortcuts
### enable ### enable

View File

@@ -32,7 +32,7 @@ pkgs.writeShellScriptBin "mkscreenshots" ''
hyprctl dispatch workspace 4 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% 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 sleep 1
grimblast save output "$FLAKEPATH"/assets/screens/desktop-neofetch.png grimblast save output "$FLAKEPATH"/assets/screens/desktop-neofetch.png