forked from Shinonome/dots-hyprland
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