mirror of
https://github.com/vale981/dotfiles
synced 2025-03-06 01:51:40 -05:00
13 lines
222 B
Bash
Executable file
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
|