mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
5 lines
175 B
Bash
Executable file
5 lines
175 B
Bash
Executable file
#!/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 &
|