commit e09f7d172e237f9f80e43f614852f5248ca33770
parent 5e81b57acd3861f434f335e2bb8ebabd6ff6faa8
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 10 Mar 2016 12:26:33 -0800
show i3 bar at the top of screen
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.i3/config b/.i3/config
@@ -250,8 +250,8 @@ bar {
status_command ~/bin/i3status-mpc.sh
#status_command i3blocks -c ~/.i3/i3blocks
#status_command conky -c ~/.i3/conkyrc
- #position top
- position bottom
+ position top
+ #position bottom
mode dock
#mode hide
workspace_buttons yes
diff --git a/.tmux.conf b/.tmux.conf
@@ -103,9 +103,9 @@ bind-key a send-prefix
# printf "\x1b[38;5;${i}mcolour${i}\n"
# done
-# Set status bar
-#set -g status-position top
+# Set status bar on bottom for OSX, on top for Linux
set -g status-position bottom
+#if-shell 'uname | grep -qi Linux > /dev/null' 'set -g status-position top'
set -g status-interval 5
set -g status-bg default
set -g status-fg cyan