From b6d0f00b34ef0ca5adda062cb4fd1d128996552a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 Nov 2024 10:01:56 +0000 Subject: [PATCH] Update SCRIPTS.md (auto) Former-commit-id: 868cf5d3b37d531a05175e47c40af543d5bd7f02 --- .github/scripts/create_scripts_docs.sh | 0 docs/SCRIPTS.md | 16 +++++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) mode change 100644 => 100755 .github/scripts/create_scripts_docs.sh diff --git a/.github/scripts/create_scripts_docs.sh b/.github/scripts/create_scripts_docs.sh old mode 100644 new mode 100755 diff --git a/docs/SCRIPTS.md b/docs/SCRIPTS.md index 588248e..02a6f2a 100644 --- a/docs/SCRIPTS.md +++ b/docs/SCRIPTS.md @@ -31,11 +31,12 @@ A simple script to toggle focus on few windows in Hyprland. ## Hyprpanel -Quick scripts to toggle, reload and kill hyprpanel. +Quick scripts to toggle, reload, hide & show hyprpanel. -- `hyprpanel-toggle` - Toggle hyprpanel. +- `hyprpanel-toggle` - Toggle hyprpanel (hide/show). +- `hyprpanel-show` - Show hyprpanel. +- `hyprpanel-hide` - Hide hyprpanel. - `hyprpanel-reload` - Reload hyprpanel. -- `hyprpanel-kill` - Kill hyprpanel. ## Nerdfont FZF @@ -46,6 +47,7 @@ This module provides a script to search for Nerd Fonts icons using fzf. ## Night-Shift Night-Shift is a feature that reduces the amount of blue light emitted by your screen, which can help reduce eye strain and improve sleep quality. This module provides a set of scripts to control Night-Shift on your system. +It use hyprsunset to control the screen temperature. - `night-shift-on` activates Night-Shift. - `night-shift-off` deactivates Night-Shift. @@ -65,7 +67,7 @@ Nixy is a simple script that I use to manage my NixOS system. It's a simple scri ## Screenshot -This module provides a script to take screenshots using `hyprshot` and `swappy`. +This module provides a script to take screenshots using `grimblast` and `swappy`. - `screenshot [region|window|monitor] [swappy]` - Take a screenshot of the region, window, or monitor. Optionally, use `swappy` to copy the screenshot to the clipboard. @@ -82,7 +84,7 @@ This module provides a set of scripts to control the volume of the default audio Usefull quick scripts -- `menu` - Open wofi with drun mode. -- `powermenu` - Open power dropdown menu. -- `lock` - Lock the screen. +- `menu` - Open wofi with drun mode. (wofi) +- `powermenu` - Open power dropdown menu. (wofi) +- `lock` - Lock the screen. (hyprlock)