Commit graph

534 commits

Author SHA1 Message Date
wackyideas
ddaea90f8c SevenTasks: Fix weird group thumbnails bug under X11 2025-07-05 11:26:50 +02:00
wackyideas
b44425a2e6 Raise default ff blur margin, add KCM configs for the margin 2025-07-05 11:21:00 +02:00
wackyideas
53c14080fa Include option to toggle OSDs opaqueness in AeroGlassBlur 2025-07-04 21:53:37 +02:00
wackyideas
0a155aadf1 Include option to toggle KRunner opaqueness 2025-07-04 21:43:59 +02:00
wackyideas
89029217c6 Rework Firefox blur region rendering in AeroGlassBlur
Hopefully fixes #57
2025-07-04 21:28:43 +02:00
wackyideas
39c7e5615b Add "Clone Panel" button to panel edit mode 2025-07-04 12:06:19 +02:00
wackyideas
ff2e29819f Merge branch 'master' of gitgud.io:wackyideas/aerothemeplasma 2025-07-04 04:10:34 +02:00
wackyideas
7966d98f33 Fix SevenTasks thumbnail sizing on Wayland 2025-07-04 04:08:55 +02:00
wackyideas
656c3c935a Merge branch 'pv_fix' into 'master'
Fix ./pv_conf.sh is not found when installing PlymouthVista

See merge request wackyideas/aerothemeplasma!31
2025-07-03 16:09:02 +02:00
furkrn
495b71b999 Fix ./pv_conf.sh is not found when installing PlymouthVista 2025-07-03 16:00:06 +03:00
wackyideas
85e5830d90 Prevent redundant opaque colorization color calculation 2025-07-03 00:24:40 +02:00
wackyideas
59c294be61 Merge corner glow and reflect render passes into one 2025-07-03 00:17:01 +02:00
wackyideas
344acb791e Fix incorrect symlinking of kwin directory 2025-07-02 20:25:17 +02:00
wackyideas
65c459277b Update AeroGlassBlur default config and force opaque KRunner 2025-07-02 01:49:13 +02:00
wackyideas
6a769e7b39 Bring back extended blur region in colorization KCM 2025-06-28 19:00:40 +02:00
wackyideas
1ea8b58e7f Fix Alt+Tab being incorrectly opaque
- Also fixes Wayland Alt+Tab being treated as inactive
2025-06-28 16:36:03 +02:00
wackyideas
79df909ed1 Tweak panel configuration UI 2025-06-28 12:39:39 +02:00
wackyideas
477403c44a Update INSTALL.md 2025-06-28 09:04:04 +02:00
wackyideas
bfce52b7b9 Replace printf with qDebug in AeroGlassBlur 2025-06-28 08:54:06 +02:00
wackyideas
cc6674aded Improve Alt+Tab switcher on Wayland 2025-06-28 08:42:58 +02:00
wackyideas
77253c32cd Visually update edit mode to improve text legibility
- Also removes animations for the panel plasmoid highlight that appears
in edit mode to improve responsiveness
2025-06-28 08:19:48 +02:00
wackyideas
98af1c4839 Prevent plasmashell desktop and panels from fading 2025-06-28 07:28:48 +02:00
wackyideas
88c9413028 Fix Alt+Tab window being force blurred 2025-06-28 01:41:02 +02:00
wackyideas
2993b560d5 Refactor Alt+Tab switcher, possibly fix Wayland visual glitch 2025-06-28 00:37:23 +02:00
wackyideas
3487bdd269 Update INSTALL.md 2025-06-27 00:43:01 +02:00
wackyideas
6cc06938e6 Update INSTALL.md 2025-06-25 22:10:52 +02:00
wackyideas
61594858ca Fix broken DigitalClockLite KCM pages 2025-06-25 22:02:34 +02:00
wackyideas
f9524303c2 Update INSTALL.md 2025-06-25 16:15:00 +02:00
wackyideas
2724786e34 Combine install.sh and install_ninja.sh scripts
When running compile scripts, you can now pass --ninja to enable Ninja.
This argument also works with the following scripts:
- compile.sh
- install_plasmoids.sh
2025-06-25 15:57:08 +02:00
wackyideas
391d40b7aa Change colorization for OSD popups
As of Plasma 6.4, OSD popups are no longer themable, which reverts ATP's
modifications to them, which makes text look oftentimes illegible.

This addresses the issue by applying the "maximized colorization" to
OSDs, which ensures readable text.
2025-06-25 02:39:20 +02:00
wackyideas
51424ea937 Slightly improve smodglow HiDPI positioning
- Not perfectly aligned with the caption buttons because SMOD
decorations aren't written to support HiDPI yet.
2025-06-24 02:16:52 +02:00
wackyideas
adc956eb78 Update INSTALL.md 2025-06-24 01:43:13 +02:00
wackyideas
82abf0a93c Hopefully fix other HiDPI issues with AeroGlassBlur 2025-06-24 00:17:26 +02:00
wackyideas
25689d38c7 Fix blur texture disobeying display scale 2025-06-23 23:41:42 +02:00
wackyideas
bcd95aea81 Fix maximized blur being opaque at incorrect times
- Blur now takes into account different activities and virtual desktops
- Blur now takes multiple monitors into account, fixing issue
https://gitgud.io/catpswin56/vistathemeplasma/-/issues/9
2025-06-22 14:47:30 +02:00
wackyideas
16866e2148 Fix SevenStart appearing opaque in Wayland 2025-06-21 20:59:19 +02:00
wackyideas
c23f414cb8 Remove Wayland workaround
Seems that Qt.openUrlExternally() no longer crashes the Wayland session,
so the xdg-open workaround can be removed.
2025-06-21 19:04:32 +02:00
wackyideas
a492dc1bb7 Optimize checks for newly installed items 2025-06-21 18:14:18 +02:00
wackyideas
aaf1c26b31 Fix Search view item highlight overlapping labels 2025-06-21 17:03:44 +02:00
wackyideas
bc1dbdbfb4 Merge branch 'master' into 'master'
Add a highlight for new items in SevenStart

See merge request wackyideas/aerothemeplasma!30
2025-06-21 15:40:48 +02:00
catpswin56
957f35854a Add a highlight for new items in SevenStart 2025-06-21 10:32:03 -03:00
wackyideas
74137380c3 Refactor Show Desktop (Win7) 2025-06-21 02:51:00 +02:00
wackyideas
0ffbd0effd AeroGlassBlur: Ensure blur texture is at least 1x1
Credit: https://github.com/taj-ny/kwin-effects-forceblur/pull/174/files
2025-06-21 02:38:07 +02:00
wackyideas
7d89f258a5 Fix Wallpaper KCM appearing as blank window 2025-06-21 01:18:25 +02:00
wackyideas
13f0b6114d Fix SevenTasks metadata.json 2025-06-20 22:41:23 +02:00
wackyideas
0d9e4a5370 Remove unnecessary connections 2025-06-20 22:38:02 +02:00
wackyideas
7cd4581154 Fix Gadgets not resetting page on category switch 2025-06-20 22:26:31 +02:00
wackyideas
bde6315744 Update INSTALL.md 2025-06-20 22:17:14 +02:00
wackyideas
0dbc4910f7 Merge branch 'furkrn-master-patch-26762' into 'master'
Edit INSTALL.md

See merge request wackyideas/aerothemeplasma!29
2025-06-20 22:13:36 +02:00
wackyideas
4945bf6e70 Update README.md 2025-06-20 22:10:39 +02:00