summaryrefslogtreecommitdiff
path: root/.config/polybar/launch.sh
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-08-04 01:38:23 +0530
committerlistout <listout@protonmail.com>2022-09-01 16:26:28 +0530
commit31b578a6516a286e993fb54d0545c791e1f7bf25 (patch)
tree4bea9ce2eafaa120eb70f3b7422cdfb5737c4d8a /.config/polybar/launch.sh
parenta86c80677c9f29ef7fc8b48aa97539455f33f5ef (diff)
polybar: second bar and nord color scheme
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config/polybar/launch.sh')
-rwxr-xr-x.config/polybar/launch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh
index 9190a54..60fbe39 100755
--- a/.config/polybar/launch.sh
+++ b/.config/polybar/launch.sh
@@ -9,5 +9,6 @@ export DEFAULT_NETWORK_INTERFACE=$(ip route | grep '^default' | awk '{print $5}'
killall -q polybar
echo "---" | tee -a /tmp/polybar1.log
polybar mybar 2>&1 | tee -a /tmp/polybar1.log & disown
+polybar mybar_external 2>&1 | tee -a /tmp/polybar_ext.log & disown
echo "Bar launched"