Skip to content

Commit

Permalink
fix: regression that prefix change session color
Browse files Browse the repository at this point in the history
  • Loading branch information
dreknix committed Oct 24, 2024
1 parent effba2a commit 5e33b5a
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 -ogq "@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 5e33b5a

Please sign in to comment.