diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-26 21:13:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-26 21:13:02 -0300 |
commit | 053599ca75a94c85d0c1f592dc76d53c271d174d (patch) | |
tree | 0f8445ab0bc42ef1bb176fb2ba25167000f55035 /modules/awesome/config.dot/awesome.link/rc.lua | |
parent | 1e5d084d0580a109c7387e878362b2b0de62fd74 (diff) | |
download | dotfiles-053599ca75a94c85d0c1f592dc76d53c271d174d.tar.gz dotfiles-053599ca75a94c85d0c1f592dc76d53c271d174d.tar.bz2 |
Awesompd fixes
Diffstat (limited to 'modules/awesome/config.dot/awesome.link/rc.lua')
-rw-r--r-- | modules/awesome/config.dot/awesome.link/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/awesome/config.dot/awesome.link/rc.lua b/modules/awesome/config.dot/awesome.link/rc.lua index 554c42e..e5fe3bb 100644 --- a/modules/awesome/config.dot/awesome.link/rc.lua +++ b/modules/awesome/config.dot/awesome.link/rc.lua @@ -174,7 +174,7 @@ for s = 1, screen.count() do s == 1 and mysystray or nil, volume_widget, myledbox, - awesompd == true and musicwidget.widget or nil, + awesompd and musicwidget.widget or nil, mytasklist[s], layout = awful.widget.layout.horizontal.rightleft } |