4 Commits

Author SHA1 Message Date
Utkarsh Verma
8ebe985db8
fix: Ensure that all blocks execute on SIGUSR1. (closes #63) 2024-03-19 06:53:49 +05:30
Utkarsh Verma
12d4decdd4
fix: Fix timer logic for blocks 2023-12-19 09:51:41 +05:30
Utkarsh Verma
10f7d9b8db
Get rid of all global variables 2023-10-25 20:00:08 +05:30
Utkarsh Verma
bc84d094cd
Rewrite the entire code-base
The following changes are focused upon:
- Modularity
- Doing away with globals
- No heap allocations
- Better command line interface
- Switch from Xlib to XCB
- More verbose type definitions
- Implement a single-file config by utilising X-macros
2023-10-25 17:37:23 +05:30