added mkscreenshots to documentation and also tweaked the positioning of the nemo window in the screens
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/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 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user