Added more configuration menus for battery, bluetooth, clock, dashboard, media, network, notification, systray and volume menus.

This commit is contained in:
Jas Singh
2024-07-21 19:21:07 -07:00
parent 28fbb8e3b4
commit 9bc00909e2
13 changed files with 374 additions and 25 deletions

View File

@@ -165,16 +165,6 @@ const options = mkOptions(OPTIONS, {
passive: opt(colors.text),
active: opt(colors.lavender)
},
dashboard: {
background: opt(colors.base2),
text: opt(colors.yellow)
},
workspaces: {
background: opt(colors.base2),
available: opt(colors.sky),
occupied: opt(colors.flamingo),
active: opt(colors.pink),
},
progressbar: {
foreground: opt(colors.lavender),
background: opt(colors.surface1),
@@ -322,9 +312,6 @@ const options = mkOptions(OPTIONS, {
},
},
systray: {
background: {
color: opt(colors.base2),
},
dropdownmenu: {
background: opt(colors.crust),
text: opt(colors.text),