Files
.dotfiles/etc/polybar/launch.sh
Quinn e87e65df4f use new XDG profile
this might be subject to change, due to exessive problems still needing
fixes
2025-06-05 00:35:19 +02:00

8 lines
152 B
Bash
Executable File

#!/bin/bash
# quit already running instances (if ipc is enabled)
polybar-msg cmd quit
# killall -q polybar
polybar top & disown
# polybar bot & disown