Update dependency noctalia-dev/noctalia-shell to v4.7.6 #80

Merged
Bluemedia merged 1 commit from renovate/noctalia-dev-noctalia-shell-4.x into main 2026-04-16 17:58:01 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
noctalia-dev/noctalia-shell patch 4.7.54.7.6

Release Notes

noctalia-dev/noctalia-shell (noctalia-dev/noctalia-shell)

v4.7.6

Compare Source

🌙 Release Notes v4.7.6

Highlights: Custom button widget overhaul, Nix config hot-reload, brightness fixes, and notification improvements.

Features
  • Starship Template: Added a Starship prompt template to the theming system, including distinct MD3 surface shade tokens.
  • KDE Theming: Added rgb(a)_csv color format support in the template processor and KColorScheme integration.
  • Noctalia Performance Mode: Enforced 100% opacity for improved resource usage.
Improvements
  • Custom Button Settings: Reorganized settings into a tabbed layout for clarity. Many quality of life improvements
  • Icon Position Labels: Labels now adapt dynamically based on bar orientation (horizontal/vertical).
  • NScrollText: Marquee now steps on a timer instead of running as an infinite animation, reducing unnecessary repaints.
  • Romanian Translation: Added Romanian locale and updated existing translations.
🐛 Bug Fixes
  • Nix Config Reload: Settings and colors now correctly detect and apply atomic Nix-managed config replacements without requiring a restart.
  • Notifications: Missing theme icons now show a fallback icon instead of a checkerboard pattern.
  • Brightness: Fixed a regression with minimum brightness enforcement; minimum value now only applies when using DDC.
  • GTK Refresh: Fixed GTK theme not refreshing correctly.
  • Audio: Fixed sticky app-stream volume and added a subtitle line in the audio panel.
  • Keybinds: Fixed ctrl+punctuation shortcuts not being recognized in the recorder.
  • Bar Widget i18n: Added a missing translation string for the bar widget.
  • CI: Fixed the update-flake workflow not triggering on non-main repositories.
  • Theming: Theme writes and hooks are now skipped when a wallpaper change produces no diff.
  • Kitty Terminal: Ensured live config reload triggers correctly after theme regeneration.
  • Colorscheme Settings: Escaped the downloadUrl field to prevent potential injection issues.

Changes since v4.7.5

  • Release v4.7.6 (d85ad414b) by Lysec
  • chore(flake): update flake.lock (e56a9db57) by Ly-sec
  • Merge pull request #​2450 from namelessmonarch0/fix-starship-config-path (cba5bab3d) by Lysec
  • fix(theming): check nested starship config path before fallback (e8418c3d3) by Nameless Monarch
  • Merge pull request #​2441 from D3rJust1n/main (95f56e1f6) by Lysec
  • fix (ci/update-flake): Fix that workflow isn't triggered if it's not the main repository (95aea1a62) by D3rJust1n
  • chore(flake): update flake.lock (40dd5f54a) by Ly-sec
  • Merge pull request #​2432 from adriamartin91/fix/notification-missing-icon (42637c6ff) by Lysec
  • chore: remove verbose comment (375dfafb5) by Adria Martin
  • feat(perf): enforce 100% opacity in noctalia performance mode (5f45191d7) by Lysec
  • fix(notifications): show fallback icon instead of checkerboard for missing theme icons (093f3632d) by Adria Martin
  • fix(i18n): add missing bar widget translation string (e85ce902c) by Lysec
  • Revert "fix(media): gate spectrum pipeline on playback to cut idle CPU" (0fcaa4987) by Lemmy
  • Merge pull request #​2425 from spiros132/main (087f75376) by Lysec
  • fix(Brightness): Now it should only have a minimum value if it's using ddc (034b4adb3) by Spyridon Siarapis
  • Merge branch 'noctalia-dev:main' into main (ea80510ad) by Spyridon Siarapis
  • fix(Brightness): Simplified the code to use existing functionality, also fixed a bug with enforcing the minimum brightness (58d5c3ad5) by Spyridon Siarapis
  • Merge pull request #​2422 from adriamartin91/feat/starship-template (5d03bf3f0) by Lysec
  • Merge pull request #​2421 from ern775/fix-min-brightness (f3ed6d0a2) by Lysec
  • fix: use distinct MD3 tokens for surface shades in Starship template (b9745c375) by Adria Martin
  • feat: add Starship prompt template (5cf22040b) by Adria Martin
  • fix(brightness): revert min brightness regression (a44f11267) by ern775
  • fix(theming): skip theme writes and hooks when wallpaper change produces no diff (48fe0f91a) by Lysec
  • Merge pull request #​2411 from lonerOrz/cc-icon (b8de6e1df) by Lysec
  • Merge pull request #​2417 from ern775/change-enforce-min (bec97262e) by Lysec
  • feat(brightness): change enforce minimum brightness method (15873d481) by ern775
  • Merge pull request #​2414 from notiant/patch-9 (91d0bb83a) by Lysec
  • chore(flake): update flake.lock (57cdcb7ad) by Ly-sec
  • update I18n.qml (4e99e5db9) by notiant
  • update date formats for lock screen (747b4aa71) by notiant
  • NComboBox: remove hover animation (b0bb684be) by notiant
  • fix(config): handle nix-style atomic config replacements for settings and colors (40e98f1ad) by Lysec
  • Revert "fix(settings): detect nix-managed settings updates without restart" (c39532042) by Lysec
  • fix(settings): detect nix-managed settings updates without restart (353b07380) by Lysec
  • Revert "fix(settings): reload settings after nix-managed config file replacements" (1f9096a46) by Lysec
  • fix(settings): reload settings after nix-managed config file replacements (17b157d1b) by Lysec
  • refactor(settings): organize CustomButton settings into tabbed layout (9d4fad0b2) by loner
  • feat(bar): add context menu for CustomButton right-click (cfc96dd3e) by loner
  • fix(settings): resolve barIsVertical property assignment conflict (b8a7c2f77) by loner
  • refactor(bar): remove enableColorization toggle from CustomButton (5c3b3a218) by loner
  • feat(ui): add separate icon and text colorization for CustomButton (f21e8fb82) by loner
  • fix(ui): improve CustomButton settings visibility logic (55c7f344b) by loner
  • fix(ui): adapt icon position labels based on bar orientation (b6a85d88e) by loner
  • refactor(bar): add iconPosition fallback to oppositeDirection (36a9d7afe) by loner
  • feat(bar): add explicit iconPosition control for CustomButton widget (9cc8b3680) by loner
  • chore(flake): update flake.lock (ef147f24f) by Ly-sec
  • chore(i18n): update translations & add romanian translation (620574947) by Lysec
  • Merge pull request #​2380 from notiant/patch-6 (876ec4c34) by Lysec
  • Merge pull request #​2405 from mia-0/kcolorscheme (ff9f0a75d) by Lysec
  • Merge pull request #​2406 from notiant/patch-7 (6dc1ebe62) by Lysec
  • GTK refresh fix (f777e539f) by notiant
  • Templates/KColorScheme: use rgb_csv format (914fc2e0d) by Mia Herkt
  • template-processor: add rgb(a)_csv formats (d97918f3a) by Mia Herkt
  • Theming: add apply script for KDE (8db923d66) by Mia Herkt
  • Merge pull request #​2403 from beatreichenbach/main (f02ecc9ac) by Lysec
  • fix(settings): escape colorscheme downloadUrl (7aeda7a7f) by Beat Reichenbach
  • perf(ui): step NScrollText marquee on a timer instead of infinite animation (819b2d33b) by Lysec
  • fix(media): gate spectrum pipeline on playback to cut idle CPU (a0093e509) by Lysec
  • Merge pull request #​2395 from Sunrongguo2008/main (4b9a60715) by Lysec
  • fix(template): ensure kitty's live config reload after theme regeneration (9b39d6756) by Sunrongguo2008
  • fix(audio): sticky app-stream volume + subtitle line in panel (759454d2d) by Lysec
  • fix(keybinds): recognize ctrl+punctuation shortcuts in recorder (359f4afa7) by Lysec
  • chore(flake): update flake.lock (0d59c6c7b) by Ly-sec
  • chore(version): bumping to v4.7.6-git (bcbbafda1) by Lemmy
  • MediaPlayerPanel: fix layout issues (6a6844b3a) by notiant

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [noctalia-dev/noctalia-shell](https://github.com/noctalia-dev/noctalia-shell) | patch | `4.7.5` → `4.7.6` | --- ### Release Notes <details> <summary>noctalia-dev/noctalia-shell (noctalia-dev/noctalia-shell)</summary> ### [`v4.7.6`](https://github.com/noctalia-dev/noctalia-shell/releases/tag/v4.7.6) [Compare Source](https://github.com/noctalia-dev/noctalia-shell/compare/v4.7.5...v4.7.6) #### 🌙 Release Notes v4.7.6 **Highlights:** Custom button widget overhaul, Nix config hot-reload, brightness fixes, and notification improvements. ##### ✨ Features - **Starship Template:** Added a Starship prompt template to the theming system, including distinct MD3 surface shade tokens. - **KDE Theming:** Added `rgb(a)_csv` color format support in the template processor and KColorScheme integration. - **Noctalia Performance Mode:** Enforced 100% opacity for improved resource usage. ##### ⚡ Improvements - **Custom Button Settings:** Reorganized settings into a tabbed layout for clarity. Many quality of life improvements - **Icon Position Labels:** Labels now adapt dynamically based on bar orientation (horizontal/vertical). - **NScrollText:** Marquee now steps on a timer instead of running as an infinite animation, reducing unnecessary repaints. - **Romanian Translation:** Added Romanian locale and updated existing translations. ##### 🐛 Bug Fixes - **Nix Config Reload:** Settings and colors now correctly detect and apply atomic Nix-managed config replacements without requiring a restart. - **Notifications:** Missing theme icons now show a fallback icon instead of a checkerboard pattern. - **Brightness:** Fixed a regression with minimum brightness enforcement; minimum value now only applies when using DDC. - **GTK Refresh:** Fixed GTK theme not refreshing correctly. - **Audio:** Fixed sticky app-stream volume and added a subtitle line in the audio panel. - **Keybinds:** Fixed `ctrl+punctuation` shortcuts not being recognized in the recorder. - **Bar Widget i18n:** Added a missing translation string for the bar widget. - **CI:** Fixed the update-flake workflow not triggering on non-main repositories. - **Theming:** Theme writes and hooks are now skipped when a wallpaper change produces no diff. - **Kitty Terminal:** Ensured live config reload triggers correctly after theme regeneration. - **Colorscheme Settings:** Escaped the `downloadUrl` field to prevent potential injection issues. #### Changes since v4.7.5 - Release v4.7.6 ([d85ad414b](https://github.com/noctalia-dev/noctalia-shell/commit/d85ad414baffd12ea6cf4c88ae5def8e96ec3753)) by Lysec - chore(flake): update flake.lock ([e56a9db57](https://github.com/noctalia-dev/noctalia-shell/commit/e56a9db57ed61ea248f109edd60965faf56d3da2)) by Ly-sec - Merge pull request [#&#8203;2450](https://github.com/noctalia-dev/noctalia-shell/issues/2450) from namelessmonarch0/fix-starship-config-path ([cba5bab3d](https://github.com/noctalia-dev/noctalia-shell/commit/cba5bab3d68c21fb766ef91edaf7c6080b14a96f)) by Lysec - fix(theming): check nested starship config path before fallback ([e8418c3d3](https://github.com/noctalia-dev/noctalia-shell/commit/e8418c3d3781819925d9e6ce721695bdc3145386)) by Nameless Monarch - Merge pull request [#&#8203;2441](https://github.com/noctalia-dev/noctalia-shell/issues/2441) from D3rJust1n/main ([95f56e1f6](https://github.com/noctalia-dev/noctalia-shell/commit/95f56e1f62912ed0e2ced772d1e7f28a1ad6c433)) by Lysec - fix (ci/update-flake): Fix that workflow isn't triggered if it's not the main repository ([95aea1a62](https://github.com/noctalia-dev/noctalia-shell/commit/95aea1a624254a496e184578d0ccea5d54d21330)) by D3rJust1n - chore(flake): update flake.lock ([40dd5f54a](https://github.com/noctalia-dev/noctalia-shell/commit/40dd5f54a0597b77ff78ac6a3a6d2ef42f04d544)) by Ly-sec - Merge pull request [#&#8203;2432](https://github.com/noctalia-dev/noctalia-shell/issues/2432) from adriamartin91/fix/notification-missing-icon ([42637c6ff](https://github.com/noctalia-dev/noctalia-shell/commit/42637c6ffa5521f52b15af3d60b6aee4f40327a5)) by Lysec - chore: remove verbose comment ([375dfafb5](https://github.com/noctalia-dev/noctalia-shell/commit/375dfafb5b15f11f576a7d56f367ec9ceb704d28)) by Adria Martin - feat(perf): enforce 100% opacity in noctalia performance mode ([5f45191d7](https://github.com/noctalia-dev/noctalia-shell/commit/5f45191d7f7a254a70f70e59436edc55258aa4ad)) by Lysec - fix(notifications): show fallback icon instead of checkerboard for missing theme icons ([093f3632d](https://github.com/noctalia-dev/noctalia-shell/commit/093f3632d27f6868b1036ab71ce75c47c98e390d)) by Adria Martin - fix(i18n): add missing bar widget translation string ([e85ce902c](https://github.com/noctalia-dev/noctalia-shell/commit/e85ce902cb5336ca2ab68bbb919d9a9f6670aec4)) by Lysec - Revert "fix(media): gate spectrum pipeline on playback to cut idle CPU" ([0fcaa4987](https://github.com/noctalia-dev/noctalia-shell/commit/0fcaa49875bf0c994bb5c604320454ef72e6ba8b)) by Lemmy - Merge pull request [#&#8203;2425](https://github.com/noctalia-dev/noctalia-shell/issues/2425) from spiros132/main ([087f75376](https://github.com/noctalia-dev/noctalia-shell/commit/087f75376b4827b984ca8d8c323a72292f8d8d18)) by Lysec - fix(Brightness): Now it should only have a minimum value if it's using ddc ([034b4adb3](https://github.com/noctalia-dev/noctalia-shell/commit/034b4adb3d436541ec5442764aeac6d39ef4a17a)) by Spyridon Siarapis - Merge branch 'noctalia-dev:main' into main ([ea80510ad](https://github.com/noctalia-dev/noctalia-shell/commit/ea80510ad43d870b7cc07ecebcdb41ef60db7952)) by Spyridon Siarapis - fix(Brightness): Simplified the code to use existing functionality, also fixed a bug with enforcing the minimum brightness ([58d5c3ad5](https://github.com/noctalia-dev/noctalia-shell/commit/58d5c3ad5537415a0b08068e5edb98c0ba353e3a)) by Spyridon Siarapis - Merge pull request [#&#8203;2422](https://github.com/noctalia-dev/noctalia-shell/issues/2422) from adriamartin91/feat/starship-template ([5d03bf3f0](https://github.com/noctalia-dev/noctalia-shell/commit/5d03bf3f031916ae6eedaf2891f45290403f911e)) by Lysec - Merge pull request [#&#8203;2421](https://github.com/noctalia-dev/noctalia-shell/issues/2421) from ern775/fix-min-brightness ([f3ed6d0a2](https://github.com/noctalia-dev/noctalia-shell/commit/f3ed6d0a2f058ab68ee1b3cd3cc3520df009cadc)) by Lysec - fix: use distinct MD3 tokens for surface shades in Starship template ([b9745c375](https://github.com/noctalia-dev/noctalia-shell/commit/b9745c375f1aa05c122962844e28e780e2643d0f)) by Adria Martin - feat: add Starship prompt template ([5cf22040b](https://github.com/noctalia-dev/noctalia-shell/commit/5cf22040b365ddcc969065166eabed8f95441afe)) by Adria Martin - fix(brightness): revert min brightness regression ([a44f11267](https://github.com/noctalia-dev/noctalia-shell/commit/a44f11267e4084c1e388d909e896403952f06a8b)) by ern775 - fix(theming): skip theme writes and hooks when wallpaper change produces no diff ([48fe0f91a](https://github.com/noctalia-dev/noctalia-shell/commit/48fe0f91a5fa514ca37863b2078b8c20a97fb66b)) by Lysec - Merge pull request [#&#8203;2411](https://github.com/noctalia-dev/noctalia-shell/issues/2411) from lonerOrz/cc-icon ([b8de6e1df](https://github.com/noctalia-dev/noctalia-shell/commit/b8de6e1df21289b7f8a252dd6bf241dc183c768c)) by Lysec - Merge pull request [#&#8203;2417](https://github.com/noctalia-dev/noctalia-shell/issues/2417) from ern775/change-enforce-min ([bec97262e](https://github.com/noctalia-dev/noctalia-shell/commit/bec97262eb6d7f46e7b43a2df25c9782c7c33727)) by Lysec - feat(brightness): change enforce minimum brightness method ([15873d481](https://github.com/noctalia-dev/noctalia-shell/commit/15873d48189a613bafa71de0de5ebd9b418b79fc)) by ern775 - Merge pull request [#&#8203;2414](https://github.com/noctalia-dev/noctalia-shell/issues/2414) from notiant/patch-9 ([91d0bb83a](https://github.com/noctalia-dev/noctalia-shell/commit/91d0bb83aefa2d238df31e2a96098a2ef75aa238)) by Lysec - chore(flake): update flake.lock ([57cdcb7ad](https://github.com/noctalia-dev/noctalia-shell/commit/57cdcb7ad05f1d93fed8451bbc42622367a255e2)) by Ly-sec - update I18n.qml ([4e99e5db9](https://github.com/noctalia-dev/noctalia-shell/commit/4e99e5db9265f774665ba974cfb84666884233aa)) by notiant - update date formats for lock screen ([747b4aa71](https://github.com/noctalia-dev/noctalia-shell/commit/747b4aa715f017055bbcd4cb2798dcb64976fc1a)) by notiant - NComboBox: remove hover animation ([b0bb684be](https://github.com/noctalia-dev/noctalia-shell/commit/b0bb684be50ee53a2016749d1640bd523bb8d407)) by notiant - fix(config): handle nix-style atomic config replacements for settings and colors ([40e98f1ad](https://github.com/noctalia-dev/noctalia-shell/commit/40e98f1ad0ee1fb65726ce4b9fd0aa65a6efbe8a)) by Lysec - Revert "fix(settings): detect nix-managed settings updates without restart" ([c39532042](https://github.com/noctalia-dev/noctalia-shell/commit/c395320426f5af8132205d0310670b0e83a94223)) by Lysec - fix(settings): detect nix-managed settings updates without restart ([353b07380](https://github.com/noctalia-dev/noctalia-shell/commit/353b07380f892dc1ee508f3640dfeb78b650221d)) by Lysec - Revert "fix(settings): reload settings after nix-managed config file replacements" ([1f9096a46](https://github.com/noctalia-dev/noctalia-shell/commit/1f9096a46f107ca085c59a129f00edbf68807e10)) by Lysec - fix(settings): reload settings after nix-managed config file replacements ([17b157d1b](https://github.com/noctalia-dev/noctalia-shell/commit/17b157d1b6cd1cac84d87744c507e083ce3ae406)) by Lysec - refactor(settings): organize CustomButton settings into tabbed layout ([9d4fad0b2](https://github.com/noctalia-dev/noctalia-shell/commit/9d4fad0b28a820cb5d874d735eb569f4335141ac)) by loner - feat(bar): add context menu for CustomButton right-click ([cfc96dd3e](https://github.com/noctalia-dev/noctalia-shell/commit/cfc96dd3e73b88ecf4f85ce4a4e5bd967edb0c77)) by loner - fix(settings): resolve barIsVertical property assignment conflict ([b8a7c2f77](https://github.com/noctalia-dev/noctalia-shell/commit/b8a7c2f77d9c30bbfa132b30d30518a343e9c2da)) by loner - refactor(bar): remove enableColorization toggle from CustomButton ([5c3b3a218](https://github.com/noctalia-dev/noctalia-shell/commit/5c3b3a218502678c4ea688416a5759c5be061dde)) by loner - feat(ui): add separate icon and text colorization for CustomButton ([f21e8fb82](https://github.com/noctalia-dev/noctalia-shell/commit/f21e8fb82af786ee913416f29f50294afd464b7e)) by loner - fix(ui): improve CustomButton settings visibility logic ([55c7f344b](https://github.com/noctalia-dev/noctalia-shell/commit/55c7f344b3c71589c6cde124f220cfe3a214d5dd)) by loner - fix(ui): adapt icon position labels based on bar orientation ([b6a85d88e](https://github.com/noctalia-dev/noctalia-shell/commit/b6a85d88e7fd3eb835acc8ff55cccba78c2e2e64)) by loner - refactor(bar): add iconPosition fallback to oppositeDirection ([36a9d7afe](https://github.com/noctalia-dev/noctalia-shell/commit/36a9d7afee743a23aef4d182a2a1f34f40bdbb5f)) by loner - feat(bar): add explicit iconPosition control for CustomButton widget ([9cc8b3680](https://github.com/noctalia-dev/noctalia-shell/commit/9cc8b36804e8b5981871153330ffc3ddd16da8ff)) by loner - chore(flake): update flake.lock ([ef147f24f](https://github.com/noctalia-dev/noctalia-shell/commit/ef147f24f16f3aaca116cb93c716326b04d37c21)) by Ly-sec - chore(i18n): update translations & add romanian translation ([620574947](https://github.com/noctalia-dev/noctalia-shell/commit/6205749472e7b30757ec22aec44bbdf82ba9d1bd)) by Lysec - Merge pull request [#&#8203;2380](https://github.com/noctalia-dev/noctalia-shell/issues/2380) from notiant/patch-6 ([876ec4c34](https://github.com/noctalia-dev/noctalia-shell/commit/876ec4c34fc980c9b1884179eb07bc9abfdeea70)) by Lysec - Merge pull request [#&#8203;2405](https://github.com/noctalia-dev/noctalia-shell/issues/2405) from mia-0/kcolorscheme ([ff9f0a75d](https://github.com/noctalia-dev/noctalia-shell/commit/ff9f0a75d96d65f530de61f06bf9be765810113e)) by Lysec - Merge pull request [#&#8203;2406](https://github.com/noctalia-dev/noctalia-shell/issues/2406) from notiant/patch-7 ([6dc1ebe62](https://github.com/noctalia-dev/noctalia-shell/commit/6dc1ebe626302c70522fdd69728cd4b9457a8d6d)) by Lysec - GTK refresh fix ([f777e539f](https://github.com/noctalia-dev/noctalia-shell/commit/f777e539f563da46ff9f8c50dd94001b3b75bb1a)) by notiant - Templates/KColorScheme: use rgb\_csv format ([914fc2e0d](https://github.com/noctalia-dev/noctalia-shell/commit/914fc2e0d66938bb2619de6749e2fe70e9c17183)) by Mia Herkt - template-processor: add rgb(a)\_csv formats ([d97918f3a](https://github.com/noctalia-dev/noctalia-shell/commit/d97918f3acc29be53f305c87f156271a094ef974)) by Mia Herkt - Theming: add apply script for KDE ([8db923d66](https://github.com/noctalia-dev/noctalia-shell/commit/8db923d66fec3e3840b8198eb1fb8fa346834ea1)) by Mia Herkt - Merge pull request [#&#8203;2403](https://github.com/noctalia-dev/noctalia-shell/issues/2403) from beatreichenbach/main ([f02ecc9ac](https://github.com/noctalia-dev/noctalia-shell/commit/f02ecc9acd4bb53b5c035159176deb5a1b18e2c5)) by Lysec - fix(settings): escape colorscheme downloadUrl ([7aeda7a7f](https://github.com/noctalia-dev/noctalia-shell/commit/7aeda7a7f8cc2a5520fcc6888aac091a9267010b)) by Beat Reichenbach - perf(ui): step NScrollText marquee on a timer instead of infinite animation ([819b2d33b](https://github.com/noctalia-dev/noctalia-shell/commit/819b2d33b04b2180b6ef19dab7f86af7d3603a52)) by Lysec - fix(media): gate spectrum pipeline on playback to cut idle CPU ([a0093e509](https://github.com/noctalia-dev/noctalia-shell/commit/a0093e509b6be49eec355d9a07d7f2d0864dd40e)) by Lysec - Merge pull request [#&#8203;2395](https://github.com/noctalia-dev/noctalia-shell/issues/2395) from Sunrongguo2008/main ([4b9a60715](https://github.com/noctalia-dev/noctalia-shell/commit/4b9a6071510da6b5e8f304ffd1ea21dfdd98d5bd)) by Lysec - fix(template): ensure kitty's live config reload after theme regeneration ([9b39d6756](https://github.com/noctalia-dev/noctalia-shell/commit/9b39d675634c6d4919af3356116b237aa5d07938)) by Sunrongguo2008 - fix(audio): sticky app-stream volume + subtitle line in panel ([759454d2d](https://github.com/noctalia-dev/noctalia-shell/commit/759454d2d5bce9be7dea982818700140335ed047)) by Lysec - fix(keybinds): recognize ctrl+punctuation shortcuts in recorder ([359f4afa7](https://github.com/noctalia-dev/noctalia-shell/commit/359f4afa73dbf38daefe613ddc38c9e73d41093d)) by Lysec - chore(flake): update flake.lock ([0d59c6c7b](https://github.com/noctalia-dev/noctalia-shell/commit/0d59c6c7b36e4be516c673a6dba88c66f9a2a9f8)) by Ly-sec - chore(version): bumping to v4.7.6-git ([bcbbafda1](https://github.com/noctalia-dev/noctalia-shell/commit/bcbbafda1e9750b0aa8056f3881d312bf4e06d45)) by Lemmy - MediaPlayerPanel: fix layout issues ([6a6844b3a](https://github.com/noctalia-dev/noctalia-shell/commit/6a6844b3aacbbcffd8071e6c8cfa0847cac4a7e7)) by notiant </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency noctalia-dev/noctalia-shell to v4.7.6
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
332ee3feba
Bluemedia deleted branch renovate/noctalia-dev-noctalia-shell-4.x 2026-04-16 17:58:01 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Bluemedia/desktop-environment-rpms!80
No description provided.