Commit Graph
98 Commits
Author SHA1 Message Date
ly-sec f75ff03281 Add Audio Input/Output selector, add (probably) working battery indicator 2025-07-20 09:25:58 +02:00
ly-sec ba93df4a1f Add global holidays to calendar, fix volume mute display 2025-07-19 16:22:10 +02:00
LysecandGitHub f55af1b68b Merge pull request #29 from MrDowntempo/Launch-TUI-apps
Feat: If applications have a runInTerminal flag, attempts to determine the appropriate terminal emulator to launch it with
2025-07-19 16:18:52 +02:00
Corey Woodworth 36c8e996ee Feat: If applications have a runInTerminal flag, attempts to determine the appropriate terminal emulator to launch it with 2025-07-19 07:06:12 -04:00
ly-sec 5cedce8309 Small layout fix 2025-07-19 00:05:17 +02:00
ly-sec 2ada1d4532 Fix record button 2025-07-18 23:43:40 +02:00
ly-sec 5c29a6086a Tiny layout fix 2025-07-18 23:26:29 +02:00
ly-sec 7cdfa5f82b Add Dim Desktop option 2025-07-18 22:47:38 +02:00
ferrreoandGitHub 828f98b58e fix: wifi for dual ssids (#27) 2025-07-18 20:43:42 +01:00
ferrreoandGitHub 17552b7a8b fix: missing hover hands (#26) 2025-07-18 19:03:00 +01:00
ferrreoandGitHub 71e03f91c0 feat: add date + calendar, also tidy up pointers/tooltips
feat: add date + calendar, also tidy up pointers/tooltips
2025-07-18 18:56:18 +01:00
ferrreoandGitHub 9a7435dfac Merge branch 'Ly-sec:main' into main 2025-07-18 18:54:16 +01:00
ferreo 435ecf8d4b feat: add date + calendar, also tidy up pointers/tooltips 2025-07-18 18:53:42 +01:00
ferrreoandGitHub e427c7e31e Merge pull request #24 from ferrreo/main
fix: fix wallpaper double click
2025-07-18 17:19:29 +01:00
ferreo bc1f4a385e fix: fix wallpaper double click 2025-07-18 17:19:04 +01:00
ferrreoandGitHub 247426ce31 Merge pull request #23 from ferrreo/pretty-major-refactors
feat: settings is now json, refactor panels to be able to dismiss by …
2025-07-18 17:12:22 +01:00
ferreo d40709952b fix: fix weirdness 2025-07-18 16:57:11 +01:00
ferreo a498671ef1 feat: settings is now json, refactor panels to be able to dismiss by clicking outside 2025-07-18 15:43:22 +01:00
ly-sec 8a3d610d22 Small fix for System.qml 2025-07-17 17:06:54 +02:00
ly-sec dbb5a9160c NotificationHistory Updates
Add read/unread bell icon
Edit style of the Panel
Small fixes
2025-07-17 16:56:51 +02:00
ly-sec cf26fe52d9 Add notification history (Widets/Notification/NotificationHistory.qml) 2025-07-17 15:49:06 +02:00
ly-sec 0ed7b3fa1c Revert "Add notification history (NotificationHistory.qml)"
This reverts commit e55cbb934b.
2025-07-17 15:05:47 +02:00
ly-sec e55cbb934b Add notification history (NotificationHistory.qml) 2025-07-17 15:04:51 +02:00
ferrreoandGitHub b803b097a5 Merge pull request #21 from ferrreo/fixes-more
fix: fixes more stuff
2025-07-16 21:30:16 +01:00
ferreo 294c496163 fix: fixes more stuff 2025-07-16 21:27:42 +01:00
ly-sec f1cbe61f0d Add fallback description for Applauncher.qml 2025-07-16 18:41:36 +02:00
LysecandGitHub 59b1b29334 Delete Widgets/Sidebar/Config.qml 2025-07-16 14:23:57 +02:00
ly-sec e0c53fd828 Better positioning for CustomTrayMenu and Tooltip 2025-07-16 14:22:57 +02:00
ferrreoandGitHub 4ee23e5ce0 Merge pull request #19 from ferrreo/main
fix: misc fixes
2025-07-16 13:15:10 +01:00
ferrreoandGitHub daf12331c2 Merge branch 'Ly-sec:main' into main 2025-07-16 13:13:15 +01:00
ferreo 1b2b6def73 fix: misc fixes 2025-07-16 13:12:58 +01:00
ly-sec b355efbc98 Revert "Actually fix CustomTrayMenu, fix some positioning"
This reverts commit 739e0854a3.
2025-07-16 14:11:08 +02:00
ly-sec 739e0854a3 Actually fix CustomTrayMenu, fix some positioning 2025-07-16 14:09:30 +02:00
ly-sec fb3b5f5769 Actually fix CustomTrayMenu, fix some positioning 2025-07-16 14:08:29 +02:00
ly-sec e19b6e9a47 Revert "Add tooltips, fix tray menu"
This reverts commit c60c45b32e.
2025-07-16 14:07:20 +02:00
ly-sec c60c45b32e Add tooltips, fix tray menu 2025-07-16 13:56:40 +02:00
ly-sec 32e1160f8f Add tooltips, fix tray menu 2025-07-16 13:56:09 +02:00
ferrreoandGitHub a7fbccaf8b Merge pull request #18 from ferrreo/main
feat: remove the stolen screen space
2025-07-16 12:22:26 +01:00
ferreo f4eef3c7a7 feat: remove the stolen screen space 2025-07-16 12:19:34 +01:00
ferrreoandGitHub e065742352 Merge pull request #17 from ferrreo/fix-icons
fix: fix fallback icon
2025-07-16 11:20:57 +01:00
ferrreoandGitHub aac7dc8e7f Merge pull request #16 from MrDowntempo/Fix-Network-Card-Height
Fix: Corrected Network Card Height
2025-07-16 11:20:08 +01:00
ferreo 9db46e3c9f fix: fix + simplify workspaces 2025-07-16 11:19:44 +01:00
ferreo cd76f0d7ac fix: fix fallback icon 2025-07-16 10:59:25 +01:00
Corey Woodworth 2fddff736e Fix: Set Network Card's height to 80 to match Power Profile's 2025-07-15 23:27:03 -04:00
ferrreoandGitHub 953845d3e0 Merge pull request #15 from ferrreo/workspace-improvements
feat: clickable workspaces, per monitor workspaces, hyprland support
2025-07-15 23:22:23 +01:00
ferreo 67eade1c1f feat: clickable workspaces, per monitor workspaces, hyprland support 2025-07-15 23:18:29 +01:00
ly-sec a9e9dcab18 Possible material symbol fix for Tabs.qml 2025-07-15 23:19:05 +02:00
LysecandGitHub 89cfd521c4 Merge pull request #14 from ferrreo/cava-improvements
fix: tweak cava settings + improve the cava code to be more reliable
2025-07-15 14:09:28 +02:00
ferreo 4dacc2143d fix: tweak cava settings + improve the cava code to be more reliable 2025-07-15 13:05:47 +01:00
ly-sec d6d206ea12 Switch Settings tab based system 2025-07-15 13:35:54 +02:00