Erik Reider
50d2274f60
Updated default style to follow libadwaita style
2022-05-11 21:21:13 +02:00
Erik Reider
e7556a0da0
Fixed default action being null
2022-05-11 19:51:13 +02:00
Erik Reider
ce876e8649
Fixed swaync-client zsh completions
2022-05-11 19:16:54 +02:00
Erik Reider
f68868232c
Cache Do Not Disturb state ( #119 )
...
* Initial caching with dnd support
* Updated README
* Removed initial notification caching code
2022-05-08 19:42:04 +02:00
Erik Reider
7251bb0a57
Simplified markdown regex string
2022-05-08 19:37:56 +02:00
Erik Reider
19beafa528
Fix some markup characters not being unescaped
2022-05-08 19:37:34 +02:00
Erik Reider
ec01b49319
Fixed building on Ubuntu
2022-05-07 15:42:25 +02:00
Erik Reider
da6d1efe6e
Fix linting error
2022-05-07 15:36:40 +02:00
Erik Reider
2a07bd7487
Fixed notiModel compile warnings
2022-05-07 15:34:17 +02:00
Erik Reider
f848b57018
Changed the daemon structure. Now in a simpler layout
2022-05-07 15:21:56 +02:00
Erik Reider
c38a189060
Removed all string templates
2022-05-06 13:28:57 +02:00
Erik Reider
902ede9c15
Line length lint now is error
2022-05-06 13:15:00 +02:00
Erik Reider
8c2df6b2bc
Notification.vala now follows vala coding style
2022-05-06 13:10:57 +02:00
Nicolas Berbiche
312a69dd69
Ellipsize and wrap notification body ( #37 )
...
* Ellipsize and wrap notification body
* Implement hack around clipped notification in notification window
* Removed lines hack
* Manually set scrolled window properties
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
2022-05-06 11:29:07 +02:00
Erik Reider
debfb696cd
Added Linting badge to README.md
2022-05-05 22:41:37 +02:00
Erik Reider
8eb56a195b
Vala-lint fixes + linting Github Action ( #118 )
...
* Updated code to follow vala-lint style
* Added GitHub Linting Action
2022-05-05 22:40:00 +02:00
Erik Reider
b7c943617c
Fixed markup parsing unofficial tags ( #117 )
...
* Fixed markup parsing unofficial tags
* Added comments and some small refactoring
2022-05-05 21:24:29 +02:00
Erik Reider
042f1e61cd
Fix Glade complaining about "margin-left" and "margin-right" on notification.ui
2022-05-02 22:46:56 +02:00
Erik Reider
c54bf8ba16
Added hide and close latest notification to client ( #113 )
2022-04-18 00:18:46 +02:00
Nicolas Berbiche
f400e4a134
Make notification center width and height configurable ( #38 )
2022-04-17 22:25:22 +02:00
Erik Reider
7885a7cecc
Fixed CC sorter not checking if notification time is the same
2022-04-10 15:52:36 +02:00
Jonas Frei
a054e5afdc
Don't force-build the man-pages, use option instead ( #111 )
...
* Only build man-pages and require scdoc if 'man-page' option is true
Co-authored-by: Jonas Frei <8ec426b4-7173-428a-a6dc-3c520b45b0e2@wwsxrfc8.anonaddy.com>
2022-04-06 12:29:40 +02:00
Erik Reider
a5895e4670
Made scdoc a makedepend
2022-04-06 11:21:43 +02:00
Erik Reider
364038ec6d
Added right click to close notification ( #110 )
2022-04-05 17:19:14 +02:00
Erik Reider
188bef8bf9
Added scdoc as dependency to pkgbuild
2022-04-03 23:54:01 +02:00
Erik Reider
77b8a85ce1
Bumped version 0.4 -> 0.5
2022-04-03 18:03:10 +02:00
Erik Reider
a34893cb84
Simplified JSON enum serialization
2022-04-03 17:59:33 +02:00
Erik Reider
83a8a62ea9
Notification visibility ( #106 )
...
* Added config option
* Show notifications depending on state
* Updated json.in and jsonSchema
* Updated swaync(5) man file
2022-04-03 17:58:09 +02:00
Erik Reider
a9edf6d360
Man pages ( #104 )
...
* Initial man pages
* Added meson option and script
* Updated Dockerfiles
2022-04-02 17:52:35 +02:00
Chris Chamberlain
d95e84a499
waybar integration: emit an array of classses rather than a single class ( #103 )
...
* emit an array of classses rather than a single class
turns out waybar doesn't like:
"class": "foo bar"
intead it wants:
"class": ["foo", "bar"]
* only print once
2022-03-27 14:04:46 +02:00
Erik Reider
f7b8d67987
Fixed client not printing subscription on dbus disconnect
2022-03-18 00:27:38 +01:00
Erik Reider
d9b00e6ef5
Add tooltip to waybar client subscription
2022-03-18 00:00:29 +01:00
Erik Reider
19f630018e
Add cc visibility state in client subscribe print ( #102 )
2022-03-17 23:59:43 +01:00
Erik Reider
3df4c34c5f
Fixed script env variables sometimes being null
2022-03-07 18:26:59 +01:00
Erik Reider
39a4870512
Fixed notification scroll in CC. Fixes #98
2022-03-07 18:09:14 +01:00
Cyril Levis
2255ba1514
feat: add urgency level color ( #95 )
...
* feat: add urgency level color
* chore: first review
2022-02-24 20:31:09 +01:00
Cyril Levis
f932c4afff
chore: just a typo cleaning ( #96 )
2022-02-24 17:48:16 +01:00
Jonas Frei
a8043e0f11
Add install instructions for Gentoo ( #93 )
...
* Added Gentoo build instructions
* Added category 'gui-apps' to description
* Added link to GURU repository
2022-02-23 13:22:00 +01:00
Erik Reider
36e57c56bd
All notification images are now the same size
2022-02-21 16:04:56 +01:00
Erik Reider
223e78a0a7
Fixed notification image scaling being blurry on HiDPI displays ( #92 )
2022-02-21 01:20:05 +01:00
Erik Reider
4d71fdf316
Fixes #91
2022-02-21 00:28:54 +01:00
Erik Reider
0ed0361291
Fixes floating notifications not hiding when opening panel
2022-02-21 00:28:42 +01:00
Erik Reider
54e2fbacf8
Bumped version to 0.4
2022-02-20 00:03:06 +01:00
Erik Reider
157f28f8d4
Fixed ubuntu build issue
2022-02-18 21:04:07 +01:00
Erik Reider
4283ab9d07
Added "value" hint to draw a progressbar
2022-02-18 20:57:31 +01:00
Erik Reider
90dff21da3
Fixed trying to slice empty string when setting icon
2022-02-18 20:06:34 +01:00
Erik Reider
22bb2b4a70
Refactored replacement code
2022-02-18 20:01:02 +01:00
Erik Reider
c19ae742af
Removed unfinished notification progressbar
2022-02-18 19:59:50 +01:00
Erik Reider
756229cff3
Added⋅"synchronous" (and its derivatives) to replace notifications. Fixes #86
2022-02-18 19:45:07 +01:00
Erik Reider
65dce2c034
Fixed #88
2022-02-18 18:39:07 +01:00