diff options
| author | bakkeby <[email protected]> | 2020-08-30 11:14:12 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-30 11:14:12 +0200 |
| commit | b3f078abfb669f85e99e6170b8826298a292cf23 (patch) | |
| tree | 31031150acb97cd7f0ed413c2ea291eca43c7ce3 /patch/bar_indicators.h | |
| parent | ff7fbd24106c716a141830b472b7fca48f52476f (diff) | |
| download | dwm-flexipatch-b3f078abfb669f85e99e6170b8826298a292cf23.tar.gz dwm-flexipatch-b3f078abfb669f85e99e6170b8826298a292cf23.zip | |
Silly addendum: adding box indicator just to inspire some ideas
Diffstat (limited to 'patch/bar_indicators.h')
| -rw-r--r-- | patch/bar_indicators.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/bar_indicators.h b/patch/bar_indicators.h index 850c326..848fc76 100644 --- a/patch/bar_indicators.h +++ b/patch/bar_indicators.h @@ -6,6 +6,8 @@ enum { INDICATOR_TOP_BAR_SLIM, INDICATOR_BOTTOM_BAR, INDICATOR_BOTTOM_BAR_SLIM, + INDICATOR_BOX, + INDICATOR_BOX_WIDER, INDICATOR_CLIENT_DOTS, INDICATOR_RIGHT_TAGS }; |
