diff options
author | zachir <zachir@librem.one> | 2023-02-10 13:23:41 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-10 13:23:41 -0600 |
commit | 620d70e784d3c1bf692b42f855b47e6d00e393bc (patch) | |
tree | 04217a574eaeec46b888e2a5797bd03f12163eb4 /awesome/rc.lua | |
parent | 542b7832ea487bbd69c3d43c723dc01d8bf1c5e7 (diff) |
add font option to net_speed
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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(), |