OSDs are now click through and can have borders. (#674)

This commit is contained in:
Jas Singh
2024-12-30 04:09:16 -08:00
committed by GitHub
parent d49a750bfd
commit d2e02f553a
7 changed files with 121 additions and 167 deletions

View File

@@ -134,6 +134,10 @@ const options = mkOptions(CONFIG, {
enable: opt(true),
orientation: opt<OSDOrientation>('vertical'),
opacity: opt(100),
border: {
size: opt('0em'),
color: opt(colors.lavender),
},
bar_container: opt(colors.crust),
icon_container: opt(tertiary_colors.lavender),
bar_color: opt(tertiary_colors.lavender),