mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 07:19:22 +00:00

* Create omarchy-cmd-restart-waybar * Replace -SIGUSR2 waybar instances * Add migration * Add or statment in case waybar is dead * Just use omarchy-restart-waybar --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
killall waybar || true
|
|
setsid uwsm app -- waybar &>/dev/null &
|