In my 'rc.lua' file I currently have the following code:
naughty.notify({
preset = naughty.config.presets.info,
text = "MPC: Play!",
icon = "/home/user/.config/awesome/icons/mpd.png",
icon_size = 20,
})
How can make the following icon path work, instead?
icon = "~/.config/awesome/icons/mpd.png",