Commit Graph

445 Commits

Author SHA1 Message Date
Erik Reider
8e8853a6e7 Fixed linting issues 2023-05-14 16:03:34 +02:00
Erik Reider
0d93371bbd Added ability to choose which output to use 2023-05-14 16:01:35 +02:00
Erik Reider
b91e39c1aa
Fixed Control Center not using layer shell config option 2023-05-14 15:34:41 +02:00
Erik Reider
81613a2554
Added ability to choose wether layer-shell should be used or not (#261) 2023-05-14 13:11:50 +02:00
Erik Reider
28ed6342cc
Added ability to toggle parsing of notification 2fa codes (#260) 2023-05-14 13:03:42 +02:00
Erik Reider
a8b04b9cf0
Add positonY center for notifications and CC (#259) 2023-05-14 12:30:21 +02:00
Erik Reider
b8ef618132
Replace config HashTable with OrderedHashTable (#258) 2023-05-14 10:16:06 +02:00
Erik Reider
9b3c147e8d Added note about third-party themes and TOC to README 2023-05-11 21:53:41 +02:00
Erik Reider
c05acfa81f
Fixed mpDris2 mpris issues (#253) 2023-05-11 21:19:02 +02:00
earthian
310024964c
Add a tip with gtk_debug env var in README.md (#254) 2023-05-07 20:00:19 +02:00
Jannis
5e45050a4d
Fix issue #245 (#248) 2023-05-02 21:07:27 +02:00
Lucas
574ce28c70
Little rework of the Fedora Silverblue installation instructions (#246) 2023-04-27 20:37:12 +02:00
Jannis
91f19dfb4e
Per app volume control (#235) 2023-04-11 10:31:16 +02:00
Mirei124
a2397da06a
Use rounding to prevent incorrect backlight percentage calculation (#236) 2023-03-30 18:45:44 +02:00
Erik Reider
81bf4bdb39
Hide visible notifications when activating dnd (#233)
* Hide visible notifications when activating dnd

* Fix linting issues

---------

Co-authored-by: Erik Reider <erik.reider@protonmail.com>
2023-03-08 10:19:24 +01:00
Jannis
f7daa7ac45
Menu animation (#230) 2023-03-05 16:48:16 +01:00
Erik Reider
2da4e0abfb Fix linting issue 2023-03-05 13:22:29 +01:00
Erik Reider
74d6353e97 Fix trying to disconnect null PulseContext when reloading config. Fixes #231 2023-03-05 13:20:54 +01:00
Erik Reider
024b370a21
Update README.md 2023-03-03 12:51:43 +01:00
Erik Reider
f885aa1199 Removed old arch-build GitHub Action 2023-03-03 12:49:36 +01:00
Erik Reider
ff8c57223e Added PKGBUILD building tests as GitHub Action 2023-03-03 12:47:30 +01:00
Erik Reider
873bb550a2 Added notification-daemon as a proves to PKGBUILDs 2023-02-28 11:32:31 +01:00
Erik Reider
0a6d1f6e24 Added Notification inhibition example to README 2023-02-24 19:07:18 +01:00
Erik Reider
c29bb84109 Updated PKGBUILDs 2023-02-23 23:09:18 +01:00
Erik Reider
50f40a2639
Fix copr Github Action (#224) 2023-02-23 22:33:31 +01:00
Erik Reider
fbb3ded79a Updated COPR Action 2023-02-23 22:13:00 +01:00
Erik Reider
2fc7d78013 Bumped version to v0.8.0 2023-02-23 21:57:58 +01:00
Erik Reider
14c830a11d Fixed inhibitor widget being visible on start 2023-02-23 21:43:50 +01:00
Erik Reider
4f25e2e609
[Feature] Add ability to inhibit notifications through DBus (#223) 2023-02-23 21:41:08 +01:00
Jannis
c7644dbf91
Add Brightness slider widget (#211) 2023-02-22 18:16:19 +01:00
Erik Reider
befd6267b4 Fix buggy control center "click to exit" 2023-02-22 13:24:09 +01:00
Erik Reider
b1653dade2 Set notification window layer namespace to "swaync-notification-window" 2023-02-22 13:23:42 +01:00
Erik Reider
66c4226354 Use "layer" config option to also set blank window layer 2023-02-22 13:23:01 +01:00
Erik Reider
791cf29fc0 Remove all files related to unused topAction. Fixes #222 2023-02-22 12:38:57 +01:00
Erik Reider
450ad37c6e
Add "desktop-entry" as option to scripts (#219) 2023-02-21 12:42:15 +01:00
Erik Reider
4b00c96de4
Add Notification Action to copy body security codes to clipboard (#217) 2023-02-19 18:32:40 +01:00
Erik Reider
8ca741e4aa Added default case to Positions in notification and notificationWindow 2023-02-19 14:50:33 +01:00
Erik Reider
fa9f4879cf
Update configSchema.json 2023-02-19 14:05:12 +01:00
Erik Reider
a91a1f6d86
Add ControlCenter positioning config option (#213) 2023-02-13 16:29:30 +01:00
Erik Reider
83a9f21058 CC: Keep focus on notification focused when new notification is added 2023-02-13 14:49:10 +01:00
Erik Reider
31e6d59471
Add Notification placeholder in Control Center (#212) 2023-02-12 17:21:41 +01:00
Jannis
bfcf9b9a32
Audio slider (#207) 2023-02-12 16:16:33 +01:00
Erik Reider
60ef8f93fc
Remove DockerFiles and move package installation into each action (#210) 2023-02-12 14:48:06 +01:00
Erik Reider
a9db8b7fcb Fix building with latest clang. Fixes: #209 2023-02-12 13:18:58 +01:00
Erik Reider
1efc082269
Updated .uncrustify.cfg to work with uncrustify 0.75
Thanks to @JannisPetschenka for the fix b18b52cb13
2023-02-09 20:49:16 +01:00
Jannis
5779017397
Add ControllsWidget (#203) 2023-02-09 19:22:29 +01:00
Jonas Frei
68785053f2
Bump minimal meson version to 0.59.0, replace 'get_pkgconfig_variable' (#206)
Co-authored-by: Jonas Frei <8ec426b4-7173-428a-a6dc-3c520b45b0e2@wwsxrfc8.anonaddy.com>
2023-01-31 23:51:09 +01:00
Erik Reider
7e21a29c6b Set layershell namespace for blankwindows 2023-01-26 23:07:55 +01:00
Erik Reider
ad827d698a Set layershell namespaces. Fixes #204 2023-01-26 21:40:47 +01:00
Bryan Malyn
23e406353a
Add example i3status-rs config to README.md (#202) 2023-01-19 19:46:52 +01:00