From 69f87571a371794de1ede7d3d00f0282134ad04e Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 18 Mar 2023 12:54:43 -0500 Subject: Make net-speed take less space (emojis not icons) --- net-speed-widget/net-speed.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net-speed-widget/net-speed.lua') 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, -- cgit v1.2.3