mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Fix dock indicator shape error
This commit is contained in:
parent
264dbbab35
commit
9e9ab89a27
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ local indicator_spacing = dpi(8)
|
|||
local indicator_height = dpi(7)
|
||||
-- Custom arc shape
|
||||
local function draw_indicator_shape_unfocused(cr)
|
||||
cr:arc(item_size / 2, indicator_height, 10, 0, 2 * math.pi)
|
||||
cr:arc(item_size / 2, indicator_height, indicator_height, 0, 2 * math.pi)
|
||||
cr:close_path()
|
||||
cr:fill()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue