Commit Graph

11 Commits

Author SHA1 Message Date
bakkeby
251e3a23de Adding tiled indicators as suggested in #68 2020-11-05 12:16:38 +01:00
bakkeby
5132e3a289 bar indicators: fixed alignment when bar border is used 2020-10-04 11:33:01 +02:00
bakkeby
7275ca47ff Experimenting with having more status indicators than just whether the client is floating or not 2020-09-16 11:07:23 +02:00
bakkeby
ff9811f73d Just some minor changes adding bar border patch ref. #41 2020-09-09 17:24:02 +02:00
bakkeby
5acfb55a9c Silly addendum: adding box indicator just to inspire some ideas 2020-08-30 11:22:07 +02:00
bakkeby
b3f078abfb Silly addendum: adding box indicator just to inspire some ideas 2020-08-30 11:14:12 +02:00
bakkeby
ff7fbd2410 indicator bottom bar should probably be filled depending on whether the tag is selected or not 2020-08-30 10:03:27 +02:00
bakkeby
85c99ae8d4 Added slim variants for the bar indicators 2020-08-30 10:00:30 +02:00
bakkeby
8ff0adeabd indicators: Adding the NONE indicator to disable e.g. indicators for tags 2020-08-28 19:48:30 +02:00
bakkeby
f45acf8795 Added alttagsdecoration patch.
Unified tag icon handling while adding support for different icons per monitor.

In general LENGTH(tags) has been replaced with a NUMTAGS macro (defaulting to 9)
and the tags[] array has been replaced with a tagicons[][] array, access to which
is done through a single function tagicon.

This allows one central place where alternative tags, alttagsdecoration, or other
future tags logic is handled. This also gives a consistent display of tags
regardless of the module that presents tags.

Additionally the monitor index has been integrated into dwm for easier access.
2020-08-25 16:27:14 +02:00
bakkeby
46ebaea58f Added clientindicators patch and unified and simplified indicator code. Enabled centeredwindowname option for awesomebar and bartabgroups patches. 2020-08-22 20:30:51 +02:00