From 2524cd5494bc7e9b20608f4b3a8a40312ee10ca6 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Tue, 13 Aug 2024 13:00:54 +0200 Subject: [PATCH] Actually, the weather is not that big of a deal (i can look outside). --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 31203d6..380c9dd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -65,7 +65,7 @@ set -g status-position bottom set -g status-justify left set -g status-style 'dim' set -g status-left ' #S | ' -set -g status-right '#(curl -s wttr.in/Trondheim\?format\="%%l:+%%c%%t") #[bg=color237] %a %b %d #[fg=color7]%H:%M #[fg=color82,bg=color236,bold] #H ' +set -g status-right '#[bg=color237] %a %b %d #[fg=color7]%H:%M #[fg=color82,bg=color236,bold] #H ' set -g status-right-length 80 set -g status-left-length 20