diff options
Diffstat (limited to 'net-speed-widget')
-rw-r--r-- | net-speed-widget/net-speed.lua | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-speed-widget/net-speed.lua b/net-speed-widget/net-speed.lua index daa218a..86b8d33 100644 --- a/net-speed-widget/net-speed.lua +++ b/net-speed-widget/net-speed.lua @@ -69,7 +69,7 @@ local function worker(user_args) font = font, widget = wibox.widget.textbox }, - ---[[ + --[[ { image = ICONS_DIR .. 'down.svg', widget = wibox.widget.imagebox @@ -79,6 +79,12 @@ local function worker(user_args) widget = wibox.widget.imagebox }, --]] + ---[[ + { + text = "⬆️⬇️", + widget = wibox.widget.textbox + }, + --]] { id = 'tx_speed', forced_width = width, |