From 620d70e784d3c1bf692b42f855b47e6d00e393bc Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 10 Feb 2023 13:23:41 -0600 Subject: add font option to net_speed --- awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 2024c0f..35fc3db 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -59,6 +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 = "mononoki Nerd Font Mono 12" -- Widget definitions/initializations @@ -302,6 +303,7 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.fixed.horizontal, mpd_widget, net_speed { + font = font, interface = net }, ram_widget(), -- cgit v1.2.3