wip
This commit is contained in:
parent
2211e7e90f
commit
61f8e6d43c
1 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,7 @@ askThings() {
|
|||
$menu
|
||||
$terminal
|
||||
hyprshot
|
||||
hyprlock
|
||||
swww
|
||||
)
|
||||
}
|
||||
|
@ -137,6 +138,12 @@ instCustom() {
|
|||
hyprpanel)
|
||||
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprpanel.sh)"
|
||||
;;
|
||||
hyprlock)
|
||||
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprlock.sh)"
|
||||
;;
|
||||
hyprshot)
|
||||
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprshot.sh)"
|
||||
;;
|
||||
gBar)
|
||||
case $distro in
|
||||
arch) run _install gbar-git ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue