Added a scrollbar to the network and bluetooth menu. (#593)
* Added a scrollbar to the network and bluetooth menu. * Update themes * Adjust height of network menu scroller.
This commit is contained in:
@@ -468,6 +468,10 @@ const options = mkOptions(CONFIG, {
|
||||
slider_radius: opt('0.3rem'),
|
||||
progress_radius: opt('0.3rem'),
|
||||
},
|
||||
scroller: {
|
||||
radius: opt('0.7em'),
|
||||
width: opt('0.25em'),
|
||||
},
|
||||
dropdownmenu: {
|
||||
background: opt(colors.crust),
|
||||
text: opt(colors.text),
|
||||
@@ -562,6 +566,9 @@ const options = mkOptions(CONFIG, {
|
||||
label: {
|
||||
color: opt(colors.mauve),
|
||||
},
|
||||
scroller: {
|
||||
color: opt(colors.mauve),
|
||||
},
|
||||
text: opt(colors.text),
|
||||
status: {
|
||||
color: opt(colors.overlay0),
|
||||
@@ -598,6 +605,9 @@ const options = mkOptions(CONFIG, {
|
||||
label: {
|
||||
color: opt(colors.sky),
|
||||
},
|
||||
scroller: {
|
||||
color: opt(colors.sky),
|
||||
},
|
||||
text: opt(colors.text),
|
||||
status: opt(colors.overlay0),
|
||||
switch_divider: opt(colors.surface1),
|
||||
|
||||
Reference in New Issue
Block a user