about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorLukasz Marcinowski <lukasz.marcinowski@nokia.com>2017-02-15 14:34:57 +0100
committerLukasz Marcinowski <lukasz.marcinowski@gmail.com>2017-03-22 19:56:00 +0100
commit91bc302acfebea5aec70513401fec2b5d0f57a87 (patch)
tree146286502166ce8d4c30bed162f6251148544f6c /src/ui/console.c
parentf1a5d12950301d762c3a2465c768676730229eab (diff)
downloadprofani-tty-91bc302acfebea5aec70513401fec2b5d0f57a87.tar.gz
Add theme option for time in a status bar
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 64f44c52..4c24b450 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -2224,6 +2224,7 @@ cons_theme_properties(void)
     _cons_theme_bar_prop(THEME_STATUS_BRACKET, "statusbar.brackets");
     _cons_theme_bar_prop(THEME_STATUS_ACTIVE, "statusbar.active");
     _cons_theme_bar_prop(THEME_STATUS_NEW, "statusbar.new");
+    _cons_theme_bar_prop(THEME_STATUS_TIME, "statusbar.time");
 
     _cons_theme_prop(THEME_TIME, "main.time");
     _cons_theme_prop(THEME_TEXT, "main.text");