Feat: Added a separators module for the bar. (#889)

This commit is contained in:
Jas Singh
2025-04-07 21:14:31 -07:00
committed by GitHub
parent 93235f0fb1
commit a48b072b53
8 changed files with 60 additions and 27 deletions

View File

@@ -309,6 +309,11 @@ const options = mkOptions({
total: opt(colors.lavender),
spacing: opt('0.5em'),
},
separator: {
color: opt(colors.surface2),
margins: opt('0.15em'),
width: opt('0.1em'),
},
modules: {
microphone: {
enableBorder: opt(false),