From d29b84c02475e9cbd72c59528ad9950e9f26ad65 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:53:12 +0900 Subject: modified core/autocmds.lua, modified plugins/markdown.lua, modified plugins/mini.lua, modified tmux/tmux.conf --- ar/.config/tmux/tmux.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ar/.config/tmux/tmux.conf') 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 " -- cgit v1.2.3