mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
8 lines
110 B
Lua
8 lines
110 B
Lua
-- Use rounded window corners.
|
|
hl.config({
|
|
decoration = {
|
|
rounding = 6,
|
|
rounding_power = 3,
|
|
},
|
|
})
|