[awesome] add divider

This commit is contained in:
Simon Bruder 2018-10-28 13:22:22 +00:00
parent e1de422580
commit 9541b7e02f
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
local wibox = require("wibox")
local sensors_widget = wibox.widget{
markup = '|',
align = 'center',
widget = wibox.widget.textbox
}
return wibox.container.margin(sensors_widget, 4)

View file

@ -241,7 +241,9 @@ awful.screen.connect_for_each_screen(function(s)
layout = wibox.layout.fixed.horizontal,
wibox.widget.systray(),
require("battery"),
require("divider"),
require("sensors"),
require("divider"),
mytextclock,
s.mylayoutbox,
},