wip
This commit is contained in:
parent
f6ea3c7adc
commit
237b14b009
1 changed files with 8 additions and 0 deletions
|
@ -350,6 +350,7 @@ __dep__() {
|
||||||
"$filemgr"
|
"$filemgr"
|
||||||
"$plexer"
|
"$plexer"
|
||||||
"neovim"
|
"neovim"
|
||||||
|
"hyprland"
|
||||||
"stow"
|
"stow"
|
||||||
"btop"
|
"btop"
|
||||||
"entr"
|
"entr"
|
||||||
|
@ -371,6 +372,13 @@ __dep__() {
|
||||||
yazi)
|
yazi)
|
||||||
instPika yazi
|
instPika yazi
|
||||||
;;
|
;;
|
||||||
|
hyprland)
|
||||||
|
if ! $arch; then
|
||||||
|
instPika hyprland
|
||||||
|
else
|
||||||
|
_install hyprland hypridle hyprshot
|
||||||
|
fi
|
||||||
|
;;
|
||||||
hyprpanel)
|
hyprpanel)
|
||||||
if ! command_exists hyprpanel; then
|
if ! command_exists hyprpanel; then
|
||||||
if arch; then
|
if arch; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue