mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 18:38:00 +02:00
chore: remove config inconsistencies
This commit is contained in:
2
src/ui.c
2
src/ui.c
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user