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