diff options
author | streetturtle <streetturtle@gmail.com> | 2017-02-01 21:45:15 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2017-02-01 21:45:15 -0500 |
commit | fa430134310cb6b3c98f445e423fa6095d800743 (patch) | |
tree | dd319e57b1a955cb3715ead7eda1eafc1e77969a /rhythmbox-widget | |
parent | e214e416d3ce53dec14e5f0e81ceae587f1fd4bc (diff) |
readme update
Diffstat (limited to 'rhythmbox-widget')
-rw-r--r-- | rhythmbox-widget/rhythmbox.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhythmbox-widget/rhythmbox.lua b/rhythmbox-widget/rhythmbox.lua index 4a54d4b..1287587 100644 --- a/rhythmbox-widget/rhythmbox.lua +++ b/rhythmbox-widget/rhythmbox.lua @@ -6,7 +6,7 @@ rhythmbox_widget = wibox.widget.textbox() rhythmbox_widget:set_font('Play 9') rhythmbox_icon = wibox.widget.imagebox() -rhythmbox_icon:set_image("/usr/share/icons/Arc-Icons/devices/22/audio-speakers.png") +rhythmbox_icon:set_image("/usr/share/icons/Arc/devices/22/audio-speakers.png") watch( "rhythmbox-client --no-start --print-playing", 1, |