diff options
Diffstat (limited to 'rc.lua')
-rw-r--r-- | rc.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -271,6 +271,8 @@ awful.screen.connect_for_each_screen(function(s) -- Create the wibox s.mywibox = awful.wibar({ position = "top", screen = s, height = 24}) + net = crcparse("net") + if is_linux() then -- Add widgets to the wibox s.mywibox:setup { @@ -286,7 +288,7 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.fixed.horizontal, mpd_widget, net_speed { - interface = "wlan0" + interface = net }, ram_widget(), cpu_widget(), |