Commit Graph

309 Commits

Author SHA1 Message Date
Ly-sec 69d84752f3 Fix notification and other small fixes 2025-08-05 20:15:11 +02:00
Lysec 3eb84de04c Update README.md v1.1.1 2025-08-05 19:07:48 +02:00
Ly-sec fb68300746 Settings rework... 2025-08-05 17:41:08 +02:00
Lysec 46f4e56fad Update README.md 2025-08-05 13:18:33 +02:00
Lysec df511f0989 Delete .github/DISCUSSION_TEMPLATE directory 2025-08-05 13:14:24 +02:00
Lysec 2f8fc4d7e5 Delete .github/ISSUE_TEMPLATE directory 2025-08-05 13:14:17 +02:00
Lysec 62800d928b Merge pull request #84 from quadbyte/taskbar-fixes
Taskbar fixes + misc
2025-08-05 11:30:38 +02:00
Quadbyte 9857ef583c Taskbar improvements
- Fix broken tooltip and truncate them if too long
- Fix SystemInfo width which can lead to blurry image in the taskbar
2025-08-04 21:33:25 -04:00
Quadbyte 34fec629e7 qt6-5compat is no longer required 2025-08-04 21:26:51 -04:00
Lysec 7c2adad30e Update README.md 2025-08-05 02:25:30 +02:00
Lysec ee70fc6a1e Update issue templates 2025-08-04 23:30:25 +02:00
Ly-sec 8cdd97235d Add feature_request.yml for Feature Reqeusts Templates 2025-08-04 23:22:04 +02:00
Ly-sec 4e564ac774 Add feature_request.yml for Feature Reqeusts Templates 2025-08-04 23:16:01 +02:00
Ly-sec 1e7f72e095 Add feature_request.yml for Feature Reqeusts Templates 2025-08-04 23:11:21 +02:00
Ly-sec 97ee13d7b5 Add media player selector 2025-08-04 22:36:54 +02:00
Lysec 14274f0aac Merge pull request #82 from quadbyte/ui-improvements
UI improvements
2025-08-04 12:33:16 +02:00
Sébastien Atoch 8bb7bbda14 Avatar: Back to Image instead of IconImage due to a rendering bug
- Took many screenshots and compared them in GIMP and it's true,
IconImage is a not as sharp as Image.

Bug was already reported on Quickshell github
https://github.com/quickshell-mirror/quickshell/issues/128
2025-08-03 22:55:59 -04:00
Sébastien Atoch 5e2ad9dec6 Border radius uniformisation
We had a lot of radius 20, 22 and 24 which led to design
inconsistencies.  Set them all to 20.
2025-08-03 22:52:59 -04:00
Sébastien Atoch 01be1f0bda Bar/Volume tooltip: reworded so it's not that big 2025-08-03 22:51:37 -04:00
Sébastien Atoch 7639900f38 Bar/Battery: improved tooltip and handle negative charging rate
- Also slightly tweaked StyledTooltip minimum size to avoid
inconsistencies (Tooltip with a single line looked like pills instead of
rounded rectangles)
2025-08-03 22:51:01 -04:00
Quadbyte de94d94265 Wallpaper refining (#81)
* Wallpaper refining

- Swww: allow all images formats supported by Swww but only show the one
we can render in the panel
- Fix: timer should be restarted when selecting a wallpaper
- Fix: avoid recomputing selected thumbnail by altering the border width
- Removed LazyLoader as it was not helping

* Wallpapers changes

- revert: maintaining a single list all wallpapers, support only basic
images format.
- settings: reordered wallpapers settings and made the Swww settings
conditionals to activating the useSWWW toggle

* Fix broken avatar display in Panel, Settings and LockScreen

---------

Co-authored-by: Sébastien Atoch <sebastien@atracktiv.com>
2025-08-03 20:37:13 +01:00
Lysec e71fecb521 Merge pull request #80 from leiserfg/remove-qt5-dep
Remove qt5.comp dep
2025-08-03 19:38:41 +02:00
leiserfg c4ed39e6a9 Merge branch 'main' into remove-qt5-dep 2025-08-03 19:37:45 +02:00
Ly-sec bb8b552e36 Fix tray submenus 2025-08-03 18:23:55 +02:00
Lysec 3ae0825fb5 Merge pull request #77 from JPratama7/main
fix: exisiting support network
2025-08-03 18:20:52 +02:00
leiserfg 316a5e2f44 Remove qt5-compat 2025-08-03 18:09:24 +02:00
Ly-sec 9fce72f054 Edit WifiPanel.qml 2025-08-03 18:08:48 +02:00
Jose Chasey Pratama 70c0debe99 Merge branch 'Ly-sec:main' into main 2025-08-03 22:34:49 +07:00
ferrreo 82935d9236 Fix :void as it is not valid QML 2025-08-03 16:24:27 +01:00
ferrreo e2908c88e0 Fix wallpaper filetypes being incorrect for swww 2025-08-03 16:21:52 +01:00
ferrreo 9d4993f39c fix: multimonitor brightness 2025-08-03 16:14:09 +01:00
Quadbyte 186fb315dc WallPaperPanel/Selector: added LazyLoader and a smooth animation to reveal images once loaded (#78)
Co-authored-by: Sébastien Atoch <sebastien@atracktiv.com>
2025-08-03 16:12:07 +01:00
JPratama7 a2b4f4b6b6 feat: remove quickshell prefix for profilename 2025-08-03 22:09:08 +07:00
JPratama7 90e3deb589 refactor: optimize wifi network lookup by using map instead of array iteration, change cli command for connect 2025-08-03 21:28:15 +07:00
JPratama7 3cf3474957 style: format code with consistent indentation and object literals 2025-08-03 21:28:15 +07:00
Jose Chasey Pratama 59d7d6292a Merge branch 'Ly-sec:main' into main 2025-08-03 21:10:18 +07:00
Lysec 1175ebd485 Merge pull request #73 from quadbyte/image-resizing
Improve images resizing quality accross the board
2025-08-03 15:15:24 +02:00
Sébastien Atoch ced3adcead Bring back the sourceSize on wallpaper - got removed by mistake 2025-08-03 09:14:45 -04:00
Sébastien Atoch 2f14dba144 Replaced Image {} per IconImage {} where applicable 2025-08-03 08:49:03 -04:00
JPratama7 9347fd006d refactor: remove debug logging and reset network state after wifi scan 2025-08-03 19:43:52 +07:00
JPratama7 5ad7d731c0 feat: improve wifi connection handling with existing network detection and action panel 2025-08-03 19:40:05 +07:00
JPratama7 fbea11ee9c feat: add on refresh while still connecting 2025-08-03 19:40:04 +07:00
Jose Chasey Pratama 061c9945db Merge branch 'Ly-sec:main' into main 2025-08-03 19:34:42 +07:00
Lysec 317bb538b5 Merge pull request #76 from Ly-sec/revert-74-workspaces
Revert "Remove qt5-compat"
2025-08-03 12:59:24 +02:00
Lysec 7fe8005cbe Revert "Remove qt5-compat" 2025-08-03 12:59:13 +02:00
Lysec 615dfa6621 Merge pull request #74 from leiserfg/workspaces
Remove qt5-compat
2025-08-03 12:58:03 +02:00
leiserfg 9b87e1eef6 Remove qt5-compat 2025-08-03 12:26:36 +02:00
Sébastien Atoch e2d02afc9a Bring back the .min().
May save a few bytes with extremely small source images. Not sure why
one would want to display tiny wallpapers, but you never know.
2025-08-02 22:34:21 -04:00
Sébastien Atoch 5f97b4217a Limit memory usage on wallpapers grid. for now 2025-08-02 22:26:32 -04:00
Sébastien Atoch 260c74b3e0 Improve images resizing quality accross the board
- Using mipmap: true and smooth: true for images that are downscaled
(avatar, icons, ...)
- Using mipmap: false and smooth: true for images that are potentially
upscaled (background, overview, ...)
2025-08-02 21:04:26 -04:00