File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,20 @@ static const char *fonts[] = {
99 "monospace:size=10"
1010};
1111static const char * prompt = NULL ; /* -p option; prompt to the left of input field */
12- #include "/home/salahdin/.cache/wal/colors-wal-dmenu.h"
12+ #define pywal "/home/salahdin/.cache/wal/colors-wal-dmenu.h"
13+
14+ #if __has_include (pywal )
15+ #include pywal
16+ #else
17+ @@ -11 ,6 + 11 ,8 @@ static const char * colors [SchemeLast ][2 ]
18+ /* fg bg */
19+ [SchemeNorm ] = { "#bbbbbb" , "#222222" },
20+ [SchemeSel ] = { "#eeeeee" , "#005577" },
21+ [SchemeSelHighlight ] = { "#ffc978" , "#005577" },
22+ [SchemeNormHighlight ] = { "#ffc978" , "#222222" },
23+ [SchemeOut ] = { "#000000" , "#00ffff" },
24+ };
25+ #endif
1326/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
1427static unsigned int lines = 0 ;
1528
You can’t perform that action at this time.
0 commit comments