-
Notifications
You must be signed in to change notification settings - Fork 344
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
Post your riced dunst configs #826
Comments
Thank you for posting, it looks very good. I don't think I'll use this for the readme as it would be confusing to users, but it's a good source of inspiration. |
This is my attempt Here is the |
This is my dunst config, with the |
Thank you for your contributions, those will be very useful for the readme. I find it interesting that you fit your calendar inside of dunst. Why even use another program for that :) |
This is my audio volume pop-up. Changed the hue of blue in /usr/local/bin/dunst My dunstrc is https://gist.github.com/rosoau/fdfa7b3e37e3c5c67b7dad1b7257236e |
And this is an app that shows a window to configure dunst and save the changes. For adding it to the menu a suitable desktop file could be:[Desktop Entry]
|
Oh thats awesome. Does it restart Dunst upon saving? |
Great idea fwSmit.I'll update the file. We can add following lines to the end of dunstrc-config: sleep 1 sleep 1 |
This will start dunst even it was not running before. |
tint2 & dunst (probably not best way for dict output). |
@rosoau There are apps like fsniper, which could be best way for services auto-restart on config change. |
Show-off dunst as application dock too .. |
|
I revised the script; so now: #!/bin/bash killall dunst zenity --window-icon=/usr/share/icons/applications/not.png --text-info --width=700 --height=700 --ok-label="Save Changes" --title="Configure Notifications" --filename=/home/user.config/dunst/dunstrc --editable > /home/user/.config/dunst/dunstrc-new if [ -s /home/user/.config/dunst/dunstrc-new ] Dunst will start by itself, but needs to be stopped first, so it can start with the new configuration. |
https://gist.github.com/EgZvor/d58b1756434c4197f96c53489bb35451 Dunst config itself is pretty simple, in the gist there is also a picom config for background blur. |
Hi @m2x07, I really like your modifications. |
hi @borg1622 i appreciate that you loved my configs. unfortunately, due to some reason i've stopped ricing and now i use a normal DE. with a previous clean install, my configs were all wiped out and i also forgot to take a backup. however, i can provide some information on how you could achieve a similar look. |
I edited the main comment to say this, but I'll repeat. Everyone can share their ricing and it may be added to the website/readme See #1289 for a list of changes |
Maybe it's also good to have some more zoomed in screenshots of just notifications |
@bynect drop the dunstrc looks good |
Its on dunst-project.org in the showcase section 👍 |
Not sure if it worth becoming showcase, but here it goes, anyway. It is using a gradient in the Configuration: In my repository Originally I would let the summary be bigger, but due to #1416 I changed it for now. |
I released the v1.12.1 with height fix. If you want send the original size |
The dunst readme could use some nice looking screenshots for its readme. Since some of you probably have spent some time fine-tuning your configs, I thought it would be nice to use those.
So do you have a nice looking dunst config? Please submit. Here are the instructions:
By posting you agree that image can be used in dunst's readme.
2024 update (@bynect)
Dunst has come a long way and I think it would be time to refresh our gallery.
We need a few screenshots to showcase new features, such as gradient colors (
highlight
can receive a list of colors) & custom rounded corners (corners
,progress_bar_corners
andicon_corners
).Send your riced configs and you may be featured on our website and/or readme.
The rules above are still valid, but I would like to add that it would be great if
your config used one of the new features mentioned before!
The text was updated successfully, but these errors were encountered: