diff options
author | zachir <zachir@librem.one> | 2023-03-18 12:54:43 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-18 12:54:43 -0500 |
commit | 69f87571a371794de1ede7d3d00f0282134ad04e (patch) | |
tree | 478687a6fdb413c4e3bfa0fe5d7afe3a5eee0ca7 /net-speed-widget | |
parent | ab328b257f981e5cab2dcd4e0e77b30928736e55 (diff) |
Make net-speed take less space (emojis not icons)
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, |