diff options
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/rc.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 1772754..8fb9770 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -416,10 +416,10 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.fixed.horizontal, mpd_widget, net_speed { - font = "mononoki Nerd Font Mono 6", - interface = "enp5s0" + font = "mononoki Nerd Font Mono 12", + interface = "enp5s0", font = beautiful.font2, - width = 100, + width = 70, }, ram_widget({ color_used=beautiful.bg_focus, |