commit 9bb5b464b39a755c740f6ae4351de71f20c201da
parent 8ebd3e85b0782370fcf6babc9502195b9d831fdb
Author: Daniel Moch <daniel@danielmoch.com>
Date: Thu, 18 Jan 2018 07:09:15 -0500
Remove emoji from Tmux theme
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.config/tmux/theme.sh b/.config/tmux/theme.sh
@@ -1,6 +1,5 @@
#### COLOUR
-tm_icon="👍"
tm_color_active=colour67
tm_color_inactive=colour242
tm_color_feature=colour131
@@ -47,12 +46,11 @@ tm_battery="#(~/.config/tmux/bin/battery_indicator.sh)"
tm_date="#[fg=$tm_color_inactive] %R %d %b"
tm_host="#[fg=$tm_color_feature,bold]#h"
-tm_session_name="#[fg=$tm_color_feature,bold]$tm_icon #S"
+tm_session_name="#[fg=$tm_color_feature,bold]\[#S\]"
set -g status-left $tm_session_name' '
set -g status-right $tm_battery' '$tm_weather' '$tm_date' '$tm_host
-set-environment -gu tm_icon
set-environment -gu tm_color_active
set-environment -gu tm_color_inactive
set-environment -gu tm_color_feature