summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-18 12:54:43 -0500
committerzachir <zachir@librem.one>2023-03-18 12:54:43 -0500
commit69f87571a371794de1ede7d3d00f0282134ad04e (patch)
tree478687a6fdb413c4e3bfa0fe5d7afe3a5eee0ca7
parentab328b257f981e5cab2dcd4e0e77b30928736e55 (diff)
Make net-speed take less space (emojis not icons)
-rw-r--r--net-speed-widget/net-speed.lua8
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,