aboutsummaryrefslogblamecommitdiff
path: root/.config/polybar/launch.sh
blob: c1902095592312cede9efe90e98d02ca4a5a0d28 (plain) (tree)
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..."
s addedLuca Matei Pintilie1-2/+5 2022-06-21Update sway configAnInternetTroll1-0/+6 2022-06-05Minor updatesAnInternetTroll5-10/+35 2022-05-21Add dracula themed xresources to .configAnInternetTroll2-1/+55 2022-05-21Add bspwm and configure sway a bit moreAnInternetTroll7-11/+665 2022-05-18Remove action button from the wofi commandAnInternetTroll1-1/+1 2022-05-18Use footAnInternetTroll2-0/+189 2022-05-18Remove foot draculaAnInternetTroll2-4/+1