diff options
| author | Blista Kanjo | 2022-12-30 19:39:38 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-12-30 19:39:38 -0500 |
| commit | ac97ebba02f3a3dc985bd469b9c15d98e286372c (patch) | |
| tree | 03818ff29c779d612a70dd59c724a573caf8619f /.config | |
| parent | d8ea545f0cf02d0210e4f646d2425b6b559a3c52 (diff) | |
feat: added reference comments for my different set-ups
Diffstat (limited to '.config')
| -rw-r--r-- | .config/awesome/rc.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index ac49792..3e4fd2b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -189,7 +189,9 @@ awful.screen.connect_for_each_screen(function(s) } -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 22 }) + s.mywibox = awful.wibar({ position = "top", screen = s, height = 20 }) + -- use `height = 20` for 80 dpi + -- use `height = 22` for 96 dpi -- Add widgets to the wibox s.mywibox:setup { |
