mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-29 05:55:32 -05:00
5 lines
72 B
Bash
5 lines
72 B
Bash
|
#!/bin/bash
|
||
|
killall polybar
|
||
|
polybar bar1 & disown
|
||
|
polybar bar2 & disown
|