summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-06 18:09:25 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-06 18:20:32 +0200
commitecc9bcc2706d2a26309cb48c2d2c7ee6c62e808a (patch)
tree9f28c3ccc957d5ad486ff17d7c93e970838b63ad /include/settings.h
parent36856ecbac2049077c046a3a5ba02432efc26501 (diff)
Re-add some of the old theme options, so theme converter use them.
- line margin - separator style. - fake transparency. - line padding. - scrollbar width
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index 35020bf2..2ea8b34c 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -158,15 +158,27 @@ typedef struct
unsigned int tokenize;
/** Monitors */
char *monitor;
+ /** Line margin */
+ unsigned int line_margin;
+ unsigned int line_padding;
/** filter */
char *filter;
+ /** style */
+ char *separator_style;
+ /** hide scrollbar */
+ unsigned int hide_scrollbar;
/** fullscreen */
unsigned int fullscreen;
+ /** bg image */
+ unsigned int fake_transparency;
/** dpi */
int dpi;
/** Number threads (1 to disable) */
unsigned int threads;
unsigned int scroll_method;
+ unsigned int scrollbar_width;
+ /** Background type */
+ char *fake_background;
char *window_format;
/** Click outside the window to exit */