Lemmy
95a67718ad
TaskbarGrouped is now consolidated in the Workspace widget.
2025-12-12 09:01:06 -05:00
Ly-sec
5f0a34314a
Taskbar: fix context menu closing for niri
2025-12-12 14:27:41 +01:00
ItsLemmy
764299e4e7
Settings: added option to open settings in a separate (tiled) window + Fixed migrations/upgrades by parsing the rawJson
2025-12-11 21:03:43 -05:00
ItsLemmy
2d551b7c94
i18n: fixed input/output mute tooltips
2025-12-11 15:44:31 -05:00
ItsLemmy
a6ad57ad1e
MediaMini: fixed clicking on the scroller
2025-12-11 15:27:01 -05:00
ItsLemmy
298b2f5c79
PluginSystem: basic error reporting
2025-12-10 21:38:27 -05:00
ItsLemmy
09e4e5d453
ControlCenter: added darkmode widget
2025-12-10 20:32:11 -05:00
Lysec
6980110891
Merge pull request #1026 from hakangoksu/patch-6
...
Update tr.json
2025-12-10 22:14:54 +01:00
Hakan Göksu
1c24a39f5e
Update tr.json
2025-12-10 17:32:05 +02:00
Ly-sec
92d8d242f0
GitHubService: fix cache detection
2025-12-10 16:03:07 +01:00
Hakan Göksu
4db0fbe7a3
Update tr.json
...
Fixes for translation errors
2025-12-10 17:02:27 +02:00
Ly-sec
2009263931
GitHubService: better rate limit detection
2025-12-10 15:56:25 +01:00
Ly-sec
649f7b1983
ShellState: add lockScreenActive state ( #1011 )
2025-12-10 15:17:47 +01:00
Ly-sec
a47559c1c6
Taskbar: add same context menu as dock ( #1002 )
2025-12-10 15:01:24 +01:00
Ly-sec
315da749ac
Revert NSectionEditor changes
2025-12-10 14:47:14 +01:00
Ly-sec
4784520b8b
NSectionEditor: possible overflow fix
2025-12-10 13:06:37 +01:00
ItsLemmy
4751f4c80f
Panels: improved opening/closing animation directions for panels not attached to the bar.
2025-12-09 21:47:41 -05:00
ItsLemmy
60e9349929
PluginSystem: support all git forges + slight improvments to the UI.
2025-12-09 21:07:57 -05:00
Lemmy
d53097a607
Merge pull request #1022 from notiant/patch-4
...
CalendarMonthCard: fix text color for current month
2025-12-09 20:23:36 -05:00
notiant
1156e2ad9b
CalendarMonthCard: fix text color for current month
2025-12-10 00:32:12 +01:00
Ly-sec
a6c09ac7d2
PluginsTab: elide urls, move trash icon to the left of toggle
2025-12-09 20:43:12 +01:00
Ly-sec
56ce95630d
AboutTab: remove redundant download button
2025-12-09 17:53:30 +01:00
Ly-sec
58842c22fd
Back to -git
2025-12-09 17:50:56 +01:00
Ly-sec
83bdb5b0fc
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
v3.6.2
2025-12-09 17:38:11 +01:00
Ly-sec
2a5b1fa109
Release v3.6.2
2025-12-09 17:37:57 +01:00
Lysec
843ddfdbff
Merge pull request #1017 from bokicoder/patch-1
...
Nix: add `wget` dependency
2025-12-09 17:14:00 +01:00
bokicoder
9d4b3936e4
Nix: add wget dependency
2025-12-09 23:20:22 +08:00
Ly-sec
a0aa7e3f1d
Back to -git
2025-12-09 16:06:05 +01:00
Ly-sec
9664e5929c
Release v3.6.1
2025-12-09 16:05:14 +01:00
ItsLemmy
f6163124cf
Tooltip: improved positionning logic
v3.6.1
2025-12-09 09:47:05 -05:00
ItsLemmy
f3fd8d9a24
BarPill: tooltip must be attached to root for proper positionning.
2025-12-09 09:39:33 -05:00
ItsLemmy
98e39f30f7
i18n sorting
2025-12-09 09:39:12 -05:00
Ly-sec
89acb6ec32
Back to -git
2025-12-09 15:09:22 +01:00
Ly-sec
99e3187f3d
Release v3.6.0
2025-12-09 14:05:13 +01:00
Lemmy
d6299561c2
Merge pull request #1014 from RealRaupy/main
...
ipc calls for battery, bluetooth and wifi panel, and disableing etc
v3.6.0
2025-12-09 07:31:49 -05:00
Ly-sec
d716cb289b
Taskbar: add smart width & max width (for whole widget) settings
2025-12-09 13:23:06 +01:00
Lysec
4b71203a87
Merge pull request #1005 from GoodbyeNJN/main
...
Fix taskbar title display issues to work with pinned app icons feature
2025-12-09 12:37:23 +01:00
Lysec
e99d64ff6f
Merge pull request #1012 from ahmet-cetinkaya/fix/notification-sound-performance-mode-respect
...
fix(notification): respect performance mode when playing notification sounds
2025-12-09 12:33:21 +01:00
Lysec
446c0be430
Merge pull request #1007 from notiant/patch-3
...
Tooltip corrections
2025-12-09 12:30:40 +01:00
raupy
e24314f31e
new ipc calls
2025-12-09 10:48:31 +01:00
raupy
385aa9ed38
new ipc calls
2025-12-09 10:39:40 +01:00
Ahmet Çetinkaya
2ca71c285e
refactor(notification): reorder sound playback checks for better flow
...
Move the audio service mute check earlier in the notification sound
playback logic to prevent unnecessary processing when the system
is muted. Also reposition the rate limiting check to occur after
the initial availability and setting checks.
2025-12-09 10:44:47 +03:00
Ahmet Çetinkaya
73c0a9b550
fix(notification): move sound playback after do not disturb and performance mode check
...
Move the notification sound playback to occur after the do not disturb
and performance mode checks, ensuring sounds are not played when these
modes are active. This fixes the issue where notification sounds were
being played even when do not disturb mode was enabled.
2025-12-09 10:43:21 +03:00
ItsLemmy
afdc437772
PluginsTab: replaced listview by repeater for a better scrolling experience.
2025-12-08 23:15:26 -05:00
ItsLemmy
c26f1459ca
LockScreen: added a simple toggle to remove all power/session buttons from the lockscreen.
2025-12-08 20:57:04 -05:00
ItsLemmy
27bdcd472e
NightLightService: avoid 00:00 sunset edge case.
2025-12-08 20:28:40 -05:00
ItsLemmy
c1b0590d5f
Revert "NightLightService: possible fix for night light turning off at midnight"
...
This reverts commit 35b2ae19ee .
2025-12-08 20:15:04 -05:00
ItsLemmy
5faa740b77
NSectionEditor: improved drop position indicator + added larger margin so we can see it properly.
2025-12-08 20:05:29 -05:00
ItsLemmy
8fff9eaaa6
i18n: removed unused/malformed translation key.
2025-12-08 19:56:17 -05:00
ItsLemmy
d396e3daf2
Tooltip: fix positioning by respecting screen boundaries. Helps a lot on wlroots based WM.
2025-12-08 19:51:47 -05:00