summaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
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(),