dotfiles/.config/polybar/launch.sh

6 lines
170 B
Bash
Executable file

#!/usr/bin/env bash
killall -q polybar
echo "---" >> "$HOME/.local/log/$(whoami)/polybar.log"
polybar mainbar >> "$HOME/.local/log/$(whoami)/polybar.log" 2>&1 & disown