Commit Graph
403 Commits
Author SHA1 Message Date
Ly-sec 73b0dfa0ff Add namespace for Bar & NPanel (noctalia-bar, noctalia-panel) 2025-08-20 14:34:05 +02:00
Ly-sec d3add14ce8 Fix Lockscreen (#121) 2025-08-20 14:27:17 +02:00
Ly-sec e7577ed488 Add IdleInhibitor 2025-08-20 14:22:29 +02:00
Ly-sec bfc2adfca4 Move Font Settings into own category 2025-08-20 13:40:42 +02:00
Ly-sec bb4510bbcd Add font settings, replace some Text with NText 2025-08-20 13:35:49 +02:00
Ly-sec 044da17763 Refactor AppLauncher, fix clipboardhistory, add persistent history (max 50 entries), add advanced math stuff 2025-08-20 13:19:39 +02:00
Ly-sec 7ce8e51fa3 Fix brightness ipc call 2025-08-20 12:42:35 +02:00
quadbyte 170502259e Removed border on bar media display to match the other capsules 2025-08-19 18:41:11 -04:00
Ly-sec 49e0acb377 Fix notification hide issue 2025-08-20 00:12:25 +02:00
Ly-sec c4380ec885 Fixed Hyprland active window 2025-08-19 23:38:33 +02:00
Ly-sec a9fceee62d Another possible hyprland active window fix 2025-08-19 23:18:28 +02:00
Ly-sec 449f565f3f Merge branch 'dev' of https://github.com/noctalia-dev/noctalia-shell into dev 2025-08-19 22:52:19 +02:00
Ly-sec cf75e64eb6 Fix applauncher clipboard & math 2025-08-19 22:52:14 +02:00
quadbyte 1d7b47ee4c Formatting 2025-08-19 13:31:13 -04:00
Ly-sec 0aa17ae18e Fix some toasts and notification position 2025-08-19 15:19:05 +02:00
Ly-sec 40d6595f5d Add label,description for Toast 2025-08-19 14:33:36 +02:00
Ly-sec 8b3945b612 Merge branch 'dev' of https://github.com/noctalia-dev/noctalia-shell into dev 2025-08-19 14:15:52 +02:00
Ly-sec fa1d0aa8b6 Add ToastService, NToast etc 2025-08-19 14:15:46 +02:00
quadbyte ae93951900 Tray: proper fix for hiding the capsule when no apps are in the tray 2025-08-19 08:15:34 -04:00
Ly-sec 1d860da42e Add ToastService, NToast etc 2025-08-19 14:14:00 +02:00
quadbyte 5e62f72361 Merge branch 'main' into dev 2025-08-19 08:04:32 -04:00
quadbyte fdf475cabc Tray capsule hidden if empty + formatting 2025-08-19 08:01:59 -04:00
Ly-sec 7b26ddaa32 Add bar position 2025-08-19 12:52:54 +02:00
quadbyte 1564992442 LockScreen: fix scaling 2025-08-18 23:07:13 -04:00
quadbyte 14ea1f5e66 formatting 2025-08-18 23:06:53 -04:00
quadbyte 5d019d1eac AudioViz: mirrored bars 2025-08-18 21:57:44 -04:00
quadbyte 7d2534644d Settings: using NLabel everywhere 2025-08-18 21:40:23 -04:00
quadbyte ed188ebfda TrayMenu: changed gap to overlap, so we can reach the submenu properly 2025-08-18 21:21:26 -04:00
quadbyte f769443372 TrayMenu, remove new lines from entries 2025-08-18 21:15:16 -04:00
quadbyte ba39d02537 TrayMenu: proper divider 2025-08-18 20:57:33 -04:00
quadbyte 7c191b3de5 Settings ui: better label/description managment via NLabel (wip) 2025-08-18 19:04:05 -04:00
quadbyte 3e55dc3c04 Settings/Display: Scaling per monitor \o/ 2025-08-18 18:24:49 -04:00
quadbyte d6cc5899b9 Minor improvements to UI 2025-08-18 18:24:22 -04:00
quadbyte 764638a329 TrayMenu: if menu entry does not define a text, shows "..." 2025-08-18 16:33:56 -04:00
quadbyte 50cf2ed5e1 Fix bluetooth button colors 2025-08-18 16:12:41 -04:00
quadbyte c5a7dd9d25 Battery: revert test mode 2025-08-18 16:10:53 -04:00
quadbyte 81eff0d234 Reworked the bar display colors/capsule, etc... 2025-08-18 16:10:29 -04:00
quadbyte 7d3dc9c815 Colors cleanup
- removed mOutlineVariant, using mOutline everywhere
- reworked all predefined color schemes (dark mode only, light mode
incoming)
2025-08-18 14:08:58 -04:00
quadbyte b723eccc78 Renamed most font and sizing shorthands properties for easier understanding and maintenance
property real fontSizeXS: 9
  property real fontSizeS: 10
  property real fontSizeM: 11
  property real fontSizeL: 13
  property real fontSizeXL: 16
  property real fontSizeXXL: 18
  property real fontSizeXXXL: 24
2025-08-18 11:12:51 -04:00
quadbyte ddd74c65e4 TrayMenu: less margins 2025-08-18 10:59:33 -04:00
quadbyte 62216873be TrayMenu: proper text warping + reduced each entry height for a more compact look 2025-08-18 10:45:46 -04:00
Ly-sec 20b7872fad More LockScreen NLoader stuff 2025-08-18 16:30:30 +02:00
Ly-sec d688d04b77 Wrap LockScreen in NLoader 2025-08-18 16:26:45 +02:00
quadbyte 622c34a551 Using fontSizeReduced for Tray, PowerMenu and MediaCard player selector 2025-08-18 09:53:24 -04:00
quadbyte f657eaff32 Fixed bar opacity color calculation, was missing the red component 2025-08-18 09:46:40 -04:00
quadbyte ea72d7675e bar: uniformising left section look (border, radius, colors) with workspace 2025-08-18 09:44:11 -04:00
quadbyte 549a7ec6f3 ScreenCorners: follows bar opacity 2025-08-18 09:43:35 -04:00
QuadbyteandGitHub 2706c8ab36 Merge pull request #110 from MichaelThomas0721/dev
Thanks for contributing, merged!
2025-08-18 09:30:43 -04:00
quadbyte 176a997018 Formatting + tray menu bg color back to "surface" 2025-08-18 09:27:05 -04:00
quadbyte 599b484c42 Merge branch 'dev' of github.com:noctalia-dev/noctalia-shell into dev 2025-08-18 09:25:21 -04:00