summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-26 10:28:46 -0600
committerzachir <zachir@librem.one>2023-02-26 10:28:46 -0600
commit63706c2a0dbadf8cfc26611fb11bfaf50d20972d (patch)
treea8f94d6c4479a774c0a181d6704c38bef75e8f59 /awesome/rc.lua
parentdb492afb42b69814618d7cb66ce2090d4f2a0c65 (diff)
set font and size throughout awesome
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
}),