From 935e3857808edea0b5ff3589f2462b400304f4f3 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 20 Oct 2021 14:53:58 +0800 Subject: Add polybar --- .config/polybar/launch.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/polybar/launch.sh (limited to '.config/polybar/launch.sh') diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh new file mode 100755 index 0000000..24a4b7f --- /dev/null +++ b/.config/polybar/launch.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +killall -q polybar +polybar example 2>&1 | tee -a /tmp/polybar.log & disown + +echo "Polybar launched ..." -- cgit v1.2.3