aboutsummaryrefslogtreecommitdiffstats
path: root/.config/polybar/launch.sh
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-06-13 16:11:26 -0400
committerCameron Katri <me@cameronkatri.com>2021-06-13 16:11:26 -0400
commit8ceda16d9eb3ff274aaf35df700868d3d90269db (patch)
tree421070fe136171a54e129571c9f576a664e9c6e6 /.config/polybar/launch.sh
downloaddotfiles-8ceda16d9eb3ff274aaf35df700868d3d90269db.tar.gz
dotfiles-8ceda16d9eb3ff274aaf35df700868d3d90269db.tar.zst
dotfiles-8ceda16d9eb3ff274aaf35df700868d3d90269db.zip
Initial dotfiles
Diffstat (limited to '.config/polybar/launch.sh')
-rwxr-xr-x.config/polybar/launch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh
new file mode 100755
index 0000000..dc67ea1
--- /dev/null
+++ b/.config/polybar/launch.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+pkill polybar
+polybar main -r -c ~/.config/polybar/theme.ini &