mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
10 lines
335 B
Plaintext
10 lines
335 B
Plaintext
# vim:set ft=tmux:
|
|
# Requires https://github.com/vascomfnunes/tmux-clima
|
|
%hidden MODULE_NAME="clima"
|
|
|
|
set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
|
|
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_yellow}"
|
|
set -ogq "@catppuccin_${MODULE_NAME}_text" " #{l:#{clima}}"
|
|
|
|
source -F "#{d:current_file}/../utils/status_module.conf"
|