Commit Graph

5210 Commits

Author SHA1 Message Date
Ly-sec bc23cff971 README: add Grune to the supporter list <3 2025-12-14 10:06:40 +01:00
Lemmy 7d795256de Compositor: another take on not resyncing all windows when only the focus changes. 2025-12-13 20:21:18 -05:00
Lemmy 4ff5b4e83f Reverted Compositor changes that introduces too many side effects 2025-12-13 19:37:31 -05:00
Lemmy 4222882148 Revert "CompositorService: possible CPU spike fix"
This reverts commit d74623a37e.
2025-12-13 19:35:51 -05:00
Lemmy 2dc75de43b CompositorService: delaying initial sync to fix missing icons on startup. 2025-12-13 17:52:12 -05:00
Lemmy 69b162ee98 Fonts: removed "display" fonts that we no longer use. 2025-12-13 17:20:38 -05:00
Lemmy 7b75f06217 FontService: real async loading via fc-list + shell init tweaks 2025-12-13 16:29:00 -05:00
Lemmy e734e6109a NSearchableComboBox: optims, dont copy one by one when not filtering. 2025-12-13 15:38:37 -05:00
Lemmy cfaeaad707 Settings/Fonts: improving filtering performance. 2025-12-13 15:27:21 -05:00
Lemmy 6459a5026b BatteryPanel: use BarService instead of custom for loops. 2025-12-13 15:02:26 -05:00
Ly-sec 6b2661e1d4 i18n: fix chinese translation again 2025-12-13 19:42:06 +01:00
Lemmy 33ab28b7b4 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-12-13 13:25:51 -05:00
Lemmy efef0db17f Avoid many errors, if a widget (plugin) does not exists on startup. 2025-12-13 13:25:48 -05:00
Ly-sec 150c2918b3 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-13 19:25:24 +01:00
Ly-sec d74623a37e CompositorService: possible CPU spike fix 2025-12-13 19:25:19 +01:00
Lemmy 8c74e0befd SystemStatService: prioritize discrete GPUs during detection 2025-12-13 13:07:32 -05:00
Ly-sec cc114715f2 SettingsContent: if scrollbar is shown in Tab sidebar, add padding to prevent overlap
ProgramCheckerService: add pip install path for pywalfox
2025-12-13 18:41:30 +01:00
Lemmy d80a01aeb2 SettingsWindow: added Noctalia window title 2025-12-13 11:58:34 -05:00
Lemmy 8344798bea Dock/Taskbar: Renamed output to monitor for better understanding. 2025-12-13 11:49:43 -05:00
Lemmy 8d470f39f4 SysMon: Added GPU temperature (NVidia via smi is untested) 2025-12-13 11:41:08 -05:00
Ly-sec ad20b48a25 SettingsContent: add tooltip to collapsed icon, set cursor to pointing on hover 2025-12-13 17:37:14 +01:00
Ly-sec fe394e2795 Dock: Show multiple instances of the same application 2025-12-13 17:22:32 +01:00
Ly-sec a51090c1dc SettingsContent: fix expand button 2025-12-13 17:01:04 +01:00
Ly-sec 2743cf89b3 LockScreen: hide battery if no battery is found 2025-12-13 16:33:50 +01:00
Ly-sec 0c261865f1 Launcher: adjust grid/list button size 2025-12-13 16:10:41 +01:00
Ly-sec d5dc19c931 Launcher: add grid/list toggle button 2025-12-13 16:08:22 +01:00
Ly-sec 15526a8336 SettingsContent: add collapsible button for tab area 2025-12-13 15:04:05 +01:00
Lemmy 46cd234604 autoformatting 2025-12-13 08:24:51 -05:00
Lemmy 47e2f6ad38 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-12-13 08:24:34 -05:00
Lemmy 4180a81c6e Settings/Fonts: Filter only once when all fonts are ready. 2025-12-13 08:23:36 -05:00
Ly-sec d8d690adfb ScreenRecorderService: filter canceled by user 2025-12-13 14:21:41 +01:00
Ly-sec 7f804c16f8 LockScreen: fix fingerprint support for real this time 2025-12-13 13:52:59 +01:00
Ly-sec d3494c7111 LockScreen: fix fingerprint support 2025-12-13 13:49:07 +01:00
Ly-sec d930e10e46 LockScreen: add pam conf 2025-12-13 13:44:37 +01:00
Ly-sec ab441b37a0 LockContext: fix scope issue 2025-12-13 13:36:22 +01:00
Ly-sec ac7842fcab Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-13 13:32:31 +01:00
Ly-sec 1a605db842 LockContext: prevent multiple auth attempts at the same time 2025-12-13 13:32:26 +01:00
Lysec 04f9b61e8d Merge pull request #1047 from LionHeartP/main
Launcher: make numpad enter call ui.activate again
2025-12-13 13:06:24 +01:00
Ly-sec 1a2353ecb0 i18n: fix chinese translation 2025-12-13 13:05:25 +01:00
LionHeartP ff52a24d0a Launcher: make numpad enter call ui.activate again 2025-12-13 14:01:56 +02:00
Ly-sec 0d132c5dc9 NComboBox: more warning fixes 2025-12-13 12:50:06 +01:00
Ly-sec c0cae715db NComboBox: fix warning 2025-12-13 12:38:45 +01:00
Ly-sec 6da1e4d117 i18n: fix emacs translation 2025-12-13 12:36:38 +01:00
Ly-sec 9fcacfc761 NSearchableComboBox: comment Connection 2025-12-13 10:15:18 +01:00
Ly-sec 2980dfb100 Revert "NSearchableComboBox: add debouncing and visibility check to prevent CPU spikes"
This reverts commit e9859e07f5.
2025-12-13 10:08:46 +01:00
Ly-sec e9859e07f5 NSearchableComboBox: add debouncing and visibility check to prevent CPU spikes 2025-12-13 10:03:29 +01:00
Lemmy 0e3b8d298f NWaveSpectrum: use Shapes(GPU) 2025-12-12 20:54:54 -05:00
Lemmy 4d312fc9a5 Cava: slight processing optimization by avoiding memory reallocate. 2025-12-12 20:54:41 -05:00
Lemmy 6328078465 settings-default: added yazi 2025-12-12 20:48:45 -05:00
Lemmy d06d58d7bb TaskBar: fixed desktop actions and other stuff 2025-12-12 19:55:08 -05:00