Commit Graph

5470 Commits

Author SHA1 Message Date
Eric Handley 8b5d9b56b1 OSD: hide brightness display when panel is open 2025-12-21 18:14:41 -08:00
Eric Handley fda36af1b3 BrightnessService: queue brightness commands to prevent overlap 2025-12-21 18:12:59 -08:00
Eric Handley 8712c13c40 BrightnessService: better ddcutil parameters to increase responsiveness 2025-12-21 18:12:59 -08:00
Lemmy 476ad58a87 ShellState: added desktopWidgetsEditMode 2025-12-21 19:51:21 -05:00
Lemmy 2fc3c8d8a3 Merge branch 'desktop-widgets' 2025-12-21 19:23:08 -05:00
Lemmy 7354d5e642 DesktopWidgets: Add widget from the editing screen 2025-12-21 19:22:59 -05:00
Lemmy e808aee878 DesktopWidgets: draggable controls box 2025-12-21 18:39:24 -05:00
Lemmy 90d20c44a3 DesktopWidgets: better scaling 2025-12-21 18:18:04 -05:00
Lemmy 482bd1a03a DesktopWidgets: support for context menu 2025-12-21 17:38:37 -05:00
Lemmy 9856899e89 PluginSystem: general improvements to the way we load plugins and the pluginApi. 2025-12-21 17:15:40 -05:00
Ly-sec 4eeb361647 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-21 20:26:50 +01:00
Ly-sec 8170a4e6c2 DesktopWidget/MediaPlayer: add hide buttons setting 2025-12-21 20:26:46 +01:00
Lysec e95396aa6f README: edit install badge 2025-12-21 19:26:53 +01:00
Ly-sec 62d8b5e800 SystemStatService: add c_min to used memory (#1105) 2025-12-21 17:45:49 +01:00
Ly-sec 21605184bb DraggableDesktopWidget: context menu 2025-12-21 15:06:25 +01:00
Ly-sec 4a666591fa Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-21 14:33:43 +01:00
Ly-sec 089d1155cc SystemStatService: subtract ZFS arc cache from used memory (#1105) 2025-12-21 14:33:34 +01:00
Lysec be15dbc39d Merge pull request #1100 from atheeq-rhxn/launcher-tabler-icons
feat(launcher): migrate plugin icons to use Tabler icons
2025-12-21 14:27:38 +01:00
Lysec 51aa9fe16b Merge pull request #1108 from mnt-h/japanese-translation
i18n: Update Japanese Translations
2025-12-21 12:40:05 +01:00
Lysec a9834ff2b4 Merge pull request #1107 from LionHeartP/main
vesktop: fix blank DMs icon
2025-12-21 12:39:51 +01:00
HAMADA Minato 40df07897e i18n: Update Japanese Translations 2025-12-21 17:43:52 +09:00
LionHeartP c692aac560 vesktop: fix blank DMs icon 2025-12-21 08:40:45 +02:00
ItsLemmy 2cc2a12a80 PluginSystem: quick enable/disable fix 2025-12-20 23:43:18 -05:00
Lemmy ba5605b0eb Cava: cleanup 2025-12-20 22:04:48 -05:00
Lemmy 4f52df1289 Cava: missing files 2025-12-20 21:13:28 -05:00
Lemmy 86a4467eae IPC DesktopWidgets: allow to enter/exit edit mode. 2025-12-20 21:12:46 -05:00
Lemmy 8cd17f77cb Cava: refactored the way we enable/disable it dynamically so it can work with plugins, desktop widgets, etc... 2025-12-20 21:07:20 -05:00
Lemmy 9e4d60e504 Settings: removed unused audiovisualizer quality setting. 2025-12-20 20:22:18 -05:00
Lemmy e66f138f59 PluginSystem: better update flow when more than one plugin to update 2025-12-20 20:07:37 -05:00
Ly-sec 347f55e6b3 DesktopWidget/MediaPlayer: adjust width expansion 2025-12-21 00:55:04 +01:00
Lemmy 25688b0c57 Workspace: fixed vertical unoccupied workspace text color 2025-12-20 18:32:10 -05:00
Lemmy f441c52950 Workspace: fixed 2 bugs affecting vertical bar, labels where not shown properly, unoccupied color was different from the horizontal equivalent. 2025-12-20 18:24:49 -05:00
Lemmy 65f5c8e47b autofmt 2025-12-20 18:11:20 -05:00
Lemmy 425cdecd8d Network/Wifi: check if nmcli is available before attempting to use it + improve the settings. 2025-12-20 18:11:06 -05:00
atheeq-rhxn 47b5d3fa8c feat(i18n): add translations for launcher icon mode setting 2025-12-20 21:34:34 +05:30
atheeq-rhxn 10e4dab037 feat(launcher): add icon mode setting to switch between Tabler and native icons 2025-12-20 21:29:45 +05:30
Ly-sec 9cb6613308 NSettingsIndicator: add default setting indicator (#1080)
N*Widgets: show NSettingsIndicator if settings are not default
2025-12-20 14:55:59 +01:00
atheeq-rhxn c8e301f762 feat(launcher): migrate plugin icons to use Tabler icons 2025-12-20 13:44:25 +05:30
Lemmy c8b76c7b90 Taskbar: new setting to control icon scaling. 2025-12-19 22:56:31 -05:00
Lemmy 2a30e7b5d0 SmartPanel: fixed potential wrong panel position with bar === right 2025-12-19 21:57:10 -05:00
Lemmy 693b4b5b40 Workspace with ShowApps: apply similar logic and fix used in Taskbar. 2025-12-19 21:33:27 -05:00
Lemmy 18b5a83a8e Workspace: Fix right context menu in showApplications mode 2025-12-19 21:05:53 -05:00
Lemmy 23ecf0f139 Bar: some more rounding to improve icons clarity 2025-12-19 20:51:22 -05:00
Lemmy 6186b148eb Toast: reduced left/right margin 2025-12-19 20:06:12 -05:00
Lemmy b4a2c83b22 Merge pull request #1097 from notiant/patch-1
Apply new notification drop shadow to toasts
2025-12-19 20:04:10 -05:00
Lemmy 405b7e4426 NContextMenu: improved comments after investigation 2025-12-19 19:14:32 -05:00
Lemmy 9402655381 PopupContextMenu: fixed popup positionning on wlroots and hyprland 2025-12-19 19:09:52 -05:00
notiant db8a286c5e Apply new notification drop shadow to toasts 2025-12-20 00:05:06 +01:00
Lemmy 6b407f0b9b Revert "Merge pull request #1094 from notiant/patch-3"
This reverts commit 6cd0d392c1, reversing
changes made to 604521abff.
2025-12-19 17:34:04 -05:00
Lemmy 6cd0d392c1 Merge pull request #1094 from notiant/patch-3
Apply new notification drop shadow to toasts
2025-12-19 16:36:17 -05:00