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:
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
-1
@@ -1,7 +1,9 @@
|
||||
build/decorations.o: src/decorations.c include/decorations.h \
|
||||
include/dwn.h include/client.h include/config.h include/util.h
|
||||
include/dwn.h include/client.h include/config.h include/util.h \
|
||||
include/workspace.h
|
||||
include/decorations.h:
|
||||
include/dwn.h:
|
||||
include/client.h:
|
||||
include/config.h:
|
||||
include/util.h:
|
||||
include/workspace.h:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-1
@@ -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:
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user