Added the ability to configure the notification radius (#182)

This commit is contained in:
Jas Singh
2024-08-25 02:23:52 -07:00
committed by GitHub
parent b080d6b00d
commit b990e9c34f
4 changed files with 7 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ const options = mkOptions(OPTIONS, {
},
label: opt(colors.lavender),
border: opt(secondary_colors.surface0),
border_radius: opt("0.6em"),
time: opt(secondary_colors.overlay1),
text: opt(colors.text),
labelicon: opt(colors.lavender),