noice
This commit is contained in:
parent
f537219d62
commit
ee15506e54
4 changed files with 76 additions and 14 deletions
15
hyprland.sh
15
hyprland.sh
|
@ -106,6 +106,8 @@ askThings() {
|
|||
$bar
|
||||
$menu
|
||||
$terminal
|
||||
hyprshot
|
||||
swww
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -113,10 +115,7 @@ instCustom() {
|
|||
for _d in "${advDeps[@]}"; do
|
||||
case "$_d" in
|
||||
hyprpanel)
|
||||
case $distro in
|
||||
arch) run _install ags-hyprpanel-git ;;
|
||||
*) echo_error "Hyprpanel cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
|
||||
esac
|
||||
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprpanel.sh)"
|
||||
;;
|
||||
gBar)
|
||||
case $distro in
|
||||
|
@ -124,6 +123,12 @@ instCustom() {
|
|||
*) echo_error "gBar cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
|
||||
esac
|
||||
;;
|
||||
rofi)
|
||||
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/rofi.sh)"
|
||||
;;
|
||||
swww)
|
||||
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/swww.sh)"
|
||||
;;
|
||||
*)
|
||||
checkAndInstall "$_d"
|
||||
;;
|
||||
|
@ -209,6 +214,8 @@ main() {
|
|||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
checkConfig
|
||||
}
|
||||
|
||||
if getImports; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue