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
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
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
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
Lemmy
56f3dbec82
chore(autofmt)
2026-03-20 19:09:19 -04:00
Lemmy
1554d6851d
fix(panel): simplify calculations
2026-03-20 19:09:03 -04:00
Lemmy
9430c25b1f
Merge pull request #2234 from blackbartblues/fix/smart-panel-floating-bar-overflow
...
fix(smart-panel): prevent panel overflow on small screens with floating bar
2026-03-20 19:05:27 -04:00
WojciechSulocki-Gif
7c197147ec
fix(smart-panel): also clamp panelHeight for vertical floating bars
2026-03-20 23:20:09 +01:00
Lysec
56457b1400
style(lockscreen): adjust capslock & password input icon
2026-03-20 18:56:41 +01:00
Lysec
caf74e8fa8
Merge pull request #2238 from mia-0/lockkeysvc_no_sh
...
LockKeysService: use Qml file system model
2026-03-20 18:50:18 +01:00
Mia Herkt
4230ae5207
LockKeysService: use Qml file system model
...
Forking shell processes is very very expensive. Replace with a more
efficient Qml model.
This should automatically instantiate watchers for hotplugged
devices, as FolderListModel uses a file system watcher.
Quickshell’s FileView does not get notified of changes because
that’s how sysfs works, but it does handle the content conparison
for us. Convenient!
2026-03-20 18:27:47 +01:00
WojciechSulocki-Gif
ed8593aa1b
feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel
2026-03-20 16:50:55 +01:00
WojciechSulocki-Gif
d51a7406d6
fix(smart-panel): prevent panel overflow on small screens with floating bar
2026-03-20 16:50:29 +01:00
Lysec
e2ba46ed12
Merge pull request #2230 from shouya/main
...
Play volume feedback sound when changing volume externally
2026-03-20 14:40:47 +01:00
Lysec
5a92a82d06
feat(ColorScheme): always set gsetting color-scheme when toggling light/dark mode
...
Issue: #2222
2026-03-20 13:42:34 +01:00
Lysec
3b2fa6a428
feat(emacs): add posthook to refresh the theme
...
Issue: #2229
2026-03-20 12:50:17 +01:00
Lysec
829dedc2d0
Merge pull request #2231 from shouya/allow-qs-path-override
...
Allow overriding qs config path for `noctalia-shell` binary
2026-03-20 10:19:06 +01:00
shouya
ad55a2a39d
allow overriding qs config path
2026-03-20 14:03:31 +09:00
shouya
222cf23636
play volume feedback when changing volume externally
2026-03-20 13:44:17 +09:00
Lemmy
8344f25d5a
feat(i18n): added vietnamese (machine translated)
2026-03-20 00:34:05 -04:00
Lemmy
c8d8709c26
Revert "perf(mainscreen): merging fix/damage-control"
...
This reverts commit 67a7f75c37 , reversing
changes made to 8828d9d7be .
2026-03-20 00:29:04 -04:00
Lemmy
039ad4db9c
Revert "fix(mainscreen): avoid potential single frame flicker of the bar when resizing"
...
This reverts commit 219a4742df .
2026-03-20 00:29:00 -04:00
Lemmy
5ee59dc415
Revert "fix(mainscreen): fix posty bar bg flicker"
...
This reverts commit 59aa80c36b .
2026-03-20 00:28:54 -04:00
Lemmy
59aa80c36b
fix(mainscreen): fix posty bar bg flicker
2026-03-20 00:17:31 -04:00
Lemmy
219a4742df
fix(mainscreen): avoid potential single frame flicker of the bar when resizing
2026-03-19 23:53:22 -04:00
Lemmy
67a7f75c37
perf(mainscreen): merging fix/damage-control
2026-03-19 23:32:52 -04:00
Lemmy
8828d9d7be
feat(i18n): getting things up for vi(etnamese)
2026-03-19 23:21:03 -04:00
Lemmy
1f0ea41c35
feat(screencorners): no longer reside in MainScreen, tiny PanelWindow. Will also serve for hotcorners detection
2026-03-19 22:46:13 -04:00
Lemmy
b1f8a24da4
perf(mainscreen): collapse Mainscreen to bar-sized when idle
2026-03-19 22:10:03 -04:00
Lemmy
a834b42f38
Merge pull request #2225 from mia-0/layershell_workaround
...
MainScreen/PanelWindow: do not put on top layer
2026-03-19 21:24:41 -04:00
Lemmy
6c57717595
fix(panel): when animations are disabled to log a warning on every panel open
2026-03-19 20:58:14 -04:00