-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw icon takes priority over icon set via rules #339
Comments
Looks like the same icon to me, just different dimensions. Right before the last release I changed the default of the PS: You can use code blocks to make configuration files much more readable :) |
Yeah, is the same icon, but is giant! I wish i could set |
I don't see why not? As mentioned in the docs |
So, how can i do it ? Haha |
You can't (currently) set it as a rule if that's what you're asking, just add |
Ok, now the icon is 40x40, however it still showing up as |
I pushed a fix to the |
I compile it via aur, but seems like is not working yet |
You'll need to download the git repository to test it
|
Oh, sorry! Now it's working very well! Thank you very much! Will it be avaliable on the aur repository ? |
Awesome, merged to master. It'll be available on the aur the next time the maintainer updates the package. |
No need for an update from the maintainer. And with adding #branch=branchname to the source line, one can create a package for that specific branch |
Hi, guys
I'm having a awkward error using Dunst and Spotify. Seems like dunst is not recognizing that Spotify is set up to use a custom icon. I use a small script to get the music album art from Spotify and use it as an icon with Spotify notification function and Dunst, but now i just can't get it to work. It was working all the year but now, when i exec
dunst -print
, it returnsraw_icon set: true
and notraw_icon set: false
and when the notification pop up only a giant album art appears.How it looks like:
How it should look like:
Here's my dunstrc:
DUNST CONFIGURATION FILE
[global]
alignment = left
allow_markup = yes
bounce_freq = 0
browser = /usr/bin/google-chrome-beta -new-tab
dmenu = /usr/bin/dmenu -p dunst
follow = mouse
font = Roboto 7
format = "%s\n%b"
geometry = "300x10-15+37"
horizontal_padding = 8
icon_folders = /usr/share/icons/Notifications
icon_position = left
idle_threshold = 120
ignore_newline = no
indicate_hidden = yes
line_height = 5
monitor = 0
padding = 6
separator_color = auto
separator_height = 0
show_age_threshold = -1
show_indicators = no
sort = yes
startup_notification = false
sticky_history = no
transparency = 40
word_wrap = yes
[frame]
color = "#ffffff"
width = 0
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
context = ctrl+shift+period
history = ctrl+grave
[urgency_critical]
background = "#ffffff"
foreground = "#262626"
timeout = 0
[urgency_low]
background = "#ffffff"
foreground = "#262626"
timeout = 5
[urgency_normal]
background = "#ffffff"
foreground = "#262626"
timeout = 5
[AN2Linux]
appname = AN2Linux
format = "%s\n%b"
timeout = 10
[Discord]
appname = Discord Canary
format = "Discord\n%s\n%b"
new_icon = Discord
[Dropbox]
appname = Dropbox
format = "Dropbox\n%s\n%b"
new_icon = Dropbox
timeout = 0
[ImageMagick]
appname = ImageMagick
format = "System Notification\n%s\n%b"
timeout = 0
[Mozilla Firefox]
appname = Firefox
format = "Mozilla Firefox\n%s\n%b"
new_icon = Mozilla Firefox
timeout = 0
[NCMPCPP]
appname = NCMPCPP
format = "Now Playing\n%s\n%b"
timeout = 0
[Redshift]
appname = Redshift
format = "System Notification\n%s\n%b"
new_icon = Redshift
timeout = 0
[Spotify]
appname = Spotify
format = "Now Playing\n%s\n%b"
new_icon = Spotify
timeout = 0
[Transmission]
appname = Transmission
format = "Transmission\n%s\n%b"
new_icon = Transmission
timeout = 0
[UpdateChecker]
appname = UpdateChecker
format = "System Notification\n%s\n%b"
new_icon = UpdateChecker
timeout = 0
[Volume]
appname = Volume
format = "System Notification\n%s\n%b"
new_icon = Volume
timeout = 0
The text was updated successfully, but these errors were encountered: