Add reveletaion + rename bottom right to bottom left
This commit is contained in:
parent
e1aa18dbed
commit
fe159655c3
4 changed files with 100 additions and 4 deletions
|
@ -11,7 +11,7 @@ local wibox = require("wibox")
|
|||
|
||||
return function(s, widgets)
|
||||
|
||||
local bottom_right = awful.popup {
|
||||
local bottom_left = awful.popup {
|
||||
widget = wibox.container.background,
|
||||
ontop = false,
|
||||
bg = color["Grey900"],
|
||||
|
@ -24,7 +24,7 @@ return function(s, widgets)
|
|||
end
|
||||
}
|
||||
|
||||
bottom_right:struts {
|
||||
bottom_left:struts {
|
||||
bottom = 65
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@ return function(s, widgets)
|
|||
return layout
|
||||
end
|
||||
|
||||
bottom_right:setup {
|
||||
bottom_left:setup {
|
||||
nil,
|
||||
nil,
|
||||
prepare_widgets(widgets),
|
|
@ -61,7 +61,7 @@ awful.screen.connect_for_each_screen(
|
|||
require("crylia_bar.left_bar")(s, { s.layoutlist, s.taglist })
|
||||
require("crylia_bar.center_bar")(s, { s.tasklist })
|
||||
require("crylia_bar.right_bar")(s, { s.gpu_temp, s.cpu_temp, s.ram_info, s.kblayout, s.bluetooth, s.network, s.clock, s.powerbutton })
|
||||
require("crylia_bar.bottom_right_bar")(s, { s.mpris })
|
||||
require("crylia_bar.bottom_left_bar")(s, { s.mpris })
|
||||
end
|
||||
end
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue