forked from Shinonome/dots-hyprland
wbar: animated start icon, search, and task view icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user