diff options
author | zachir <zachir@librem.one> | 2023-10-23 00:13:29 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-23 00:13:29 -0500 |
commit | f31b68f7badd5d0dce44da570376c5a22c843ed3 (patch) | |
tree | 9e3bed87fce64a1ae13ac5f2adc0c36911ec7d18 | |
parent | f12147469b747dd4d6431fb4b3a7a609075f4c02 (diff) |
CAS: use wlan0 and not net
-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 32bc508..914e222 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, - interface = net + interface = wlan0 }, ram_widget({ color_used=beautiful.bg_focus, |