mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
6 lines
175 B
Bash
6 lines
175 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
killall -q polybar
|
||
|
echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
|
||
|
polybar --config=/home/leon/.config/polybar/config.ini main >>/tmp/polybar1.log 2>&1 &
|