diff options
| author | bakkeby <[email protected]> | 2020-08-22 20:30:51 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-22 20:30:51 +0200 |
| commit | 46ebaea58f121a33ed0d3ea07f40cfb70c9de2f9 (patch) | |
| tree | dbbed25100f3c3a9ccfba12b0323206b2abcfdf8 /patch/bar_indicators.h | |
| parent | 32819a48f3efb57c010d3d27c6b2a537916793b2 (diff) | |
| download | dwm-flexipatch-46ebaea58f121a33ed0d3ea07f40cfb70c9de2f9.tar.gz dwm-flexipatch-46ebaea58f121a33ed0d3ea07f40cfb70c9de2f9.zip | |
Added clientindicators patch and unified and simplified indicator code. Enabled centeredwindowname option for awesomebar and bartabgroups patches.
Diffstat (limited to 'patch/bar_indicators.h')
| -rw-r--r-- | patch/bar_indicators.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patch/bar_indicators.h b/patch/bar_indicators.h new file mode 100644 index 0000000..cd1d259 --- /dev/null +++ b/patch/bar_indicators.h @@ -0,0 +1,10 @@ +enum { + INDICATOR_TOP_LEFT_SQUARE, + INDICATOR_TOP_LEFT_LARGER_SQUARE, + INDICATOR_TOP_BAR, + INDICATOR_BOTTOM_BAR, + INDICATOR_CLIENT_DOTS, + INDICATOR_RIGHT_TAGS +}; + +static void drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int w, unsigned int tag, int filled, int invert, int type);
\ No newline at end of file |
