summaryrefslogtreecommitdiff
path: root/mybar/mybar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mybar/mybar.sh')
-rwxr-xr-xmybar/mybar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mybar/mybar.sh b/mybar/mybar.sh
index 5adc11e..c0380b5 100755
--- a/mybar/mybar.sh
+++ b/mybar/mybar.sh
@@ -56,6 +56,7 @@ update_cpu > "$BAR_FIFO" &
if test $(hostname) = "kch42-notebook"; then
update_bat > "$BAR_FIFO" &
update_wifi > "$BAR_FIFO" &
+ echo "isnotebook" > "$BAR_FIFO" &
fi
xtitle -sf 'window %s' > "$BAR_FIFO" &