feat: add text glow animation for client titles

feat: enhance alt-tab selection with bold font rendering
refactor: simplify title bar color logic to use focused/unfocused states
perf: increase focus animation duration for smoother transitions
refactor: update build dependencies for decorations and workspace modules
This commit is contained in:
2026-01-26 23:36:06 +01:00
parent f55f024d22
commit b59c279bb0
20 changed files with 113 additions and 38 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
build/workspace.o: src/workspace.c include/workspace.h include/dwn.h \
include/client.h include/layout.h include/atoms.h include/util.h \
include/config.h include/panel.h include/api.h
include/config.h include/panel.h include/api.h include/decorations.h
include/workspace.h:
include/dwn.h:
include/client.h:
@@ -10,3 +10,4 @@ include/util.h:
include/config.h:
include/panel.h:
include/api.h:
include/decorations.h: