wip
This commit is contained in:
parent
ce0e9701e9
commit
1eee2eeab3
1 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,7 @@ command_exists() {
|
|||
# }
|
||||
|
||||
barsetup() {
|
||||
local bar="${1:-hyprpanel}"
|
||||
local bar="${1:-quickshell}"
|
||||
|
||||
case "$bar" in
|
||||
hyprpanel)
|
||||
|
@ -51,6 +51,12 @@ barsetup() {
|
|||
pkill waybar
|
||||
waybar &
|
||||
;;
|
||||
quickshell)
|
||||
pkill qs
|
||||
pkill quickshell
|
||||
|
||||
qs &
|
||||
;;
|
||||
*)
|
||||
pkill $bar
|
||||
$bar &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue