From 63706c2a0dbadf8cfc26611fb11bfaf50d20972d Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 26 Feb 2023 10:28:46 -0600 Subject: set font and size throughout awesome --- awesome/rc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'awesome/rc.lua') 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 }), -- cgit v1.2.3