summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/theme.c b/source/theme.c
index 386a5ad6..c467fd77 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@@ -66,7 +66,7 @@ void rofi_theme_print_parsed_files(gboolean is_term) {
printf("\nParsed files:\n");
for (GList *iter = g_list_first(parsed_config_files); iter != NULL;
iter = g_list_next(iter)) {
- printf("\t\u2022 %s%s%s\n", is_term ? color_bold : "",
+ printf("\t\u2023 %s%s%s\n", is_term ? color_bold : "",
(const char *)(iter->data), is_term ? color_reset : "");
}
printf("\n");