Skip to content

Commit 44466ab

Browse files
committed
Disable powerline extensions that fetch data from outside.
1 parent 492fe29 commit 44466ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/tmux-powerline.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then
2828
#"ifstat 30 255" \
2929
#"ifstat_sys 30 255" \
3030
#"lan_ip 24 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_THIN}" \
31-
"wan_ip 24 255" \
31+
#"wan_ip 24 255" \
3232
"vcs_branch 29 88" \
3333
#"vcs_compare 60 255" \
3434
#"vcs_staged 64 255" \
@@ -47,12 +47,12 @@ if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then
4747
"load 237 167" \
4848
#"tmux_mem_cpu_load 234 136" \
4949
#"battery 137 127" \
50-
"weather 37 255" \
50+
#"weather 37 255" \
5151
#"rainbarf 0 0" \
5252
#"xkb_layout 125 117" \
5353
#"date_day 235 136" \
5454
#"date 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
5555
"time 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
56-
#"utc_time 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
56+
"utc_time 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
5757
)
5858
fi

0 commit comments

Comments
 (0)