forked from Snoweuph/Dotfiles
6 lines
142 B
Bash
6 lines
142 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
killall -q polybar
|
||
|
|
||
|
echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
|
||
|
polybar main 2>&1 | tee -a /tmp/polybar1.log & disown
|