summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index b18a3ca..28e3465 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -59,7 +59,7 @@ theme.dir = string.format("%s/awesome/themes/%s", config_dir, theme.name)
beautiful.init(theme.dir .. "/theme.lua")
beautiful.useless_gap = 5
beautiful.wallpaper = awful.util.get_configuration_dir() .. "../../background.png"
-font = beautiful.font or "mononoki Nerd Font Mono 12"
+font = beautiful.font or "mononoki Nerd Font Mono 18"
-- Widget definitions/initializations
@@ -276,7 +276,7 @@ awful.screen.connect_for_each_screen(function(s)
}
-- Create the wibox
- s.mywibox = awful.wibar({ position = "top", screen = s, height = 30})
+ s.mywibox = awful.wibar({ position = "top", screen = s, height = 36})
if (crcparse("snd") == "pipewire") or (crcparse("snd") == "pulseaudio") or (crcparse("snd") == "pulse") then
snd="pulse"
@@ -335,8 +335,8 @@ awful.screen.connect_for_each_screen(function(s)
color_used=beautiful.bg_focus,
color_free=beautiful.fg_normal,
color_buf=beautiful.bg_accent,
- widget_height=25,
- widget_width=25,
+ widget_height=32,
+ widget_width=32,
widget_show_buf=true,
timeout=1
}),