Commit Graph
148 Commits
Author SHA1 Message Date
Ly-sec 1bd093db7f WallpaperSelector overhaul: initial commit 2025-09-18 17:55:30 +02:00
Ly-sec 3d9295856c Launcher: add sort by most used option 2025-09-18 16:53:38 +02:00
LemmyCook 6e88118ca9 Calendar: add conditional week number column. New option is in the Location tab of the settings. 2025-09-17 22:32:44 -04:00
LemmyCook 47f72d9498 Location/Clock: Moved use12hourformat and reverseDaymonth from the clock widget settings to the main settings, location tab
- Fix #303
2025-09-17 21:10:51 -04:00
LemmyCook cdca7c1d83 NPanel dimensions & Dimmer: Panels have no margin they are full screen and prevent clicking on the bar until dismissed.
Margins are now included in the rectangle X,Y coordinates calculation

Might sound weird at first but it fixes a lot of inconsistencies/issues
we have had for a long time when a panel was open:
- can't close panel when clicking in a dead zone of the bar.
- hovering an icon on the bar used to make it look like you could
interact with it, but the click would just close the panel and not
actuall y do anything with bar .

I recommend turning back on dimming, as it is now way cooler. Changed
the default to true.
2025-09-16 21:53:11 -04:00
LemmyCook 95d2dbe3fc Optional capsule bg 2025-09-16 09:23:37 -04:00
LemmyCook ac1902c76a Bar: compact mode works pretty well but need some more testing. 2025-09-16 00:39:30 -04:00
Ly-sec 8cb9f04a22 ScreenCorners: add solid black option 2025-09-15 08:28:57 +02:00
Ly-sec fa838ecdb1 Cleaned up ColorSchemeTab, added program checks, added firefox template
Matugen: added firefox (pywalfox) template
SidePanelToggle: use ProgramCheckerService for gpu-screen-recorder
ColorSchemeTab: use NCollapsible for matugen templates, use
ProgramCheckerService to detect available programs (for matugen
templates)
NCollapsible: create collapsible category
2025-09-15 07:44:31 +02:00
Ly-sec 7594651e05 SettingsTabs: use NHeader, move display settings around 2025-09-14 15:50:23 +02:00
LemmyCook de72236fe5 Merge branch 'main' into vertical-bar 2025-09-13 13:06:21 -04:00
LemmyCook 335e38d461 Floating Bar: simplified settings 2025-09-13 10:16:54 -04:00
Ly-sec 4f5acb7114 First iteration of vertical bar 2025-09-13 14:26:20 +02:00
Ly-sec 50d8b54adf Bar: add floating setting 2025-09-13 10:11:57 +02:00
LemmyCook 7d2eaa46e6 qmlfmt: increase line-length to 360 to avoid hard-wrap.
+ cleaned up power menu/panel
2025-09-12 21:07:11 -04:00
Ly-sec ff42244c6d Revert hardcoded font change 2025-09-12 22:20:46 +02:00
Ly-sec be4a69f6e0 Replace hardcoded font with check for default fonts, fall back to
inter/roboto
Settings: use font detection function
GeneralTab: let user know that it uses default fonts and falls back to
inter/roboto
FontService: add proper checks for default fonts (sans & mono)
2025-09-12 22:00:05 +02:00
LemmyCook c5ca758d3e Settings: New Dock tab. 2025-09-11 23:31:40 -04:00
LemmyandGitHub 4afb98cf4c Merge pull request #244 from juvevood/screen-corners-radius
Screen Corners use general radius ratio of settings
2025-09-11 19:17:42 -04:00
LemmyCook 50ddd2916c autoformatting 2025-09-11 11:26:29 -04:00
LemmyCook 83fbb8f95d Clock: factorized many settings in a single combobox 2025-09-11 09:43:52 -04:00
Juve f0733f19dd add a separate configuration item for edge of screen 2025-09-11 10:11:01 +08:00
Ly-sec d91a635781 NightLight: add force activation 2025-09-10 12:34:52 +02:00
LemmyCook 16cea533da Bluetooth: added a button to enable/disable straight from the panel + minor improvements. 2025-09-09 21:23:57 -04:00
LemmyCook ca7684c944 ArchUpdater: permanently removed 2025-09-09 18:10:11 -04:00
LemmyCook b639c3632d autoformatting 2025-09-08 11:51:32 -04:00
LemmyCook 6c93b1b768 Settings: Fix widget settings upgrade on startup, to never overwrite an existing setting with default value. 2025-09-08 10:32:26 -04:00
Ly-sec d05255c15b Notification: show resolved app name instead of id (possibly fixes #230) 2025-09-08 15:38:29 +02:00
LemmyCook 8c115b8bb0 Settings: fixed faulty widget upgrade 2025-09-08 08:59:30 -04:00
LemmyCook 3271fa1d23 Init: better widget upgrading process + less warnings when starting up without config or cache 2025-09-08 08:39:56 -04:00
LemmyCook b43b065cf2 Wallpaper: minor optimizations/simplification 2025-09-08 07:51:01 -04:00
Ly-sec c0900b105b Background: add default wallpaper 2025-09-08 08:46:10 +02:00
Ly-sec b6166a2a7c SystemMonitor: add % support for RAM usage 2025-09-08 08:04:18 +02:00
Ly-sec 38928abab7 Fix first start noctalia settings & color creation 2025-09-08 07:51:49 +02:00
LemmyCook 5a1231a17e Settings: completed migration of old settings on startup 2025-09-07 22:55:28 -04:00
LemmyCook f95c9b76d4 Clock fully migrated to new user settings 2025-09-07 14:40:33 -04:00
LemmyCook fb01392bc3 Settings: cleanup 2025-09-07 14:29:14 -04:00
LemmyCook 498ee478e7 Settings: centralized migration to user settings. wip 2025-09-07 14:28:50 -04:00
Ly-sec d6e253fe7f Replace some double with real 2025-09-07 16:25:11 +02:00
Ly-sec a2ea3c116d NotificationHistory: better display for unread notifications 2025-09-07 15:09:30 +02:00
Ly-sec 2533c52e27 Launcher: add app2unit options (hopefully) 2025-09-06 00:30:47 +02:00
Ly-sec c8a056f332 Notification: add DND option to widget and notification panel as requested in #212 2025-09-05 22:42:40 +02:00
Ly-sec 60950fb461 dock: add opacity slider as requested in #222 2025-09-05 22:36:04 +02:00
LemmyCook 9168eba07b autoformatting 2025-09-04 15:37:12 -04:00
LemmyCook c055690a9b Cleaned up init sequence 2025-09-04 15:27:17 -04:00
LemmyCook e3f50c0ce2 Hotfix: wallpaper was not set on startup. 2025-09-04 15:11:45 -04:00
Ly-sec 37eefe3663 Created Hook system (let's users run commands after specific actions)
NInputAction: create NTextInput with NButton
HooksService: add dark/light mode hook, add wallpaper change hook
HooksTab: create 1 NInputAction for each hook
Wallpaper: add hook functionallity
2025-09-04 17:54:58 +02:00
LemmyCook 7f34ca4122 Custom buttons: WIP implementing custom properties 2025-09-03 19:09:36 -04:00
Ly-sec 40b57c2df0 Weather: change how default city is set 2025-09-03 13:50:16 +02:00
LemmyCook dfd7edc540 Settings: better default folder for wallpapers and videos 2025-09-02 19:55:06 -04:00