Added the ability to enable borders for the bar. (#428)
* Added the ability to configure a border for the bar. * Added the right color for configs
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
BarButtonStyles,
|
||||
BarLocation,
|
||||
BluetoothBatteryState,
|
||||
BorderLocation,
|
||||
NotificationAnchor,
|
||||
OSDAnchor,
|
||||
OSDOrientation,
|
||||
@@ -158,6 +159,11 @@ const options = mkOptions(OPTIONS, {
|
||||
transparent: opt(false),
|
||||
dropdownGap: opt('2.9em'),
|
||||
background: opt(colors.crust),
|
||||
border: {
|
||||
location: opt<BorderLocation>('none'),
|
||||
width: opt('0.15em'),
|
||||
color: opt(colors.lavender),
|
||||
},
|
||||
buttons: {
|
||||
style: opt<BarButtonStyles>('default'),
|
||||
enableBorders: opt(false),
|
||||
|
||||
Reference in New Issue
Block a user