feat(modules): update documentation
This commit is contained in:
parent
b3269c3e33
commit
08c0aaa5b4
12 changed files with 164 additions and 96 deletions
|
@ -2,7 +2,7 @@ show_date_time() {
|
|||
local index=$1
|
||||
local icon="$(get_tmux_option "@catppuccin_date_time_icon" "")"
|
||||
local color="$(get_tmux_option "@catppuccin_date_time_color" "$thm_blue")"
|
||||
local text="$(get_tmux_option "@catppuccin_date_time_text" "%Y-%m-%d %H:%M:%S")"
|
||||
local text="$(get_tmux_option "@catppuccin_date_time_text" "%Y-%m-%d %H:%M")"
|
||||
|
||||
local module=$( build_status_module "$index" "$icon" "$color" "$text" )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue