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/awesome-wm-widgets | 2 +- awesome/rc.lua | 8 ++++---- awesome/themes/default/theme.lua | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/awesome/awesome-wm-widgets b/awesome/awesome-wm-widgets index 1983667..9a987ad 160000 --- a/awesome/awesome-wm-widgets +++ b/awesome/awesome-wm-widgets @@ -1 +1 @@ -Subproject commit 1983667ca66d0dfb7e01bf4de87ae96b8db49a35 +Subproject commit 9a987adf05ae0d241d22fbb0ee142fbefa76a138 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 }), diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index cb58f75..ead216c 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "mononoki Nerd Font Mono 12" +theme.font = "mononoki Nerd Font Mono 18" theme.bg_normal = "#000000" theme.bg_focus = "#39c1ed" -- cgit v1.2.3