Commit Graph

5852 Commits

Author SHA1 Message Date
Lemmy 10e1e44e52 Font: ensure we never get a 0pt font size during init 2026-01-02 09:55:58 -05:00
Lemmy 2db000c21a Bar: simplified font size management 2026-01-02 09:38:34 -05:00
Lemmy 153fe538f3 formatting 2026-01-02 09:38:12 -05:00
Lemmy 1a252b30a0 Autoformatting + cleanup 2026-01-02 09:31:28 -05:00
Lemmy f04f908a6d i18n update 2026-01-02 09:28:28 -05:00
Lemmy a0e68dbbb3 Merge pull request #1184 from nahilrasheed/bt-icon
Bluetooth: show connected icon in bar and Control Center
2026-01-02 09:23:24 -05:00
Lemmy 0e10d5b89a Merge pull request #1208 from DanniSec/mediamini
Added mediamini player selection options
2026-01-02 09:22:48 -05:00
Lemmy 524f505b8e Merge pull request #1220 from onelocked/WallpaperPanelHideFilename
Wallpaper Hide Filename improvements
2026-01-02 09:21:03 -05:00
Lemmy 72af71da8a Merge pull request #1222 from DanniSec/bluetooth-clean
Bluetooth clean
2026-01-02 09:19:07 -05:00
Ly-sec d9036aae12 Taskbar: add mousewheel support 2026-01-02 13:51:03 +01:00
Danny 9e922d97f5 Merge branch 'main' into bluetooth-clean 2026-01-02 11:06:54 +01:00
danny e3fef31ba3 Replace inline Bluetooth pairing script with external reusable bash script for improved maintainability and compatibility. Refactor Bluetooth panel/device logic to use adapter-based APIs. 2026-01-02 11:02:46 +01:00
Lemmy 84c1cc3066 ColorPicker: QOL improvements 2026-01-02 02:38:05 -05:00
Lemmy c4f3fc4d1d Overview: added support for dimmed solid color 2026-01-02 02:07:36 -05:00
Lemmy adcbc2a9d5 Wallpaper: ability to set a flat color instead of an image. 2026-01-02 01:41:47 -05:00
Lemmy a4fdf2592a FontWeight: some cleanup 2026-01-02 01:30:52 -05:00
Lemmy 851c43142b Bar: Using Style.barFontSize everywhere to fix bar's text discrepancies as much as possible. Also removing most fontWeight discrepancies. Only keeping bold for workspace numbers/names. 2026-01-02 01:12:50 -05:00
danny ba45c67d93 Add Bluetooth RSSI polling (Experimental) and CLI-based pairing helpers with code cleanup and restructurization for better maintainability
- Introduced Bluetooth RSSI polling using `bluetoothctl` for connected devices with interval configuration.
- Added reusable helpers for CLI-based device pairing and connection.
- Enhanced Bluetooth panel with an opt-in toggle for RSSI polling.
- Updated settings and defaults for RSSI polling configuration.
- Refactored Bluetooth utilities for standardized device handling (icons, deduplication, signal parsing, etc.).
2026-01-02 03:09:16 +01:00
Lemmy 8752f720f6 SystemStatsPanel: smaller rx/tx speed font 2026-01-01 20:21:36 -05:00
onelocked ac62f9e0e6 Translations: for Hide filenames in wallpaper panel 2026-01-02 01:03:43 +00:00
onelocked ec8ee6e6d7 WallpaperPanel: Hide Filenames as a button 2026-01-02 01:03:43 +00:00
Lemmy 277967ae1b Added a simple bash script to export core colorschemes to a registry json 2026-01-01 19:48:31 -05:00
Lemmy e57ead4187 Wallpaper: Lockscreen & MediaCard now respect the wallpaper.enabled flag. 2026-01-01 19:12:26 -05:00
Lemmy 2c5f724953 Background: cleaned up the extra logs 2026-01-01 18:02:19 -05:00
Lemmy e53dd69af9 Wallpaper: trying to figure the transitioning issue 2026-01-01 17:57:42 -05:00
Lemmy 968e67e69e Wallpaper: temp debug log 2026-01-01 17:38:54 -05:00
Lemmy 67b5e0e5f4 default settings 2026-01-01 17:38:42 -05:00
Lemmy 7458c2256b WallpaperSelector: fix assignation 2026-01-01 17:02:06 -05:00
Lemmy 268e4951c3 WallpaperPanel: Caching, Rounded corners and better spacing 2026-01-01 16:44:38 -05:00
Lemmy 38a73057fb Workspace: no point forcing toOdd 2026-01-01 16:43:57 -05:00
Lemmy fd5cac9200 Workspace: slightly smaller text 2026-01-01 16:30:14 -05:00
Lemmy 7b7f9dd9ed SetupWizard: using ImageCacheService and restored rounded corners 2026-01-01 16:20:56 -05:00
Lemmy 873e9e40f8 SetupWizard: fix property access 2026-01-01 15:57:31 -05:00
Lemmy 3ce9967783 Panels: memory/cpu optimizations by moving most stuff to panelContent so its only loaded on demand 2026-01-01 15:51:53 -05:00
Lemmy 6d08004803 Bar: SysMon+Workspace: increase text size to be closer the original look. 2026-01-01 14:21:48 -05:00
Lemmy 3bfa185c54 BatteryPanel: fix potential warning (after resume) 2026-01-01 14:14:53 -05:00
Lemmy 4b3d42aae0 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-01-01 12:31:22 -05:00
Lemmy 715c47ee51 SystemStatPanel: reworked the layout slightly. 2026-01-01 12:31:21 -05:00
Lysec f7d0c99176 Merge pull request #1203 from lonerOrz/downcs
Fix: Clean up failed downloads
2026-01-01 17:52:27 +01:00
Lemmy 7bbb19a28e Merge pull request #1218 from shouya/main
System Monitor: Show load average metrics
2026-01-01 11:45:44 -05:00
Ly-sec ed35df247d SchemeDownloader: use registry.json instead of fetching all themes for preview 2026-01-01 17:36:49 +01:00
Lemmy c210c11624 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-01-01 10:26:10 -05:00
Lemmy 1fcf51eaf0 Toast: ensure all toasts have a title and a description for a more unified look. 2026-01-01 10:26:06 -05:00
Lysec 2c3b385e57 Merge pull request #1214 from singhantariksh/main
fix(flavors): updated flavor.toml for new updated yazi schema compati…
2026-01-01 16:26:05 +01:00
Lemmy 7068275a58 i18n 2026-01-01 10:00:11 -05:00
Lemmy 46b3601d0a Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-01-01 09:58:05 -05:00
Lemmy 081bed3034 PluginSystem+Toast: added toast actiong to go straight to the plugin tab 2026-01-01 09:58:03 -05:00
Lysec fa92c53994 Merge pull request #1216 from iynaix/sessionmenu-single-row
SessionMenu: add single row layout
2026-01-01 15:45:09 +01:00
Lemmy 7ca7c53be8 PluginSystem: skip collision check on update 2026-01-01 09:37:01 -05:00
shouya dbbc5545ab show load average details in popup panel 2026-01-01 19:22:57 +09:00