diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-04 11:53:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-04 11:53:12 +0900 |
| commit | d29b84c02475e9cbd72c59528ad9950e9f26ad65 (patch) | |
| tree | b20df92be3c1dbbfbfe932729e389953052f80ff /ar/.config/tmux/tmux.conf | |
| parent | a8391ceeeb3311905fcb8c7c455413d0c72dcf0e (diff) | |
modified core/autocmds.lua, modified plugins/markdown.lua, modified plugins/mini.lua, modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/tmux/tmux.conf')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index bd4f347..75979a0 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -208,6 +208,11 @@ bind 'C-w' run-shell -b "~/.local/bin/tmux/tmux-fzf/scripts/window.sh" # tpm set -g @tpm-clean 'X' +# weather +set -g @tmux-weather-interval 60 # in minutes +set -g @tmux-weather-location "Seoul,KR" +set -g @tmux-weather-format "%c+%t+%w" +set -g @tmux-weather-units "m" # u for USCS, m for metric system ### --- Theme --- ### # catppuccin @@ -272,8 +277,8 @@ set -ga status-right "#{?#{<=:#{battery_percentage},0},#{#[bg=default,fg=#{@thm_ set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-right "#[bg=default]#{?#{==:#{online_status},ok},#[fg=#{@thm_pink}] ,#[fg=#{@thm_red},bold]#[reverse] }" set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" -set -ga status-right "#[bg=default,fg=#{@thm_red}] #{weather} " -set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" +# set -ga status-right "#[bg=default,fg=#{@thm_red}] #{weather} " +# set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-right "#[bg=default,fg=#{@thm_rosewater}] #(uptime | awk -F 'up ' '{print $2}' | awk -F ',' '{print $1}' | sed 's/:/h /;s/$/m/;s/^ //') " set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-right "#[bg=default,fg=#{@thm_blue}] %a,%d %H:%M " |
