From 84b04f6458bdd1b426242279ede2b8380811ac01 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 7 Nov 2023 09:15:00 -0600 Subject: CAS: Make awesomewm net widget more compact Now that I'm using my net speed awesome-wm-widgets repo, the net speed widget is more compact; so I'm reducing the width for CAS to 70 px, as this seems to be as compact as it can be. --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index dbdfd55..42cc9a1 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -418,7 +418,7 @@ awful.screen.connect_for_each_screen(function(s) mpd_widget, net_speed { font = beautiful.font2, - width = 100, + width = 70, interface = wlan0 }, ram_widget({ -- cgit v1.2.3