finally get rid of swaync, the last vestige of sway, and replace it with dunst; also, incorporate new notification displays for music and brightness

This commit is contained in:
Simon Belmont 2025-05-07 01:50:52 -04:00
parent d3939b6dc7
commit 6682345c89
5 changed files with 26 additions and 13 deletions

View file

@ -19,7 +19,7 @@ I use the [Dracula theme](https://draculatheme.com/), following their [color pal
* Networking: [NetworkManager](https://networkmanager.dev/)
* Wayland Compositor: [Hyprland](https://github.com/hyprwm/Hyprland)
* Bar: [Waybar](https://github.com/Alexays/Waybar)
* Notifications: [SwayNotificationCenter](https://github.com/ErikReider/SwayNotificationCenter)
* Notifications: [Dunst](https://dunst-project.org)
* Launcher: [Wofi](https://hg.sr.ht/~scoopta/wofi)
* Menu Editor: [alacarte](https://gitlab.gnome.org/GNOME/alacarte)
* File Manager: [nnn](https://github.com/jarun/nnn)
@ -98,5 +98,6 @@ A lot of the code was modified or borrowed from others that I will attempt to li
* MrRoy's swaync [style.css](https://gist.github.com/MrRoy/3a4a0b1462921e78bf667e1b36697268) and his [config.json](https://gist.github.com/MrRoy/40f103bc34f3a58699e218c3d06d1a43).
* Chick2D's [neofetch-themes](https://github.com/Chick2D/neofetch-themes) repository.
* MrVivekRajan's [themes for Hyprlock](https://github.com/MrVivekRajan/Hyprlock-Styles), which I used as base for mine.
* Nicholas Anand's [i3-volume-brightness-indicator ](https://gitlab.com/Nmoleo/i3-volume-brightness-indicator/-/tree/main), whose awesome script is powering my notifications with dunst.
If I'm missing anybody else, just open up a MR.