From fa430134310cb6b3c98f445e423fa6095d800743 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 1 Feb 2017 21:45:15 -0500 Subject: readme update --- volume-widget/README.md | 2 ++ volume-widget/volume.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'volume-widget') diff --git a/volume-widget/README.md b/volume-widget/README.md index 99d3ad8..ca33a16 100644 --- a/volume-widget/README.md +++ b/volume-widget/README.md @@ -4,6 +4,8 @@ Simple and easy-to-install widget for Awesome Window Manager. This widget represents the sound level: ![Volume Wiget](./vol-wid-1.png) +Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder. + ## Installation - clone/copy **volume.lua** file; diff --git a/volume-widget/volume.lua b/volume-widget/volume.lua index 3a4793a..90251a6 100644 --- a/volume-widget/volume.lua +++ b/volume-widget/volume.lua @@ -14,7 +14,7 @@ function update_volume() elseif (volume >= 60 and volume < 80) then volume_icon_name="audio-volume-medium-panel" elseif (volume >= 80 and volume <= 100) then volume_icon_name="audio-volume-high-panel" end - volume_icon:set_image("/usr/share/icons/Arc-Icons/panel/22/" .. volume_icon_name .. ".svg") + volume_icon:set_image("/usr/share/icons/Arc/panel/22/" .. volume_icon_name .. ".svg") end) end -- cgit v1.2.3