6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/usr/bin/bash
|
|
notify-send "Restarting hyprpanel"
|
|
uwsm app -- /usr/bin/hyprpanel -q
|
|
sleep 1
|
|
uwsm app -- /usr/bin/hyprpanel &
|