Created
January 17, 2017 19:53
-
-
Save Narrat/8984e1f6441aeb7f7a04d5cbe91b1257 to your computer and use it in GitHub Desktop.
missing svg icons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dunst -conf .config/dunst/dunstrc -print | |
{ | |
appname: 'ponymix' | |
summary: 'ponymix' | |
body: '' | |
icon: 'notification-audio-volume-muted' | |
category: | |
urgency: 1 | |
formatted: '<b>ponymix</b> | |
[ 22%]' | |
fg: #ffffff | |
bg: #285577 | |
frame: #aaaaaa | |
id: 2 | |
script: (null) | |
} | |
Could not load icon: 'notification-audio-volume-muted' | |
Could not load icon: 'notification-audio-volume-muted' | |
Could not load icon: 'notification-audio-volume-muted' | |
{ | |
appname: 'ponymix' | |
summary: 'ponymix' | |
body: '' | |
icon: 'notification-audio-volume-low' | |
category: | |
urgency: 1 | |
formatted: '<b>ponymix</b> | |
[ 22%]' | |
fg: #ffffff | |
bg: #285577 | |
frame: #aaaaaa | |
id: 3 | |
script: (null) | |
} | |
Could not load icon: 'notification-audio-volume-low' | |
Could not load icon: 'notification-audio-volume-low' | |
Could not load icon: 'notification-audio-volume-low' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment