bbedward
1b33079e39
missing import
2026-04-22 11:28:20 -04:00
bbedward
69fca14611
audio: defensive checks on PwNode objects
2026-04-22 11:11:48 -04:00
Walid Salah
97bf83cce6
Make focused app widget only show focused app on the current screen ( #2152 )
2026-04-22 11:10:34 -04:00
bbedward
faf1a277d2
workspace: fix mouse area to edges
...
fixes #2108
2026-04-22 11:10:22 -04:00
Graeme Foster
60515736e6
fix(osd): coerce optional chain to bool in VolumeOSD enabled bindings ( #2101 )
...
Fixes #2100
2026-04-22 11:09:56 -04:00
bbedward
4e14cf5cce
add notification card inset
2026-04-22 10:58:11 -04:00
bbedward
a644c93b1b
fix blur port and warnings
2026-04-22 10:53:46 -04:00
bbedward
0a97df6d49
launcher: some polishes for blur
2026-04-22 10:40:57 -04:00
bbedward
352ba77677
blur: stylize control center for blur mode
2026-04-22 10:39:56 -04:00
bbedward
8d262a9555
blur: add blur support with ext-bg-effect
2026-04-22 10:38:04 -04:00
purian23
519a8357a1
fix(lock/greeter): sync auth files with master
2026-03-26 11:37:17 -04:00
purian23
799773c62b
refactor: Remove faillock support and related properties from settings
2026-03-26 10:55:32 -04:00
purian23
247a674c79
fix(pam): Update config selection logic for PAM context
2026-03-26 10:55:05 -04:00
purian23
72b598057c
fix(lock): Restore system PAM fallback, faillock support, and auth feedback
...
- Re-add loginConfigWatcher so installs can still fall through to
/etc/pam.d instead of the bundled PAM assets
- Add login-faillock bundled PAM asset at runtime. Use it as the bundled fallback when dankshell config is absent
- Fix invalid bare property writes (u2fPending, u2fState, unlockInProgress,
state) in Pam.qml
- Improve lockscreen auth feedback
2026-03-26 10:51:45 -04:00
Patrick Fischer
8180e30e8e
fix: restore lock screen U2F/fingerprint auth to working state ( #2052 )
...
* fix: restore lock screen U2F/fingerprint auth to working state
* fix(pam): Keep SettingsData as single source of truth for auth availability
- Restores SettingsData for fingerprint/U2F, keeping lock screen and New Greeter Settings UI in sync
---------
Co-authored-by: purian23 <purian23@gmail.com >
2026-03-26 10:48:10 -04:00
purian23
dd9851b4f0
fix(Dock): Replace hardcoded max height mask in vertical mode
2026-03-26 10:41:02 -04:00
bbedward
a1f9b98727
wallpaper: updatesEnabled set on screen changes
2026-03-24 10:45:37 -04:00
purian23
1f64bb8031
notifications(Settings): Update notifs popout settings overflow
2026-03-20 19:59:45 -04:00
Dimariqe
bff83fe563
fix: redraw wallpaper after DMS lock screen is dismissed ( #2037 )
...
After unlocking the screen (startup lock or wake from sleep), the desktop
showed Hyprland's background color instead of the wallpaper.
WallpaperBackground disables QML updates via updatesEnabled after a 1-second
settle timer. While WlSessionLock is active, Hyprland does not composite the
background layer, so when the lock is released it needs a fresh Wayland buffer
— but none is committed because the render loop is already paused.
The previous attempt used SessionService.sessionUnlocked, which is unreliable
for the startup lock case: DMSService is not yet connected when lock() is
called at startup, so notifyLoginctl is a no-op and the loginctl state never
transitions, meaning sessionUnlocked never fires.
Fix by tracking the shell lock state directly from Lock.qml's shouldLock via
a new IdleService.isShellLocked property. WallpaperBackground watches this and
re-enables rendering for 1 second on unlock, ensuring a fresh buffer is
committed to Wayland before the compositor resumes displaying the layer.
2026-03-20 09:36:31 -04:00
bbedward
cbf00d133a
wallpaper: tweak binding again for updatesEnabled
2026-03-20 09:25:04 -04:00
purian23
347f06b758
refactor(Notepad): Streamline hide behavior & auto-save function
2026-03-19 21:42:19 -04:00
bbedward
9070903512
cleanup settings tabs
2026-03-19 20:02:46 -04:00
purian23
e9d030f6d8
(greeter): Revise dir perms and add validations
2026-03-19 19:56:18 -04:00
bbedward
fbf9e6d1b9
greeter: remove variable assignments
2026-03-19 19:55:47 -04:00
nick-linux8
9a64f2acf0
Fix(Greeter): Fixes #1992 Changed Greetd logic to include registryThemeVariants to pull in accent color ( #2000 )
2026-03-19 19:55:40 -04:00
purian23
720ec07d13
(greeter): Trial fix for 30s auth delay & wireplumber state dir
2026-03-19 19:55:31 -04:00
purian23
b69a96e80b
fix(greeter): add wireplumber state directory & update U2F env variables
2026-03-19 19:55:23 -04:00
purian23
1e6a73fd60
greeter(auth): Enhance fingerprint/U2F auth support w/Quickshell PAM
...
- Split auth capability state by lock screen and greeter
- Share detection between settings UI and lock runtime
- Broaden greeter PAM include detection across supported distros
2026-03-19 19:55:18 -04:00
purian23
9e079f8a4b
fix(greeter): Dup crash handlers
2026-03-19 19:53:54 -04:00
purian23
62c2e858ef
(settings): Enhance authentication checks in Greeter & LockScreen tabs
2026-03-19 19:53:49 -04:00
purian23
78357d45bb
fix(greeter): Allow empty password submits to reach PAM
2026-03-19 19:53:12 -04:00
purian23
3ff9564c9b
(greeter): PAM auth improvements and defaults update
2026-03-19 19:53:09 -04:00
purian23
b0989cecad
fix(Greeter): Multi-distro reliability updates
...
- Merge duplicate niri input/output KDL nodes instead of appending. Allows more overrides
- Guard AppArmor install/uninstall behind IsAppArmorEnabled() check
2026-03-19 19:53:04 -04:00
purian23
31b415b086
feat(Greeter): Add install/uninstall/activate cli commands & new UI opts
...
- AppArmor profile management
- Introduced `dms greeter uninstall` command to remove DMS greeter configuration and restore previous display manager.
- Implemented AppArmor profile installation and uninstallation for enhanced security.
2026-03-19 19:52:57 -04:00
purian23
c72c9bfb08
greeter: New Greeter Settings UI & Sync fixes
...
- Add PAM Auth via GUI
- Added new sync flags
- Refactored cache directory management & many others
- Fix for wireplumber permissions
- Fix for polkit auth w/icon
- Add pam_fprintd timeout=5 to prevent 30s auth blocks when using password
2026-03-19 19:52:48 -04:00
purian23
73c75fcc2c
refactor(greeter): Update auth flows and add configurable opts
...
- Finally fix debug info logs before dms greeter loads
- prevent greeter/lockscreen auth stalls with timeout recovery and unlock-state sync
2026-03-19 19:50:58 -04:00
bbedward
2ff42eba41
greeter: sync power menu options
2026-03-19 19:49:26 -04:00
purian23
9f13465cd7
feat: Add independent power action confirmation settings for dms greeter
2026-03-19 19:49:23 -04:00
bbedward
31aeb8dc4b
wallpaper: fixes for updatesEnable handling
2026-03-19 14:24:01 -04:00
bbedward
c4e7f3d62f
workspaces: ignore X scroll events
...
fixes #2029
2026-03-19 13:22:07 -04:00
bbedward
59451890f1
popout: fix focusing of password prompts when popout is open
...
undesired effect of closing the popout but its probably the best solution
2026-03-16 11:37:21 -04:00
bbedward
e633c9e039
focused app: fallback to app name if no title in compact mode fixes #2005
2026-03-16 11:37:15 -04:00
bbedward
6c1fff2df1
cc: fix invalid number displays on percentages fixes #2010
2026-03-16 11:37:10 -04:00
bbedward
3891d125d1
dankbar: guard against nil screen names
2026-03-16 11:35:11 -04:00
bbedward
4ae334f60f
settings: allow custom json to render all theme options
2026-03-13 11:44:05 -04:00
bbedward
86c0064ff9
fix(settings): fix animation speed binding in notifications tab fixes #1974
2026-03-12 11:45:36 -04:00
Adarsh219
5aaa56853f
feat: Add Zed editor theming support ( #1954 )
...
* feat: Add Zed editor theming support
* fix formatting and switch to CONFIG_DIR
2026-03-12 11:45:31 -04:00
Triệu Kha
fee3b7f2a7
fix(appdrawer): launcher launched via appdrawer doesnt respect size ( #1960 )
...
setting
2026-03-11 10:56:21 -04:00
bbedward
c0b0339fca
plugins: fix list delegates
2026-03-11 09:58:24 -04:00
Triệu Kha
4ec21fcd3d
fix(dock): Dock flickering when having cursor floating by the side ( #1897 )
2026-03-10 11:04:01 -04:00