wbar: animated start icon, search, and task view icons

This commit is contained in:
end-4
2025-11-16 00:02:57 +01:00
parent 68a9c8729f
commit 4abfcd0162
11 changed files with 506 additions and 7 deletions
@@ -9,7 +9,7 @@ import qs.modules.waffle.looks
AppButton {
id: root
iconName: "task-view"
iconName: (down && !checked) ? "task-view-pressed" : "task-view"
separateLightDark: true
checked: GlobalStates.overviewOpen