Commit Graph

260 Commits

Author SHA1 Message Date
Erik Reider
933f1dd850 Added hide-on-action to config 2022-01-09 00:46:45 +01:00
Erik Reider
caac385bf9 Fixed comment style for hide_on_clear in config 2022-01-09 00:40:05 +01:00
Erik Reider
507aabc8ff Added the "stable" PKGBUILD and updated the swaync-git version 2022-01-09 00:34:12 +01:00
Erik Reider
78c645d4a0
Added swaync to aur packages 2022-01-09 00:29:32 +01:00
Luca Berneking
37142fcb37
Close control center when clearing all notifications (#53)
* Close control center when clearing all notifications

* make hide on clear configurable, disabled by default
2022-01-08 15:42:13 +01:00
Erik Reider
c345804df8 Merge branch 'main' of github.com:ErikReider/SwayNotificationCenter 2022-01-06 18:13:55 +01:00
Erik Reider
1d0ff74679 Fixed clear_all_notifications not sending a close action #52 2022-01-06 18:09:32 +01:00
nightly brew
31762b8b37
Fix mistake in ExecReload directive (#51)
* Provide dbus and systemd service files by default

* Split ExecReload command in two, since swaync-client only handles one argument per run.

* Fix mistake in ExecReload directive: systemd doesn't allow shell constructs, but only allows to concatenate multiple commands with a semicolon.

Co-authored-by: nightly-brew <>
2022-01-06 13:38:05 +01:00
nightly brew
4e35be8626
Add Dbus activation service and systemd unit file (#50)
* Provide dbus and systemd service files by default

* Split ExecReload command in two, since swaync-client only handles one argument per run.

Co-authored-by: nightly-brew <>
2022-01-05 19:54:09 +01:00
Erik Reider
98c5fb7e09 Can now open and close control center 2022-01-04 17:11:50 +01:00
Erik Reider
6909949289 Moved completions to main meson.build 2022-01-03 13:26:16 +01:00
Erik Reider
c1eb052560 Merge branch 'main' of github.com:ErikReider/SwayNotificationCenter 2021-12-28 14:41:30 +01:00
Erik Reider
a72ba2e8fa Fix notification replacement not always visible 2021-12-28 14:40:47 +01:00
Erik Reider
5e5efb0130
Update README.md 2021-12-27 18:08:05 +01:00
Erik Reider
5435d6f7f2
Update README.md 2021-12-24 22:06:12 +01:00
Erik Reider
36c62c8a10 Removed spaces from zsh completions 2021-12-24 22:03:37 +01:00
Erik Reider
6d76249a12 Added forgotten commas in zsh completions 2021-12-24 21:57:16 +01:00
Erik Reider
e85c2f5d6d
Terminal completions (#44)
* Added ZSH completions

* Fixed single quote ending string

* Added Bash completions

* Added bash to meson.build

* Added bash variable to meson_options.txt

* Added fish shell completions
2021-12-24 21:53:28 +01:00
Nicolas Berbiche
bf9309b193
Smooth scroll to new animation in notification center (#41)
If the user has disabled animations in GTK, then there will be no
animations.
This is all handled internally by GTK.
2021-12-23 22:10:19 +01:00
Nicolas Berbiche
847c874b78
Configurable notification window width (#42)
Co-authored-by: ErikReider <ereider20010103@gmail.com>

Co-authored-by: ErikReider <ereider20010103@gmail.com>
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
2021-12-23 21:53:54 +01:00
Nicolas Berbiche
a41f2b6e56
Configurable critical notification timeout (#40)
I think there was also a logic error related to setting an expiry
timeout.

It was only set if `params.expire_timeout` was not `0`, instead of
checking that both the user configured timeout and the one requested was
set to `0`.
2021-12-23 21:22:43 +01:00
Erik Reider
9fb9ffa54f Added ccDaemon documentation 2021-12-23 20:17:15 +01:00
Erik Reider
ff42e10be3 Updated notiDaemon documentation 2021-12-23 20:02:13 +01:00
Erik Reider
afefe58cba Fix css reload not updating notification event_box 2021-12-23 18:16:56 +01:00
Erik Reider
1424a988c5 Moved Notify method into "Specification" section 2021-12-23 17:43:15 +01:00
Erik Reider
91ddc06808 Moved notification struct and emuns to its own file 2021-12-23 17:39:19 +01:00
Erik Reider
9cf056b831 Moved ccDaemon into it's own file and removed DbusInit 2021-12-23 17:35:47 +01:00
Erik Reider
c2355a7bde
Fixed not parsing pango markup (#35)
* Fixed not parsing pango markup

* Removed unnecessary if-statement

* Moved image setting above text setter
2021-12-23 15:11:50 +01:00
Erik Reider
c4fa206534 Fixed notifications disappearing in control center after hover 2021-12-23 15:08:35 +01:00
Erik Reider
a699043bc4 Notification swipe direction now changes depending on notification X position 2021-12-22 21:23:52 +01:00
Erik Reider
fc5b6bd4fe Don't fade notification when swiping to close 2021-12-22 20:48:28 +01:00
Erik Reider
354920612e Remove old timeout before adding a new timeout 2021-12-22 18:54:43 +01:00
Erik Reider
e863a24c28 Added open and close animations to notifications 2021-12-22 18:40:40 +01:00
Erik Reider
e47e0211f3 Fixed keyboard-shortcuts being misspelled in config 2021-12-22 18:33:04 +01:00
Erik Reider
02e0cf6c52 Remove notification timeout when removed 2021-12-21 20:11:40 +01:00
Erik Reider
f7096fbdb8 Fixed notification overlays over each other 2021-12-21 20:11:22 +01:00
Erik Reider
f0c39187b9 Bumped version to 0.3 2021-12-14 12:10:34 +01:00
Erik Reider
30ec92246d Improved README.md clarity 2021-12-14 12:08:20 +01:00
Erik Reider
00f20b70fd Removed comments from config.json 2021-12-14 12:08:06 +01:00
christopher-l
fff3839c04
Remove notification on CLOSED_BY_CLOSENOTIFICATION (#31)
Co-authored-by: Christopher Lübbemeier <luebbemeier@metaventis.com>
2021-12-14 11:55:54 +01:00
christopher-l
75894f50ff
Added option 'center' for 'positionX' in config (#30)
Co-authored-by: Christopher Lübbemeier <luebbemeier@metaventis.com>
2021-12-03 13:40:13 +01:00
Erik Reider
baab0cd9b8 Can now reload css file from client 2021-11-17 21:02:39 +01:00
Erik Reider
57363848c9 Panel image is correct image 2021-11-17 20:44:12 +01:00
Erik Reider
e0be420be8 Updated panel.png image 2021-11-17 20:39:48 +01:00
Erik Reider
1d6ac435ea Updated README images 2021-11-17 20:38:11 +01:00
Erik Reider
c3950c0568
Update README.md 2021-11-16 21:29:21 +01:00
Erik Reider
56e41f2ea0 Added basic breeze-gtk theme compat 2021-11-10 18:07:29 +01:00
Erik Reider
9aae9c92c8 Added "--get-dnd" to client @xav-ie 2021-10-20 18:54:06 +02:00
Erik Reider
e5b1579e08 Added image_visibility parameter to config 2021-10-16 18:44:30 +02:00
Erik Reider
565f2cf87d Changed keyboard_shortcuts to keyboard-shortcuts in config 2021-10-16 18:43:25 +02:00