From baa9177b7009690d7a47487a2fbb80ae4077b818 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 14 Dec 2020 22:33:56 -0500 Subject: ultimate volume widget improvements --- todo-widget/todo.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'todo-widget') diff --git a/todo-widget/todo.lua b/todo-widget/todo.lua index 74b3d1b..b8ce3cf 100644 --- a/todo-widget/todo.lua +++ b/todo-widget/todo.lua @@ -208,7 +208,7 @@ local function worker(user_args) local move_up = wibox.widget { - image = WIDGET_DIR .. '/up.png', + image = WIDGET_DIR .. '/chevron-up.svg', resize = false, widget = wibox.widget.imagebox } @@ -223,7 +223,7 @@ local function worker(user_args) end) local move_down = wibox.widget { - image = WIDGET_DIR .. '/down.png', + image = WIDGET_DIR .. '/chevron-down.svg', resize = false, widget = wibox.widget.imagebox } -- cgit v1.2.3