dotfiles/dots/polybar/launch.sh.template

13 lines
222 B
Bash
Executable file

#!/bin/sh
polybar-msg cmd quit
polybar main & disown
# {{ #LAPTOP }}
# polybar ext & disown
# {{ /LAPTOP }}
{{#SIDE_MONITORS}}
polybar ext__{{.}} & disown
{{/SIDE_MONITORS}}
xdo id -m -N Polybar && polybar-msg cmd hide