mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-13 18:18:01 +08:00
Fix dock item squircle shape roundness scaling with DPI
This commit is contained in:
parent
8840a9e99b
commit
264dbbab35
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ local class_icons = icons.text.by_class
|
|||
local item_font = "icomoon 15"
|
||||
local item_bg = x.background
|
||||
local item_size = dpi(50)
|
||||
local item_shape = helpers.squircle(dpi(1.6), 0)
|
||||
local item_shape = helpers.squircle(1.7, 0)
|
||||
local item_margin = dpi(8) -- For spacing between items
|
||||
local indicator_spacing = dpi(8)
|
||||
local indicator_height = dpi(7)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue