loner
63bd97e76f
feat(i18n): Implement and refine language selection feature
...
Introduces a language selection option in settings, allowing users to manually choose an application language or revert to automatic system locale detection. This includes UI updates, settings integration, and improved language detection logic.
2025-10-19 01:29:39 +08:00
loner
e85f489429
feat: Implement language selection feature
2025-10-18 22:49:36 +08:00
lysec
2ddfadea27
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
2025-10-18 14:42:38 +02:00
lysec
fcb5510e94
SessionMenu: better layout
2025-10-18 14:42:35 +02:00
ItsLemmy
22e8358c69
Dock: fixed 1px height peek zone
2025-10-18 08:41:36 -04:00
ItsLemmy
91bb3e866f
Dock: attempt to fix visible 1px peek zone.
2025-10-18 08:29:26 -04:00
lysec
e426180f04
Dock: add exclusiveZone: 0 to fix maximize issue (niri)
2025-10-18 14:13:17 +02:00
lysec
6ba3b465de
SessionMenu: remove lock & suspend option, add toggle in general tab to
...
decide if lockscreen is used or not
2025-10-18 14:08:51 +02:00
ItsLemmy
702cd1d283
Test commit for lefthook.
2025-10-17 10:33:46 -04:00
ItsLemmy
9621dbb4d6
Tooltip: proper size update when text changes
2025-10-17 10:32:18 -04:00
ItsLemmy
0ed82fbae8
BarPill: fix potential wrong tooltip update
2025-10-17 10:23:54 -04:00
lysec
e1ec5c614c
Matugen: add vencord support
...
ColorSchemeTab: add proper line break for discord templates
2025-10-17 15:40:44 +02:00
lysec
d5360a7dde
ColorSchemeTab: make discord toggle look better
2025-10-17 15:32:22 +02:00
lysec
87f4559764
LockScreen: add reveal password button
2025-10-17 13:48:43 +02:00
lysec
51163f7d96
OSD: actually fix input volume on startup
2025-10-17 13:37:31 +02:00
lysec
371ddbc776
HyprlandService: fix workspace detection ( fixes #509 )
...
Autoformat
2025-10-17 13:13:23 +02:00
Lysec and GitHub
34c4292fce
Merge pull request #504 from Amadoabad/notification-freeze
...
Notifications freeze when hovered
2025-10-17 13:03:30 +02:00
lysec
16d3220d1a
OSD: fix input showing up on fresh start
2025-10-17 12:59:15 +02:00
ItsLemmy
9f7d4d274d
autofmt
2025-10-16 20:21:44 -04:00
ItsLemmy
61079c9103
MediaMini: no need to apply uiScaleRatio here.
2025-10-16 20:21:30 -04:00
Lemmy and GitHub
0a3820e4db
Merge pull request #496 from lonerOrz/feat/adapt-bar-density-scaling
...
feat(bar): Introduce core density scaling mechanism
2025-10-16 20:18:17 -04:00
Lemmy and GitHub
c8a3ef141f
Merge pull request #499 from damian-ds7/tab-navigation-session-menu-launcher
...
Tab navigation in session menu and launcher
2025-10-16 20:09:27 -04:00
amadoabad
957dede6b3
Feat: Now freezes the notifications when hovering on notifications buttons too.
2025-10-17 02:12:21 +03:00
amadoabad
b0f6f22b2d
Feat: Freeze the notifications when hovering
2025-10-17 01:57:27 +03:00
Damian D'Souza
4be26bc604
SessionMenu: replace select next/previous usage with wrapping version
2025-10-17 00:49:10 +02:00
Damian D'Souza
68b3483162
Launcher: replace select next/previous usage with wrapping version
2025-10-17 00:46:34 +02:00
loner
a230ec4a2d
fix(mediamini): add applyuiscale
2025-10-17 06:31:40 +08:00
loner
9f46f8bed8
refactor(bar): Use ternary operator for scaling property
2025-10-17 06:30:55 +08:00
Damian D'Souza
ab59e94ee6
SessionMenu: implement tab based navigation with wrapping next/previous functions
2025-10-16 20:25:50 +02:00
Damian D'Souza
7715dbf17a
SessionMenu: implement wrapping select next/previous functions
2025-10-16 20:25:14 +02:00
Damian D'Souza
0da0d46003
Launcher: implement tab bsed navigation with wrapping next/previous functions
2025-10-16 20:24:40 +02:00
Damian D'Souza
e85801208f
Launcher: implement wrapping versions of select next/previous
2025-10-16 20:23:57 +02:00
lysec
838491ba33
Logger: huge cleanup
2025-10-16 15:07:11 +02:00
lysec
df7e0d026b
shell: only launch setupwizard if not nixos
...
DistroLogoService -> DistroService
2025-10-16 13:43:57 +02:00
lysec
dd882401ce
LauncherTab: check if app2unit exists
2025-10-16 12:29:06 +02:00
lysec
814abf4725
LocationTab: add toggle to fully disable weather (as requested in #488 )
2025-10-16 12:25:22 +02:00
lysec
60afceb15a
Battery.qml: replace hardcoded strings with i18n ( fixes #497 )
2025-10-16 11:39:43 +02:00
ItsLemmy
3615f03970
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
2025-10-15 23:24:01 -04:00
ItsLemmy
24a5d2ff56
MediaCard: Spicying it up with a little blue + fallback to wallpaper display when not art available.
2025-10-15 23:23:27 -04:00
ItsLemmy
d43e4ea400
NiriOverview: more sane blur values
2025-10-15 23:15:33 -04:00
loner
ec5a60e92c
feat(bar): Adapt MediaMini to bar density scaling
2025-10-16 09:53:37 +08:00
loner
04d091465e
feat(bar): Adapt Clock to bar density scaling
2025-10-16 09:53:08 +08:00
loner
d11a8fc311
feat(bar): Adapt ActiveWindow to bar density scaling
2025-10-16 09:53:00 +08:00
loner
61043b78a5
feat(bar): Introduce core density scaling mechanism
2025-10-16 09:52:47 +08:00
ItsLemmy
a7612d1744
Merged setup wizard
2025-10-15 19:25:00 -04:00
Lemmy and GitHub
0019c0962d
Merge pull request #489 from MrDowntempo/add-center-control-panel
...
FEAT: Add Center option to load control panel
2025-10-15 18:00:52 -04:00
ItsLemmy
6fd41cd591
Removed invalid properties from NIcon callers
2025-10-15 16:03:29 -04:00
ItsLemmy
fd33761901
BT: fixed signal icons
2025-10-15 16:02:46 -04:00
lysec
15eee455cf
SetupWizard: replace remote logo with local
2025-10-15 19:11:18 +02:00
lysec
f20cd85e79
SetupWizard: layout changes
...
Autoformat
2025-10-15 18:24:10 +02:00