Compare commits

...

2 Commits

Author SHA1 Message Date
7da8930100
tmux: simplify time format by %R 2025-09-10 09:00:47 +03:00
e03f79226f
mangohud time format %X 2025-09-10 09:00:00 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ set -g status-fg white
#set-window-option -g window-status-current-bg red #set-window-option -g window-status-current-bg red
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf ) # Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
set -g status-right '#[fg=yellow,bold]#h ⚧︎ %G-W%V-%u %H:%M %Z#[fg=black,bold]#[fg=black,bold]' set -g status-right '#[fg=yellow,bold]#h ⚧︎ %G-W%V-%u %R %Z#[fg=black,bold]#[fg=black,bold]'
# Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz ) # Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz )
setw -g automatic-rename on setw -g automatic-rename on

View File

@ -1,3 +1,3 @@
# Enables mangohud for everything natively supporting it (outside of flatpak?) # Enables mangohud for everything natively supporting it (outside of flatpak?)
export MANGOHUD=1 export MANGOHUD=1
export MANGOHUD_CONFIG='read_cfg,background_alpha=0,battery_time,battery,cpu_temp,display_server,font_size=27,gpu_temp,device_battery_icon,device_battery=gamepad+mouse,fan,horizontal,ram,vram,swap,time,time_no_label,time_format=%H%M,wine,mangoapp_steam,position=bottom-left' export MANGOHUD_CONFIG='read_cfg,background_alpha=0,battery_time,battery,cpu_temp,display_server,font_size=27,gpu_temp,device_battery_icon,device_battery=gamepad+mouse,fan,horizontal,ram,vram,swap,time,time_no_label,time_format=%X,wine,mangoapp_steam,position=bottom-left'