mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
9 lines
302 B
Plaintext
9 lines
302 B
Plaintext
# vim:set ft=tmux:
|
|
%hidden MODULE_NAME="session"
|
|
|
|
set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
|
|
set -ogq "@catppuccin_${MODULE_NAME}_color" "#{?client_prefix,#{E:@thm_red},#{E:@thm_green}}"
|
|
set -ogq "@catppuccin_${MODULE_NAME}_text" " #S"
|
|
|
|
source -F "#{d:current_file}/../utils/status_module.conf"
|