dwl-bar/src
Ryan fcc7e9be56
create separate status scheme
Previously, your inactive colorscheme was also the colorscheme for the
title and status portions of the bar. This made darker inactive text
make the rest of the bar look bad. This uses the active color on the
inactive background for a new status colorscheme.
2023-09-28 15:49:30 -04:00
..
bar.c create separate status scheme 2023-09-28 15:49:30 -04:00
bar.h Refactor, everything is basically just a callback at this point, but they appear to be more stable. 2023-04-19 17:04:52 -07:00
config.def.h create separate status scheme 2023-09-28 15:49:30 -04:00
event.c Refactor, everything is basically just a callback at this point, but they appear to be more stable. 2023-04-19 17:04:52 -07:00
event.h Refactor, everything is basically just a callback at this point, but they appear to be more stable. 2023-04-19 17:04:52 -07:00
input.c Added a reset for axis values after a discete scroll 2023-05-03 22:11:56 -07:00
input.h Added HotspotListener and renamed prcocess_hotspots to hotspots_process to try and keep up with conventions. 2023-04-22 01:44:58 -07:00
log.c Refactor, everything is basically just a callback at this point, but they appear to be more stable. 2023-04-19 17:04:52 -07:00
log.h Refactor, everything is basically just a callback at this point, but they appear to be more stable. 2023-04-19 17:04:52 -07:00
main.c apply ipc-unstable-v2 patch 2023-09-26 20:56:38 -04:00
main.h apply ipc-unstable-v2 patch 2023-09-26 20:56:38 -04:00
render.c If monitors on the compositor side are disable, they are removed as globals client side. 2023-05-12 14:28:26 -07:00
render.h added pipline_hide so that future patches can use it. Some will. 2023-04-20 04:05:10 -07:00
shm.c Fixed free on stack problem with shm. 2023-04-26 13:53:52 -07:00
shm.h Refactor, everything is basically just a callback at this point, but they appear to be more stable. 2023-04-19 17:04:52 -07:00
user.c apply ipc-unstable-v2 patch 2023-09-26 20:56:38 -04:00
user.h create separate status scheme 2023-09-28 15:49:30 -04:00
util.c Messed up list resizing, forgot to multiply allocated amount by the sizeof(void*). 2023-04-22 16:11:51 -07:00
util.h Forgor to add the n in strncmp. 2023-04-21 23:40:28 -07:00