forked from Shinonome/dots-hyprland
hefty: bar: ws: nicer ws icon anim on populate
This commit is contained in:
@@ -208,7 +208,7 @@ Item {
|
|||||||
|
|
||||||
AppIcon {
|
AppIcon {
|
||||||
id: appIcon
|
id: appIcon
|
||||||
property real cornerMargin: (!root.superPressAndHeld && Config.options?.bar.workspaces.showAppIcons) ?
|
property real cornerMargin: (!root.superPressAndHeld && Config.options?.bar.workspaces.showAppIcons && wsApp.biggestWindow) ?
|
||||||
(root.workspaceButtonWidth - root.workspaceIconSize) / 2 : root.workspaceIconMarginShrinked
|
(root.workspaceButtonWidth - root.workspaceIconSize) / 2 : root.workspaceIconMarginShrinked
|
||||||
anchors {
|
anchors {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
|||||||
Reference in New Issue
Block a user