A simple GTK based notification daemon for SwayWM
Go to file
2021-07-30 18:14:26 +02:00
assets Added screenshots to README 2021-07-28 23:14:38 +02:00
build-aux/meson Initial commit 2021-07-27 21:58:52 +02:00
data Initial commit 2021-07-27 21:58:52 +02:00
po Initial commit 2021-07-27 21:58:52 +02:00
src Implemented other than default actions 2021-07-30 18:14:26 +02:00
.gitignore Initial commit 2021-07-27 21:58:52 +02:00
.uncrustify.cfg Initial commit 2021-07-27 21:58:52 +02:00
COPYING Initial commit 2021-07-27 21:58:52 +02:00
meson.build Implemented time in notifications 2021-07-28 13:21:52 +02:00
org.erikreider.sway-notification-center.json Initial commit 2021-07-27 21:58:52 +02:00
README.md Update README.md 2021-07-29 21:38:42 +02:00

SwayNotificationCenter

A simple notification daemon with a gui built for Sway (potentially any wm with wlroots).

Features

  • A panel to view previous notifications
  • Show album art for notifications like Spotify
  • Do not disturb
  • The same features as any other basic notification daemon

Planned Features

  • PLKGBUILD file for arch (and any others if requested 😃)
  • Customization through a CSS file
  • Click notification to execute default action
  • Show alternative notification actions
  • Slick animations 😎

Install

meson build
ninja -C build

Run

To start the daemon (remember to kill any other notification daemon before running)

./build/src/sway-nc

To toggle the panel

./build/src/sway-nc-client

Screenshots

Screenshot of desktop notification

Screenshot of panel