feat(uptime): add uptime module based on robhurring/tmux-uptime
This commit is contained in:
parent
a0119d2528
commit
1882a27925
2 changed files with 33 additions and 0 deletions
11
status/uptime.sh
Normal file
11
status/uptime.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Requires https://github.com/robhurring/tmux-uptime.
|
||||
show_uptime() {
|
||||
local index=$1
|
||||
local icon="$(get_tmux_option "@catppuccin_uptime_icon" "")"
|
||||
local color="$(get_tmux_option "@catppuccin_uptime_color" "$thm_green")"
|
||||
local text="$(get_tmux_option "@catppuccin_uptime_text" "#{uptime}")"
|
||||
|
||||
local module=$( build_status_module "$index" "$icon" "$color" "$text" )
|
||||
|
||||
echo "$module"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue