Commit Graph

9138 Commits

Author SHA1 Message Date
Lemmy 0b8b4fec43 Release v4.7.1 v4.7.1 2026-03-22 20:09:34 -04:00
Lemmy 187fced35e feat(sysgraphs): sharper 2026-03-22 20:01:38 -04:00
Lemmy 05ef6849d8 feat(wallpaper): add toggle to skip image processing and use original files 2026-03-22 19:33:09 -04:00
Lemmy d1926452d7 feat(imagecache): cleaned up dead code, reduced cache duration to 15 days 2026-03-22 19:01:35 -04:00
Lemmy 5f5cd2c439 Merge pull request #2208 from turannul/pr/additional-networking-fixes
Networking code cleanup.
2026-03-22 18:43:49 -04:00
Lemmy 0a593c491f Merge pull request #2262 from MachXNU/main
Small fix for Nord colorscheme
2026-03-22 18:42:58 -04:00
notiant a624421047 prevent duplicate scan triggers 2026-03-22 23:10:01 +01:00
Jb d19019ada0 Changed background light 2026-03-22 22:54:16 +01:00
Turann_ 849bf16388 feat(networking): refactor NetworkService to use Quickshell.Networking and improve state synchronization
- Use Quickshell.Networking for wifiEnabled
- Improve state synchronization between processes
- Fix race conditions in Wi-Fi scanning
- Ensure proper startup initialization
- Another icon fix xD (4th one)
- Merge deviceStatus with wifiDetails

Co-Authored-By: notiant <notiant@users.noreply.github.com>
2026-03-23 00:48:56 +03:00
Lemmy 5338a6aaf9 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-03-22 15:02:26 -04:00
Lysec b44bf38c1a Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-22 19:43:02 +01:00
Lysec 43043e1b3b chore(shell): tiny cleanup 2026-03-22 19:42:55 +01:00
Lysec 56c0904dc6 Merge pull request #2260 from linusammon/main
ci: automate flake updates; add cachix caching
2026-03-22 19:05:29 +01:00
Lysec 18c0559453 fix(background): potential fix for black lockscreen after performance mode
Issue: #2257
2026-03-22 18:49:02 +01:00
Linus Ammon 50392f8702 ci: add cachix workflow 2026-03-22 16:33:30 +01:00
Linus Ammon 1eb2f6d2dd ci: add flake update workflow 2026-03-22 16:28:15 +01:00
Lemmy d3e23d6cfd fix(graph): improved AA on graph shader 2026-03-22 11:14:29 -04:00
Lemmy 4e44886a79 chore(autofmt) 2026-03-22 10:34:06 -04:00
Lemmy a67020e25f chore(i18n): update 2026-03-22 10:33:58 -04:00
Lemmy f217297105 Merge pull request #2259 from Scrumplex/fix/nix/inherit-noctalia-qs-flake
fix(nix): inherit noctalia-qs overlay in our overlay
2026-03-22 10:13:01 -04:00
Lysec 8b1bb355d4 Merge pull request #2253 from spiros132/main
fix(NFilePicker): Added multiSelection choice
2026-03-22 15:00:34 +01:00
Lemmy 582b5629be Merge pull request #2248 from mia-0/progressring_repaint
Bar/MediaMini: don’t repaint invisible progress ring
2026-03-22 09:58:22 -04:00
Lysec 68ed7b397a fix(theming): wallpaper color generation with apostrophes in path 2026-03-22 14:44:21 +01:00
Sefa Eyeoglu 23a2a074cf fix(nix): inherit noctalia-qs overlay in our overlay
This avoids a second instantiation of Nixpkgs, when consuming the
overlay, instead of using the package output directly.

Smoke test:

```console
nix repl
nix-repl> :lf .

nix-repl> pkgs = imports inputs.nixpkgs { overlays = [outputs.overlays.default]; }

nix-repl> pkgs.noctalia-shell
«derivation /nix/store/30ilvacnyyqyrnqh26vz6x1s095iwysb-noctalia-shell-2026-03-22_df0a16d.drv»

nix-repl> pkgs.quickshell
«derivation /nix/store/zyrm8fb4r4bq6mqrv4ssjc08haf5j2b4-quickshell-2026-03-21_c9beee5.drv»
```

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-03-22 13:48:23 +01:00
Lysec deadea5c16 Merge pull request #2256 from iynaix/imagecache-race
fix(wallpaper): wait for ImageCacheService to be ready before scanning
2026-03-22 11:42:36 +01:00
Spyridon Siarapis 1768dacac3 fix(NFilePicker): Added ability to use both Control and Shift with both having different functionality 2026-03-22 09:03:50 +01:00
Lin Xianyi c3532bfaad fix(wallpaper): wait for ImageCacheService to be ready before scanning 2026-03-22 14:47:17 +08:00
Lemmy 25d2efe9b3 feat(spectrum): slightly better initialization of the number of bands until noctalia-qs is updated everywhere. 2026-03-21 21:44:09 -04:00
Spyridon Siarapis cc59714487 fix(NFilePicker): Added multiSelection choice 2026-03-21 22:02:50 +01:00
Lysec 6b30925fb4 Merge pull request #2251 from linusammon/main
nix: remove cava; bump flake.lock
2026-03-21 20:33:15 +01:00
Linus Ammon bb2b1b93d1 chore(flake): bump flake.lock 2026-03-21 20:08:32 +01:00
Linus Ammon 3ddc0f6337 build(nix): remove cava 2026-03-21 20:07:25 +01:00
Mia Herkt 1e215ba93d Bar/MediaMini: don’t repaint invisible progress ring
This causes the entire container to get damaged, so avoid this when
the ring is disabled.
2026-03-21 17:05:34 +01:00
Lemmy bef335ab3a fix(spectrum): minimal signal new default to 1% 2026-03-21 11:35:11 -04:00
Lemmy 3b5e596ab3 fix(ipc): audio and network panel attempt to open near their bar button 2026-03-21 09:57:26 -04:00
Lemmy 5eaefd8bfd chore(MainScreen): Quickshell default layer is WlrLayer.Top, let's set them explicitely for clarity 2026-03-21 08:45:58 -04:00
Lemmy 2efacafb69 feat(OSD): full click-through 2026-03-21 08:42:46 -04:00
Lemmy c78e7e386a Revert "fix(OSD): keep panelwindow always loaded to avoid hotplug crash"
This reverts commit 3b5410103a.
2026-03-21 08:41:42 -04:00
Lysec c6b08b380f Merge pull request #2246 from Scrumplex/fix/bluetooth-alpha
fix(btsubtab): fix alpha on ntexts
2026-03-21 13:14:18 +01:00
Sefa Eyeoglu 0261f73943 fix(btsubtab): fix alpha on ntexts
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-03-21 13:12:46 +01:00
Lemmy b9a02cccc7 feat(spectrum): typo 2026-03-20 22:30:40 -04:00
Lemmy 40a64b6aa6 feat(spectrum): adding support for both band and bar properties during the migration 2026-03-20 22:26:07 -04:00
Lemmy 2aa0c7a78d chore(i18n): update 2026-03-20 22:01:04 -04:00
Lemmy 6180d457f2 feat(audioviz): added a settings to control the frequency mirroring. Fix #2239 2026-03-20 21:59:15 -04:00
Lemmy 8abf32ac15 fix(desktop-widgets): ignore mouse via mask when not editing so the events pass thru to an eventulal desktop shortcuts manager (pcmanfm). Fix #2241 2026-03-20 21:33:17 -04:00
Lemmy cd5863651b Merge pull request #2235 from blackbartblues/feat/plugin-panel-slot-background-color
feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel
2026-03-20 21:07:35 -04:00
Lemmy 077989a347 Update PluginPanelSlot.qml 2026-03-20 21:07:10 -04:00
Lemmy 9285188981 fix(migration): improve the old migration 45 2026-03-20 20:41:29 -04:00
Lemmy b3b236fdb8 fix(active-window): fix vertical centering, more robust if fonts get bigger than icon. 2026-03-20 20:38:01 -04:00
Lemmy 9966d695cc fix(settings): cleaning remnants of Settings.data.bar.floating 2026-03-20 19:47:14 -04:00