chore: remove config inconsistencies

This commit is contained in:
2024-09-05 21:20:09 +02:00
parent dbbab78e23
commit 2284ab017d
13 changed files with 27 additions and 41 deletions

View File

@@ -438,7 +438,7 @@ static void print_session(struct uint_point origin, struct session session,
if (session.type == XORG) {
session_color = theme.colors.s_xorg;
} else if (session.type == WAYLAND) {
session_color = theme.colors.s_wl;
session_color = theme.colors.s_wayland;
} else {
session_color = theme.colors.s_shell;
}