Friso Smit

Results 322 comments of Friso Smit

Instead of adding a new setting key you could also change `frame_width` to allow a list of numbers. E.g. ``` frame_width= (1,2,3,4) # set all borders individually frame_width=1 # set...

That's true. You could also allow empty values for keeping the old color: ``` frame_color = ( , , , "red") ``` But yeah, it could be discussed more when...

The error you see is solved in master. Not sure if that's the cause, though

I believe this is not possible at the moment

I'm just seeing this now. If you want me to react, you can tag me. The gradient looks cool. Currently the color of the progress bar is called the highlight...

I have a few ideas for improving the theming of Dunst. The default theme of Dunst could be improved (probably some default settings as well). Another thing is to add...

I was thinking about making a `themes` directory, like `~/.config/dunst/themes` and `/etc/dunst/themes`. Each file in the directory could just use the standard config format, maybe excluding some keywords that don't...

> I have one big perplexity though: should themes be associated with a single notification or with a window? (given that multiple window support will be implemented sooner or later)...

> I have same issue. (writing here just to get notifications) You can click subscribe to receive notifications. No need to add a comment for that

@tobast What do you think of this and the proposed solution?