mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-28 03:27:30 -05:00
actioncenter: stack view setup
This commit is contained in:
@@ -14,7 +14,7 @@ Kirigami.Icon {
|
||||
implicitWidth: implicitSize
|
||||
implicitHeight: implicitSize
|
||||
|
||||
source: `${Looks.iconsPath}/${root.icon}${filled ? "-filled" : ""}.svg`
|
||||
source: icon === "" ? "" : `${Looks.iconsPath}/${root.icon}${filled ? "-filled" : ""}.svg`
|
||||
fallback: root.icon
|
||||
roundToIconSize: false
|
||||
color: Looks.colors.fg
|
||||
|
||||
Reference in New Issue
Block a user