Reputation: 869
I tend to listen to a lot of music on my laptop, which causes 'Now Playing' notifications to be displayed regularly. However, I find they are way too big for my screen, often disturbing my workflow.
I think I am using libnotify
, or at least I'm able to send custom notifications to my own desktop with that library from the command line; unfortunately, I can't find any option to control the size of music notifications (Spotify in this case). Is there a way to do this or shall I install a replacement package?
I am using AwesomeWM in Arch Linux.
Upvotes: 2
Views: 849
Reputation: 869
Adding this to rc.lua
fixed the problem:
naughty.config.defaults['icon_size'] = 100
Check out this GitHub issue.
Upvotes: 2