updated
This commit is contained in:
parent
2f04204cd8
commit
ef793f2585
2 changed files with 3 additions and 1 deletions
|
@ -386,7 +386,7 @@ font:
|
|||
bold_italic:
|
||||
family: mononoki Nerd Font
|
||||
style: Bold Italic
|
||||
size: 7
|
||||
size: 8
|
||||
offset:
|
||||
x: 0
|
||||
y: 1
|
||||
|
|
|
@ -72,7 +72,9 @@ s.layout = awful.widget.watch(".config/awesome/core/bar/widgets/layout", 1)
|
|||
{ -- Left widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
s.mylayoutbox,
|
||||
wibox.widget.textbox(" "),
|
||||
s.mytaglist,
|
||||
wibox.widget.textbox(" "),
|
||||
},
|
||||
nil,
|
||||
{ -- Right widgets
|
||||
|
|
Loading…
Reference in a new issue