Update separator width
This commit is contained in:
parent
123cd32ea4
commit
b19f051cde
|
@ -252,7 +252,7 @@ awful.screen.connect_for_each_screen(function(s)
|
|||
wibox.widget.systray(),
|
||||
wibox.widget.separator{
|
||||
orientation = "vertical",
|
||||
forced_width = 10
|
||||
forced_width = 5
|
||||
},
|
||||
battery_widget{
|
||||
enable_battery_warning = true
|
||||
|
|
Loading…
Reference in New Issue