summaryrefslogtreecommitdiff
path: root/mybar/mybar.sh
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-01-14 17:09:07 +0100
committerKevin Chabowski <kevin@kch42.de>2014-01-14 17:09:07 +0100
commit193c81f5b0e19e24f5ef9faa3b0e27155d371f2a (patch)
tree0684cd7febb564f9240b42990998596505f31b50 /mybar/mybar.sh
parent482aaedcdd30bd71d0707807553c9eb83edb922a (diff)
parent9b672254e9b46977b8cb8f2342916ece1eeb696c (diff)
downloaddotfiles-193c81f5b0e19e24f5ef9faa3b0e27155d371f2a.tar.gz
dotfiles-193c81f5b0e19e24f5ef9faa3b0e27155d371f2a.tar.bz2
dotfiles-193c81f5b0e19e24f5ef9faa3b0e27155d371f2a.zip
Merge branch 'master' of git@github.com:kch42/dotfilesHEADmaster
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" &