Dracula Icon

Swaync

Dracula Theme for Swaync

§SwayNotificationCenter

§Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

git clone https://github.com/dracula/swaync.git

§Install manually

Download using the GitHub .zip download option and unzip it.

§Activating theme

  1. Copy style.css into your swaync configuration directory (create it if needed):

    mkdir -p ~/.config/swaync
    cp style.css ~/.config/swaync/style.css
    

    Prefer to keep it under version control with your dotfiles? Symlink it instead:

    ln -s "$(pwd)/style.css" ~/.config/swaync/style.css
    
  2. Reload swaync so it picks up the new stylesheet:

    swaync-client --reload-css
    

    or restart the daemon:

    killall swaync && swaync &
    
  3. Send yourself a test notification to see it in action:

    notify-send "Dracula" "One theme. All platforms."
    
  4. Boom! It's working ✨

Mist Over Transylvania

Morbius