diff options
author | zachir <zachir@librem.one> | 2023-11-07 09:15:00 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-11-07 09:15:00 -0600 |
commit | 84b04f6458bdd1b426242279ede2b8380811ac01 (patch) | |
tree | 39ee48bc474584a18c57962e0e82bc7582c5ff24 /awesome | |
parent | a492f2281e01fd0b0cf587dd27607d2eadef3ff0 (diff) |
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.
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |