mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Awesome configs for Ben.
This commit is contained in:
@@ -348,13 +348,18 @@ function theme.at_screen_connect(s)
|
||||
-- Create the horizontal wibox
|
||||
s.mywibox = awful.wibar({ position = "top", screen = s, height = 28, bg = theme.bg_normal, fg = theme.fg_normal })
|
||||
|
||||
-- Add widgets to the wibox
|
||||
|
||||
-- Add widgets to the wibox
|
||||
s.mywibox:setup {
|
||||
layout = wibox.layout.align.horizontal,
|
||||
{ -- Top widgets
|
||||
layout = wibox.layout.fixed.vertical,
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
mylauncher,
|
||||
},
|
||||
}
|
||||
|
||||
s.mywibox:setup {
|
||||
layout = wibox.layout.align.horizontal,
|
||||
{ -- Left widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
@@ -391,6 +396,8 @@ function theme.at_screen_connect(s)
|
||||
},
|
||||
}
|
||||
|
||||
-- Create the vertical wibox
|
||||
s.myverticalwibox = awful.wibar({ position = "left", screen = s, width = 120, bg = theme.bg_normal, fg = theme.fg_normal })
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user