Skip to content

Commit

Permalink
fix: session status icon bg color change by client_prefix (catppuccin…
Browse files Browse the repository at this point in the history
  • Loading branch information
unisons authored and pauldthomson committed Nov 14, 2024
1 parent 19a44d6 commit ca31906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status/session.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%hidden MODULE_NAME="session"

set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
set -ogqF "@catppuccin_${MODULE_NAME}_color" "##{?client_prefix,#{E:@thm_red},#{E:@thm_green}}"
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"

0 comments on commit ca31906

Please sign in to comment.