nect

Results 438 comments of nect

> I don't have much of an opinion about the way it should be written in the config. But I wanted to say that you should not optimize for using...

Note: I liked the implementation of #1081, but I think that it is better to implement a more general solution like `svg_style` for including a stylesheet string into the svg...

Does this still occur. If so, could you get a debug log for when it happens? Also, have you tried simply restarting the dunst service without bspwm?

This could be due to the fact that dunst is called by a notification before it is started in the xinitrc with the corrent arguments

@fwsmit according to the dunstrc example `min_icon_size = 0` disables it. So either we change the description or update the behavior in find_in_theme. I was thinking: if the user doesn't...

Hello, I encountered the problem of styling icons, so I am willing to pick this pr up. If you could please specify the unfinished tasks I'll try taking care of...

my only concern is that to implement this we would need to leave all the programs awaiting actions hanging for the time being (1minute). maybe we can make an action_timeout...

> But I don't know how other programs implement their action code. It would be useful to know how many programs can handle waiting for an action indefinitely without problems...

> It hasn't been intentionally removed. It seems like for icons passed via path, the path is used as icon id. I don't think that's very bad, since only in...

> You mean the timestamp of when the icon was changed on disk? Adding that timestamp should fix this issue yes the timestamp when we last loaded the icon, so...