summaryrefslogtreecommitdiff
path: root/waytoggle
diff options
context:
space:
mode:
Diffstat (limited to 'waytoggle')
-rwxr-xr-xwaytoggle2
1 files changed, 1 insertions, 1 deletions
diff --git a/waytoggle b/waytoggle
index 711aa8b..5c83637 100755
--- a/waytoggle
+++ b/waytoggle
@@ -3,5 +3,5 @@
if [ -n "$(pgrep -x waybar)" ]; then
pkill waybar
else
- waybar &
+ launch_waybar.sh "$(crcparse WC)"
fi