Skip to content

Commit

Permalink
better media bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Andries committed May 24, 2010
1 parent ce286b4 commit 5e63501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ btn_next = awful.widget.launcher({ image = image(iconpath.."next.png"), command
med_info=widget({type="textbox"})
med_right_aligned={ layout = awful.widget.layout.horizontal.rightleft}
med_bitrate=widget({type="textbox"})
btn_win = awful.widget.button({ image = image(iconpath.."show.png"), command = "audtool mainwin-show off && audtool mainwin-show on" })
btn_win = awful.widget.button({ image = image(iconpath.."show.png"), command = "audtool mainwin-show off;audtool mainwin-show on" })
btn_prefs = awful.widget.button({ image = image(iconpath.."prefs.png"), command = "audtool preferences-show on" })
--table.insert(med_right_align)
table.insert(med_right_aligned, med_bitrate)
Expand Down

0 comments on commit 5e63501

Please sign in to comment.