Added customizable styling for network, bluetooth, battery and audio menu... and fixed window position based on scale.

This commit is contained in:
Jas Singh
2024-07-18 00:26:29 -07:00
parent 144746db0a
commit 1e3a23439d
8 changed files with 161 additions and 46 deletions

View File

@@ -244,6 +244,10 @@ const options = mkOptions(OPTIONS, {
active: opt(colors.maroon)
},
iconbutton: {
passive: opt(colors.text),
active: opt(colors.maroon),
},
icons: {
passive: opt(colors.overlay2),
active: opt(colors.maroon),
},
@@ -287,7 +291,7 @@ const options = mkOptions(OPTIONS, {
},
iconbuttons: {
passive: opt(colors.text),
hover: opt(colors.mauve)
active: opt(colors.mauve)
},
},
bluetooth: {
@@ -319,9 +323,9 @@ const options = mkOptions(OPTIONS, {
passive: opt(colors.text),
active: opt(colors.sky),
},
iconbuttons: {
iconbutton: {
passive: opt(colors.text),
hover: opt(colors.sky)
active: opt(colors.sky)
},
},
systray: {
@@ -356,6 +360,12 @@ const options = mkOptions(OPTIONS, {
passive: opt(colors.overlay2),
active: opt(colors.yellow),
},
slider: {
primary: opt(colors.lavender),
background: opt(colors.surface2),
backgroundhover: opt(colors.surface1),
puck: opt(colors.overlay0)
},
},
clock: {
card: {
@@ -573,6 +583,7 @@ const options = mkOptions(OPTIONS, {
"volume",
"network",
"bluetooth",
"battery",
"systray",
"clock",
"notifications"