summaryrefslogtreecommitdiff
path: root/awesome
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
parentdb492afb42b69814618d7cb66ce2090d4f2a0c65 (diff)
set font and size throughout awesome
Diffstat (limited to 'awesome')
m---------awesome/awesome-wm-widgets0
-rw-r--r--awesome/rc.lua8
-rw-r--r--awesome/themes/default/theme.lua2
3 files changed, 5 insertions, 5 deletions
diff --git a/awesome/awesome-wm-widgets b/awesome/awesome-wm-widgets
-Subproject 1983667ca66d0dfb7e01bf4de87ae96b8db49a3
+Subproject 9a987adf05ae0d241d22fbb0ee142fbefa76a13
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"