Commit Graph
195 Commits
Author SHA1 Message Date
Ly-sec 049dd5d771 Let volume go to 200% with warning color change v1.0.9 2025-08-02 09:38:31 +02:00
Ly-sec 7e52df59bc Several changes, fix messy behaviour for PillIndicator, fix System Settings size, fix logout button v1.0.8 2025-08-01 16:58:54 +02:00
LysecandGitHub 8c2df56fb5 Merge pull request #63 from quadbyte/brightness-conditional
Brightness indicator is not shown if brightness < 0
2025-07-31 23:42:08 +02:00
Sébastien Atoch 1af0a084f8 Brightness indicator is not shown if brightness < 0
+ Tray moved to the very left.
2025-07-31 12:18:18 -04:00
LysecandGitHub c974a0909a Update README.md 2025-07-31 15:57:19 +02:00
Ly-sec e85fafcd80 Edit Workspace colors, make settings panels more uniform, update README.md v1.0.7 2025-07-31 15:51:32 +02:00
LysecandGitHub 9632abc542 Merge pull request #62 from quadbyte/battery-widget-rework
Battery widget rework
2025-07-31 15:01:26 +02:00
Sébastien Atoch c68c361af3 Apply the same logic to other two pills (Brightness and Volume) 2025-07-31 09:00:14 -04:00
Sébastien Atoch d35ed0d7bb Battery widget rework
- Convert the icon to a PillIndicator
- Better looking horizontal battery icons
- PillIndicator now supports conditionnal autoHide
2025-07-31 08:25:32 -04:00
LysecandGitHub f9b42c74f2 Merge pull request #58 from quadbyte/overview-blur
Overview: using MultiEffect blur instead of the FastBlur
2025-07-30 21:56:20 +02:00
Sébastien Atoch c2f34a4c05 Using MultiEffect blurs instead of the fast one 2025-07-30 13:18:24 -04:00
LysecandGitHub f95ffdee71 Merge pull request #46 from JPratama7/main
feat: change icon when charging
2025-07-30 14:23:38 +02:00
LysecandGitHub c97fdb9fda Merge pull request #53 from quadbyte/lockscreen-weather-fix
Lockscreen: fix initial weather fetching
v1.0.6-1
2025-07-30 14:20:49 +02:00
Sébastien Atoch 552bfba168 Merge branch 'main' of github.com:Ly-sec/Noctalia into lockscreen-weather-fix 2025-07-30 08:20:14 -04:00
LysecandGitHub b95d8acd93 Merge pull request #55 from quadbyte/volume-pill-fix
Fix: Volume pill no longer auto activates #54
2025-07-30 14:15:12 +02:00
Sébastien Atoch e0dbae0397 Fix: Volume pill no longer auto activates #54 2025-07-30 08:12:08 -04:00
Ly-sec 3777703501 Fix lockscreen temperature, System Panel, small change in shell.qml v1.0.6 2025-07-30 13:59:08 +02:00
Sébastien Atoch 509e7c98fa Lockscreen: fix initial weather fetching
+ added a little breathing room to the UI at the top
2025-07-30 07:51:41 -04:00
JPratama7 272dafcfe1 Revert "refactor: centralize utility paths in Settings for zigbrightness and zigstat programs" 2025-07-30 14:14:46 +07:00
Jose Chasey PratamaandGitHub cb9cb0f4e5 Merge branch 'Ly-sec:main' into main 2025-07-30 14:09:23 +07:00
LysecandGitHub ad13abdac2 Merge pull request #49 from msdevpt/add-suspend-option
feat: add suspend option in power menu
2025-07-29 22:51:04 +02:00
LysecandGitHub 95187e632f Merge pull request #47 from quadbyte/wallpaper-improvements
Wallpaper improvements
2025-07-29 21:39:01 +02:00
M.Silva 9fa3cbb375 feat: add suspend option in power menu 2025-07-29 17:46:53 +01:00
Sébastien Atoch 035f8ef57f Merge branch 'main' of github.com:Ly-sec/Noctalia into wallpaper-improvements 2025-07-29 10:41:42 -04:00
Sébastien Atoch 11f8006590 Same coloring for the lockscreen 2025-07-29 10:41:04 -04:00
Sébastien Atoch 40f157a0ff Wallpapers without SWWW
- Apply wallpaper to all screen
- Improve the overall look of the "backdrop" overview bg with a slight
coloring
2025-07-29 10:38:33 -04:00
Ly-sec 6d0ad0da5e Fix issue #45 (WiFi) probably v1.0.4 v1.0.5 2025-07-29 15:01:37 +02:00
Ly-sec 9067a68703 Workspace fix (veeeeery sure it is fixed) v1.0.3 2025-07-29 13:37:26 +02:00
JPratama7 e319d0dfd6 refactor: centralize utility paths in Settings for zigbrightness and zigstat programs 2025-07-29 00:18:37 +07:00
JPratama7 bdfab74e1e feat: add charging-specific battery icons to battery status indicator 2025-07-29 00:13:46 +07:00
Ly-sec a15677aadf A few small fixes 2025-07-28 13:17:30 +02:00
LysecandGitHub a36bc33123 Update README.md 2025-07-27 20:30:47 +02:00
LysecandGitHub b3240863cf Update README.md 2025-07-27 20:28:51 +02:00
Ly-sec 3106c7908f Fix Taskbar setting v1.0.2-1 2025-07-27 19:29:17 +02:00
Ly-sec 181b82d42a Change LockScreen v1.0.2 2025-07-27 19:24:01 +02:00
Ly-sec eccbc3d782 Remove Programs folder 2025-07-27 19:08:06 +02:00
Ly-sec 8b54996d9f Add taskbar settings, fix audio IO 2025-07-27 19:06:45 +02:00
LysecandGitHub 5080c648ec Merge pull request #44 from JPratama7/main
feat: Environment variables, taskbar, and IPC enhancements
2025-07-27 18:54:56 +02:00
JPratama7 226e562c54 docs: update IPC commands with notification popup and idle inhibitor toggles 2025-07-27 22:22:07 +07:00
Jose Chasey PratamaandGitHub f47fcaa56a Merge branch 'Ly-sec:main' into main 2025-07-27 22:11:34 +07:00
JPratama7 a9b89e771e feat: add right-click toggle for notification silence mode with icon state 2025-07-27 22:09:39 +07:00
ferrreoandGitHub bb63a4bbf8 Update build-and-release.yml 2025-07-27 14:17:15 +01:00
ferrreoandGitHub 36e4448ad2 Don't bundle binary files in the repo - build as a release step (#43) v1.0.1 v1.0.0 2025-07-27 14:07:33 +01:00
Ly-sec 3beea4f4a6 Possible fix for Hyprland workspaces 2025-07-27 14:30:48 +02:00
Jose Chasey PratamaandGitHub 61df6dde97 Merge branch 'Ly-sec:main' into main 2025-07-27 18:55:55 +07:00
JPratama7 f8db6ba9df feat: add ability to toggle notification popup visibility via IPC 2025-07-27 18:55:13 +07:00
Ly-sec df1e6e6bbe Actually fix workspaces, fix dim panel 2025-07-27 13:53:00 +02:00
JPratama7 ca48eef612 fix: convert to string first before using includes 2025-07-27 18:12:12 +07:00
JPratama7 c74a248e1d feat: add idle inhibitor for ipc 2025-07-27 18:11:48 +07:00
JPratama7 ef1274d42b del: remove fullscrren, move responsibilty to hyprland or niri 2025-07-27 17:47:59 +07:00