Skip to content

Commit 8855667

Browse files
authored
fix: session status icon bg color change by client_prefix (#394)
1 parent 808110e commit 8855667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status/session.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%hidden MODULE_NAME="session"
33

44
set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
5-
set -ogqF "@catppuccin_${MODULE_NAME}_color" "##{?client_prefix,#{E:@thm_red},#{E:@thm_green}}"
5+
set -ogq "@catppuccin_${MODULE_NAME}_color" "##{?client_prefix,#{E:@thm_red},#{E:@thm_green}}"
66
set -ogq "@catppuccin_${MODULE_NAME}_text" " #S"
77

88
source -F "#{d:current_file}/../utils/status_module.conf"

0 commit comments

Comments
 (0)