diff options
| author | Blista Kanjo | 2023-07-14 07:02:05 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-14 07:02:05 -0400 |
| commit | caa25e79bbfd2c735a1deecf1dc29e7740c137e3 (patch) | |
| tree | 7a911cef2799623b0a85f3030227987dc1f334c9 /.config | |
| parent | 5f5b9234a0ced4ce7b258ce23c32332815d9a146 (diff) | |
refactor: changes related to smaller `wibar`
Diffstat (limited to '.config')
| -rw-r--r-- | .config/awesome/rc.lua | 6 | ||||
| -rw-r--r-- | .config/dunst/dunstrc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 661f9ac..f540554 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -241,9 +241,9 @@ awful.screen.connect_for_each_screen(function(s) } -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 20 }) - -- use `height = 20` for 80 dpi - -- use `height = 22` for 96 dpi + s.mywibox = awful.wibar({ position = "top", screen = s, height = 18 }) + -- use `height = 18` for 80 dpi + -- use `height = 20` for 96 dpi -- Add widgets to the wibox s.mywibox:setup { diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 0a97550..b442f4d 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -36,7 +36,7 @@ origin = top-right # Offset from the origin - offset = 0x25 + offset = 0x16 # Scale factor. It is auto-detected if value is 0. scale = 0 |
