aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar/launch.sh
blob: c1902095592312cede9efe90e98d02ca4a5a0d28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# Terminate already running bar instances
killall -q polybar
# If all your bars have ipc enabled, you can also use 
# polybar-msg cmd quit

# Launch Polybar, using default config location ~/.config/polybar/config.ini
polybar --reload 2>&1 | tee -a /tmp/polybar.log & disown

echo "Polybar launched..."
ovimLuca Matei Pintilie4-9/+88 2022-11-08Foot use tmux by defaultLuca Matei Pintilie1-1/+1 2022-11-08Neovim omnisharp plugin and tmux color fix on foot and inputrc emacsLuca Matei Pintilie5-7/+13 2022-10-25Update neovim, inputrc and bootstrap.shLuca Matei Pintilie4-9/+18 2022-10-24Remove weather from tmux configLuca Matei Pintilie1-1/+1