|
@ -51,10 +51,11 @@ set-window-option -g clock-mode-colour $tm_color_active |
|
|
|
|
|
|
|
|
#tm_tunes="#[fg=$tm_color_music]#(osascript ~/.dotfiles/applescripts/tunes.scpt)" |
|
|
#tm_tunes="#[fg=$tm_color_music]#(osascript ~/.dotfiles/applescripts/tunes.scpt)" |
|
|
#tm_battery="#(~/.dotfiles/bin/battery_indicator.sh)" |
|
|
#tm_battery="#(~/.dotfiles/bin/battery_indicator.sh)" |
|
|
|
|
|
tm_battery="#[fg=$tm_color_inactive]#(upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | awk '{print $2}')" |
|
|
|
|
|
|
|
|
tm_date="#[fg=$tm_color_inactive] %R %d %b" |
|
|
tm_date="#[fg=$tm_color_inactive] %R %d %b" |
|
|
tm_host="#[fg=$tm_color_feature,bold]#h" |
|
|
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]$tm_icon #S" |
|
|
|
|
|
|
|
|
set -g status-left $tm_session_name' ' |
|
|
set -g status-left $tm_session_name' ' |
|
|
set -g status-right $tm_tunes' '$tm_date' '$tm_host |
|
|
|
|
|
|
|
|
set -g status-right $tm_battery' '$tm_date' '$tm_host |