added options for bar media module (#88)

* added options for bar media module

* added reviewed changes

* cleaned up
This commit is contained in:
matavach
2024-08-08 00:19:14 -05:00
committed by GitHub
parent f5b75edbed
commit 407c8aa304
3 changed files with 22 additions and 10 deletions

View File

@@ -685,6 +685,11 @@ const options = mkOptions(OPTIONS, {
clock: {
format: opt("󰃭 %a %b %d  %I:%M:%S %p"),
},
media: {
show_artist: opt(false),
truncation: opt(true),
truncation_size: opt(30)
},
notifications: {
show_total: opt(false)
},