forked from dimatura/rpbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.hh
30 lines (24 loc) · 1.03 KB
/
settings.hh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef SETTINGS_N7KJ765I
#define SETTINGS_N7KJ765I
#define RPBAR_WIN_NAME "rpbar"
// used to communicate with rpbarsend
#define RPBAR_SOCKET_PATH "/tmp/rpbarsocket"
// hopefully none of your programs have this as their title
#define RPBAR_SEP "$)@="
// to be used for whether rpbar is on top or bottom
#define RPBAR_TOP 1
// padding around text (top and bottom)
#define RPBAR_PADDING 4
// for communication with ratpoison. Bigger shouldn't hurt.
#define RPBAR_BUFSIZE 2048
#define RPBAR_TIMEOUT_S 5
// affects padding in left and right
#define RPBAR_BUTTON_MARGIN 10
// Look at wmii or vim colorschemes for inspiration
#define RPBAR_BORDERCOLOR "#666666"
#define RPBAR_BGCOLOR "#080808"
#define RPBAR_FGCOLOR "#D0D0D0"
#define RPBAR_MAINBGCOLOR "#202020"
#define RPBAR_MAINFGCOLOR "#76ff00"
#define RPBAR_FONT_STR "monospace:size=10"
#endif /* end of include guard: SETTINGS_N7KJ765I */