Added customizable styling for network, bluetooth, battery and audio menu... and fixed window position based on scale.
This commit is contained in:
17
options.ts
17
options.ts
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user