- 23 Mar, 2025 1 commit
-
-
Erik Reider authored
* Fixed notifications not being able to handle body img URIs * Fixed notifications not being able to parse body img with single quotes * Simplified the single quote support
-
- 13 Mar, 2025 1 commit
-
-
Erik Reider authored
-
- 10 Mar, 2025 1 commit
-
-
Erik Reider authored
-
- 05 Mar, 2025 2 commits
-
-
Erik Reider authored
-
giskard authored
maybe non-ascii
-
- 03 Mar, 2025 3 commits
-
-
SuperDuperDeou authored
* Invoke action from swaync-client * Rename ACTION_ID to ACTION_INDEX * Fix formatting * Change noti_id to action_index * Change invoke_action to latest_invoke_action * Fixed nits --------- Co-authored-by:Erik Reider <35975961+ErikReider@users.noreply.github.com>
-
SuperDuperDeou authored
* Pass hints as environment to scripts * Fix formatting --------- Co-authored-by:Erik Reider <35975961+ErikReider@users.noreply.github.com>
-
Erik Reider authored
Thanks @jbeich for finding this bug
-
- 02 Mar, 2025 7 commits
-
-
Erik Reider authored
-
Erik Reider authored
* Added layer-shell-cover-screen option to fix animations in Hyprland * Fixed linting issue
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
- 02 Jan, 2025 1 commit
-
-
Erik Reider authored
-
- 26 Dec, 2024 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
- 24 Dec, 2024 1 commit
-
-
Erik Reider authored
-
- 23 Dec, 2024 1 commit
-
-
Erik Reider authored
* Added -git RPM spec file * Updated README with -git information
-
- 19 Dec, 2024 1 commit
-
-
Tuur Vanhoutte authored
-
- 18 Dec, 2024 1 commit
-
-
Erik Reider authored
* Implemented xdg-activation logic * Fixed vala-lint issues * Bumped Ubuntu action version to 24.10
-
- 20 Oct, 2024 1 commit
-
-
Sonter authored
-
- 04 Aug, 2024 4 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
- 28 Jul, 2024 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
- 24 Jul, 2024 1 commit
-
-
Abílio Costa authored
* Initial mpris blacklist support * Fix merge conflict * Simplify blacklist type and parse * Fix man * Trim whitespaces * Fix blacklisting when a new player appears * Remove flake.nix * Remove log * Remove comment * Address review suggestions * Fixed linter errors --------- Co-authored-by:
12thgenpenguin <cjgibb@protonmail.com> Co-authored-by:
MrPenguin07 <127086564+MrPenguin07@users.noreply.github.com> Co-authored-by:
Erik Reider <35975961+ErikReider@users.noreply.github.com>
-
- 03 May, 2024 1 commit
-
-
Stian Onarheim authored
* Close notification with middle mouse button Signed-off-by:
Stian Onarheim <stian.onarheim@protonmail.com> * Fix linting issue --------- Signed-off-by:
Stian Onarheim <stian.onarheim@protonmail.com> Co-authored-by:
Erik Reider <35975961+ErikReider@users.noreply.github.com>
-
- 21 Apr, 2024 3 commits
-
-
Jakub Jirutka authored
-
Robin Candau authored
-
Abílio Costa authored
* Fix default mpris icon size The widget was was using the .ui size instead of the user config size in the following situations: - there was no media player app - the media player app icon was used - the audio-x-generic-symbolic icon was used This fix sets the default size for the album art icon according to the user's config. set_from_gicon and set_from_icon_name receive a Gtk.IconSize enum value, not an int, so we need to call set_pixel_size to set the proper size. * Add MPRIS background blur for app icons --------- Co-authored-by:Erik Reider <35975961+ErikReider@users.noreply.github.com>
-
- 15 Apr, 2024 1 commit
-
-
Apostroll Hardtrollias authored
Fix two instances inside `configSchema.json` where the invalid data type `bool` is used, instead of `boolean`.
-
- 25 Mar, 2024 4 commits
-
-
Gabriel Carneiro authored
* blockg signal handlers in toggle button when updating state * fix linting --------- Co-authored-by:Erik Reider <35975961+ErikReider@users.noreply.github.com>
-
o0nd7ots authored
* Fixed sources annotation github supports jsonc Also unified shell commands to use zsh * Replaced `json` with `jsonc` where needed
-
Erik Reider authored
-
o0nd7ots authored
It's more verbose, as with the emerge command
-
- 14 Mar, 2024 1 commit
-
-
Boh_132_Boh authored
Just switched from "meson build --prefix=/usr" to "meson setup build --prefix=/usr " as while compiling I received this warning: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
-