notiant
b3a9aca837
Add check for non-zero width in enhancedBand
2026-03-30 11:12:36 +02:00
notiant
9462caf6c3
remove onResumed() since networkMonitorProcess already covers it
2026-03-28 18:20:22 +01:00
notiant
477810b954
change Airplane Mode visibility conditions
2026-03-26 22:18:16 +01:00
notiant
dffdfcffc4
improve some process handling
2026-03-26 19:30:41 +01:00
notiant
78c0b2fe25
improve airplane mode handling
2026-03-26 18:58:05 +01:00
notiant
dea0575efa
rework Airplane Mode handling & remove bluetoothctl fallback
2026-03-24 21:22:12 +01:00
Lysec
b6d2599f89
fix(theming): regenerate wallpaper colors after cache load on startup
2026-03-24 16:49:11 +01:00
Lemmy
4376960114
Merge pull request #2270 from amateur-hacker/feat/airplane-mode-ipc
...
feat(ipc): add commands for airplane mode
2026-03-24 08:03:53 -04:00
Lysec
b725f32e27
Revert "fix(audio): potential desync fix"
...
This reverts commit 76ad00596f .
2026-03-24 03:21:23 +01:00
Lysec
76ad00596f
fix(audio): potential desync fix
2026-03-24 02:38:33 +01:00
Lysec
c9eb6e69eb
fix(audio): sync per-app volume overrides with PipeWire and new streams
2026-03-24 01:29:27 +01:00
Lysec
c488b0d3e7
Revert "fix(AudioService): attempt to fix individual audio levels"
...
This reverts commit 0c79aedc25 .
2026-03-24 01:14:50 +01:00
Lysec
ac52e8e5f3
feat(settings): add toggle to disable system theme sync
...
Issue: #2279
2026-03-24 00:51:18 +01:00
Lysec
0c79aedc25
fix(AudioService): attempt to fix individual audio levels
2026-03-24 00:27:25 +01:00
Lysec
b724fbe0f5
Revert "fix(audio): attempt to fix per-app volume desync from stale overrides"
...
This reverts commit 46a533fd73 .
2026-03-23 23:52:02 +01:00
Lysec
46a533fd73
fix(audio): attempt to fix per-app volume desync from stale overrides
2026-03-23 23:49:55 +01:00
ayagmar
ce8da4c514
fix(notifications): prefer default actions for window focus
2026-03-23 19:59:45 +01:00
Lysec
284a2a76bb
fix(lock-keys): sync bar state from sysfs on first poll after startup
2026-03-23 15:30:26 +01:00
amateur-hacker
4bea91a750
feat(ipc): add commands for airplane mode
2026-03-23 15:10:42 +05:30
Lysec
bd474db387
fix(hostservice): use non uppercase username, respect upper/lowercase for Full Name
2026-03-23 10:27:44 +01:00
Lemmy
41bfe09418
chore(version): bump to v4.7.2
2026-03-22 20:10:18 -04:00
Lemmy
0b8b4fec43
Release v4.7.1
2026-03-22 20:09:34 -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
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
Lysec
68ed7b397a
fix(theming): wallpaper color generation with apostrophes in path
2026-03-22 14:44:21 +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
Lemmy
3b5e596ab3
fix(ipc): audio and network panel attempt to open near their bar button
2026-03-21 09:57:26 -04: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
6180d457f2
feat(audioviz): added a settings to control the frequency mirroring. Fix #2239
2026-03-20 21:59:15 -04:00
Lemmy
56f3dbec82
chore(autofmt)
2026-03-20 19:09:19 -04: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
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
shouya
222cf23636
play volume feedback when changing volume externally
2026-03-20 13:44:17 +09: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
b4d12870d1
fix(panel): reset closedImmediately flag reliably after panel close
2026-03-19 20:23:03 -04:00
Lemmy
67e1b42f08
bumping version to v4.7.1 git
2026-03-19 08:12:24 -04:00
Lemmy
16c6181bae
Release v4.7.0
2026-03-19 08:11:12 -04:00
Lemmy
d2396b3e60
chore(sysstat): removed dead code
2026-03-18 22:11:59 -04:00
Lysec
bc258254d8
fix(notification-rules): do not allow empty patterns
2026-03-18 21:31:49 +01:00
Lysec
381444bc2c
feat(notifications): add notification display rules
...
- block: skips the notification completely
- mute: does not play sound (played by noctalia), shows popup, adds to
history
- hide: no sound, no popup, still adds to history
2026-03-18 21:24:14 +01:00
Lysec
79207af629
Merge pull request #2211 from nZo-sp/fix/ignore-sounde-notification
...
Fix ignore notification sound for app without a name but with a desktopEntry defined
2026-03-18 15:35:56 +01:00
nZo-sp
3394439328
Fix ignore sound for app without a name but with a desktopEntry defined
2026-03-18 15:25:09 +01:00
Lemmy
bbee20a1a6
fix(labwc): minor fixes to support upstream ext-workspace-v1
2026-03-18 09:43:20 -04:00
Lysec
739d84a214
Revert "add logging to HyprlandService & CompositorService"
...
This reverts commit 719ef29fe1 .
2026-03-18 14:36:37 +01:00