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
dbf132d633
launcher v2: simplify screen change bindings
2026-03-18 09:27:47 -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
997011e008
fix: missing import in Hyprland service
2026-03-13 13:26:02 -04:00
Nek
0ea10b0ad2
fix(wallpaper): preserve per-monitor cycling when changing interval ( #1981 )
...
(#1816 )
2026-03-13 11:46:14 -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
5a6b52f07f
fix(matugen): use single quotes for zed template paths ( #1972 )
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
bbedward
35913c22f5
fix(idle): ensure timeouts can never be 0
2026-03-11 18:55:44 -04:00
purian23
d7b560573c
fix(settings): Improve error handling for plugin settings loading
2026-03-11 18:55:44 -04:00
bbedward
02a274ebe2
fix(launcher): select first file search result by default fixes #1967
2026-03-11 12:47:39 -04:00
nick-linux8
fc7b61c20b
Issue:(Settings)Switched Neovim Mutagen Theme To Default False ( #1964 )
...
* Issue:(Settings)Switched Neovim Mutagen Theme To Default False
* also set to false in settingsData
- this is the case when file fails to parse
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-03-11 12:44:14 -04:00
bbedward
5880043f56
fix: dsearch references
2026-03-11 12:08:24 -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
bbedward
26c1e62204
fix(dankbar): use ID as tie breaker
2026-03-10 11:48:33 -04:00
CaptainSpof
78c5d46c6b
fix(wallpaper): follow symlinks when scanning wallpaper directory ( #1947 )
2026-03-10 11:05:25 -04:00
micko
227dd24726
update deprecated syntax ( #1928 )
2026-03-10 11:05:00 -04:00
Connor Welsh
a4055e0f01
fix(Calendar): add missing qs.Common import ( #1926 )
...
fixes calendar events getting dropped
2026-03-10 11:05:00 -04:00
Michael Erdely
71d93ad85e
Not everyone uses paru or yay on Arch: Support pacman command ( #1900 )
...
* Not everyone uses paru or yay on Arch: Support pacman command
* Handle sudo properly when using pacman
* Move pacman to bottom per Purian23
* Remote duplicate which -- thanks Purian23!
2026-03-10 11:04:01 -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
Lucas
0a2fe03fee
ipc: update DankBar selection ( #1894 )
...
* ipc: update DankBar selection
* ipc: use getPreferredBar in dash open
* ipc: don't toggle dash on dash open
2026-03-10 11:04:01 -04:00
Triệu Kha
4f4745609b
fix(osd): play/pause icon flipped in MediaPlaybackOSD ( #1889 )
2026-03-10 11:03:23 -04:00
purian23
a69cd515fb
fix(dbar): Fixes autohide + click through edge case
2026-03-10 11:03:23 -04:00
purian23
06c4b97a6b
fix(notifications): Allow duplicate history entry management w/unique IDs & source tracking
2026-03-10 11:03:23 -04:00
purian23
a6cf71a190
fix(notifications): Apply appIdSubs to iconFrImage fallback path - Consistent with the appIcon PR changes in #1880 .
2026-03-10 11:01:34 -04:00
odt
21750156dc
refactor(icons): centralize icon resolution into Paths.resolveIconPath/resolveIconUrl ( #1880 )
...
Supersedes #1878 . Rather than duplicating the moddedAppId + file path
substitution pattern inline across 8 files, this introduces two
centralized functions in Paths.qml:
- resolveIconPath(iconName): for Quickshell.iconPath() callsites,
with DesktopService.resolveIconPath() fallback
- resolveIconUrl(iconName): for image://icon/ URL callsites
All consumer files now use one-line calls. When no substitutions are
configured, moddedAppId() returns the original name unchanged (zero
cost), so this has no impact on users who don't use the feature.
Affected components:
- AppIconRenderer (8 lines → 1)
- NotificationCard, NotificationPopup, HistoryNotificationCard
- DockContextMenu, AppsDockContextMenu
- LauncherContent, LauncherTab (×3)
Co-authored-by: odtgit <odtgit@taliops.com >
2026-03-10 11:00:57 -04:00
supposede
f9b737f543
Update toolbar button styles with primary color ( #1879 )
2026-03-10 10:55:58 -04:00
odt
246b59f3b9
fix(icons): apply file path substitutions in launcher icon resolution ( #1877 )
...
Follow-up to #1867 . The launcher's AppIconRenderer used its own
Quickshell.iconPath() call without going through appIdSubstitutions,
so PWA icons configured via regex file path rules were not resolved
in the app launcher.
Co-authored-by: odtgit <odtgit@taliops.com >
2026-03-10 10:55:53 -04:00
bbedward
dcda81ea64
wallpaper: bump render settle timer
2026-03-01 10:27:10 -05:00
bbedward
9909b665cd
blurred wallpaper: defer update disabling much longer
2026-02-28 15:40:18 -05:00
bbedward
4bcd786be3
wallpaper: defer updatesEnabled binding
2026-02-28 01:10:26 -05:00
Iris
12acf2dd51
Change IsPluggedIn logic ( #1859 )
...
Co-authored-by: Iris <iris@raidev.eu >
2026-02-27 10:12:22 -05:00
Jan Greimann
fea97b4aad
Adjust SystemUpdate process ( #1845 )
...
This fixes the problem that the system update terminal closes when the package manager encounters a problem (exit code != 0), allowing the user to understand the problem.
Signed-off-by: Jan Phillip Greimann <jan.greimann@ionos.com >
2026-02-27 10:12:19 -05:00
Kangheng Liu
c6d398eeac
Systray: call context menu fallback for legacy protocol ( #1839 )
...
* systray: add call contextmenu fallback
directly call dbus contextmenu method. needs refactoring to be more
robust.
* add TODO
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-02-27 10:12:16 -05:00
bbedward
7a74be83d7
greeter: sync power menu options
2026-02-25 14:50:47 -05:00
bbedward
67a6427418
dankdash: fix menu overlays
2026-02-25 14:50:47 -05:00