mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
# vim:set ft=tmux:
|
|
%hidden MODULE_NAME="weather"
|
|
|
|
# Requires https://github.com/xamut/tmux-weather.
|
|
|
|
set -ogq @catppuccin_weather_icon " "
|
|
set -ogqF @catppuccin_weather_color "#{E:@thm_yellow}"
|
|
set -ogq @catppuccin_weather_text " #{l:#{weather}}"
|
|
|
|
source -F "#{d:current_file}/../utils/status_module.conf"
|