mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
adjust ws icon size
This commit is contained in:
parent
34268147e6
commit
17935cdc13
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Item {
|
|||
property list<bool> workspaceOccupied: []
|
||||
property int widgetPadding: 4
|
||||
property int workspaceButtonWidth: 26
|
||||
property real workspaceIconSize: workspaceButtonWidth * 0.75
|
||||
property real workspaceIconSize: workspaceButtonWidth * 0.7
|
||||
property real workspaceIconSizeShrinked: workspaceButtonWidth * 0.55
|
||||
property real workspaceIconOpacityShrinked: 1
|
||||
property real workspaceIconMarginShrinked: -4
|
||||
|
|
|
|||
Loading…
Reference in a new issue