summaryrefslogtreecommitdiff
path: root/mybar/mybar.sh
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-12-02 15:11:07 +0100
committerKevin Chabowski <kevin@kch42.de>2013-12-02 15:11:07 +0100
commit9b672254e9b46977b8cb8f2342916ece1eeb696c (patch)
tree3e1dc41cd98cb6b3d136dc1e4d07ad0dbd2f58e0 /mybar/mybar.sh
parent25e9dd1aab70f47d119958b117485973bd653e70 (diff)
downloaddotfiles-9b672254e9b46977b8cb8f2342916ece1eeb696c.tar.gz
dotfiles-9b672254e9b46977b8cb8f2342916ece1eeb696c.tar.bz2
dotfiles-9b672254e9b46977b8cb8f2342916ece1eeb696c.zip
Fixed (kinda) long window names looking ugly in the bar
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" &