Scott McKendry
7b1c542585
feat: lockscreen screen filter ( #2740 )
...
this makes use of the existing getFilteredScreens function to allow
users to specify which displays the lockscreen should appear on. prior
to this change, it was "all" or just one.
2026-07-04 11:04:59 -04:00
Kangheng Liu
52ed719489
fix: add missing vertical anchor for cava/music icon ( #2742 )
2026-07-04 10:58:55 -04:00
bbedward
6e508d416d
core/wayland: fix fatal error handling when the socket becomes
...
unavailable
2026-07-04 10:52:52 -04:00
bbedward
518cc93276
weather: fix location search with han characters
...
fixes #2274
2026-07-04 10:48:08 -04:00
bbedward
8cb4e21716
animations: fix regression eliding button group text caused by recently
...
RTL fixes
fixes #2741
2026-07-04 10:44:02 -04:00
bbedward
19b44b1782
settings: make display config identify only show when interacting
2026-07-04 10:30:24 -04:00
purian23
0509694d78
fix(Notifications): update flexible image caching in DankCircularImage
...
- Fixes #2480
2026-07-04 01:26:56 -04:00
purian23
da44e07cf7
fix(International keyboards): update key mapping w/symbolic & shifted fallback support
...
- Fixes #2497
2026-07-04 01:13:49 -04:00
purian23
b34941e3b8
fix(keybinds): respect niri mod-key when capturing binds
...
Hardens #2224
2026-07-04 00:50:58 -04:00
purian23
c554d973ef
fix(Hover): refactor & update hover tracking w/context menus
...
Fixes #2737
2026-07-04 00:08:58 -04:00
bbedward
2861cc89c6
idle: fix screensaver inhibit interfering with manually triggered
...
inhibitor
2026-07-03 23:27:19 -04:00
bbedward
1c5965f1e4
matugen: fix vscode text legibility on auto-complete menu
...
fixes #2198
2026-07-03 23:18:32 -04:00
bbedward
66d552b3d5
niri: re-work layer-rule to exclude bar for xray instead of using 2
...
rules
2026-07-03 23:13:25 -04:00
bbedward
ebad8e2dda
mango: add specific sorting for widgets using data from mango IPC
...
fixes #649
2026-07-03 23:11:34 -04:00
purian23
8dadf73d52
refactor: (modals/popouts): sync functions & improve blur calculations across modals
2026-07-03 22:20:10 -04:00
bbedward
9f77b3127c
control center: fix brightness icon not showing up if no pinned devices
...
fixes #2488
2026-07-03 21:59:01 -04:00
bbedward
46f8457777
niri: make xdg pictures dir for screenshot, in case it doesnt exist
...
fixes #1577
2026-07-03 21:56:10 -04:00
Huỳnh Thiện Lộc
8465ed4311
feat(plugins): add update all CLI flag and settings updates dialog ( #2682 )
...
* feat(plugins): add update all CLI flag and settings update dialog
* feat(plugins): add comparison diff URL support and update button styling
* feat(plugins): skip system plugins in bulk CLI update
* fix(plugins): remove check shorthand to resolve conflict with config flag
* feat(plugins): inline update dialog, show version tags, restructure buttons
2026-07-03 21:51:39 -04:00
bbedward
6e3e178721
running apps: fix alignment of fallback icons in non-compact mode
...
fixes #1963
fixes #2024
2026-07-03 17:04:45 -04:00
bbedward
27230227ef
tmux: fix new session hint
...
fixes #2556
2026-07-03 16:56:32 -04:00
purian23
7178563c2c
fix(sway): correctly handle Sway named workspaces
...
- Fixes #2531
2026-07-03 16:33:44 -04:00
bbedward
dfe309a543
dock: fix launcher button color override
...
fixes #2530
2026-07-03 16:29:06 -04:00
bbedward
04962ffed1
desktop widgets: fix rounding of system monitor graphs
...
fixes #2356
2026-07-03 15:50:06 -04:00
bbedward
5008406be8
display config: fix monitor names overflowing, add identity overlay to
...
ease configuration
fixes #1398
2026-07-03 15:45:58 -04:00
bbedward
930a36bcfc
animations: add DankColorAnimation helper to properly animate between
...
colors with different alpha values
fixes #2720
2026-07-03 15:36:45 -04:00
bbedward
3253adb6dd
workspace: fix display of named workspace + icon set on vertical bars
...
fixes #2067
2026-07-03 15:21:13 -04:00
purian23
b8fd52e00f
fix(Notifications): update hasNotificationImage logic to support file paths
...
- Fixes #2533
2026-07-03 13:38:21 -04:00
bbedward
8e7126472e
workspaces: fix hardcoded font weight to use configured value
...
fixes #2076
2026-07-03 12:10:45 -04:00
bbedward
61108b7668
i18n: numerous RTL layout fixes across DankDash and Settings
2026-07-03 11:57:09 -04:00
bbedward
09ca37c9fc
workspace: fix occupied color in niri
...
fixes #2538
2026-07-03 11:21:50 -04:00
purian23
a2513e939a
fix(NiriService): enhance column movement functions to focus on specified monitor
...
- Fixes #2498
2026-07-03 00:14:14 -04:00
purian23
a73380b310
fix(PowerMenu): defer keyboard hold actions to key release
...
- Fixes #2489
2026-07-03 00:02:35 -04:00
purian23
69d7c1fb13
fix(WorkspaceSwitcher): color handling w/animation transition
...
- Fixes #2720
2026-07-02 23:50:47 -04:00
bbedward
d1eb655e46
theme: fix accent colors in light mode
...
fixes #2711
2026-07-02 23:38:14 -04:00
purian23
a3ecef7627
fix(PluginBrowser): simplify model binding for filtered plugins
...
- Fixes #2721
2026-07-02 23:01:23 -04:00
bbedward
186621ab81
lock: set LockedHint when locking with loginctl lock integration
...
- was previously read-only
fixes #2732
2026-07-02 22:57:09 -04:00
bbedward
31efe9b385
hyprland: fix named workspaces hiding from widget
...
fixes #2047
2026-07-02 22:49:09 -04:00
purian23
6cdb891551
feat(matugen): add color preview pallette & outline border option theme settings
...
- Closes #1738
2026-07-02 22:45:55 -04:00
bbedward
3bb3da228c
dock: fix context menu overflow
...
fixes #2287
2026-07-02 22:12:02 -04:00
purian23
0c99e4b8d1
refactor(compositor): reduce unnecessary UI updates
...
- Defer updates when window state hasn't actually changed
- Cache frame-blocked state per screen instead of recalculating constantly
- keep popouts cache so reopening them is instant & clean up otherwise
2026-07-02 21:42:20 -04:00
bbedward
8b79d1dad3
notifications: fix blur on popout
...
fixes #2288
2026-07-02 21:32:10 -04:00
bbedward
85fa3326c1
blur: fix blur for goth corners in dankbar
...
fixes #2666
2026-07-02 20:27:42 -04:00
purian23
2fade1a617
fix(notepad): use surfaceVariantText color for line numbers
2026-07-02 17:14:32 -04:00
purian23
597ba597e5
feat(settings): implement greeter & lockscreen customization options
...
- New option to customize your font & wallpaper on the LockScreen
- New floating sync button if missed to explicitly sync on greeter changes
2026-07-02 17:13:18 -04:00
purian23
957020c9ea
fix(nix): support declarative greeter auto-login ( #2734 )
2026-07-02 17:33:10 -03:00
bbedward
ae520620ac
idle: fix idle monitors firing when bar isnt visible + keep awake is
...
active
fixes #2698
2026-07-02 15:51:22 -04:00
bbedward
4c43bed2f8
lock: fix custom lock commands with lock before suspend and hibernate
...
fixes #2326
2026-07-02 15:41:05 -04:00
bbedward
2663bcd96c
lock: add blinking cursor for text input
...
fixes #2316
2026-07-02 15:20:36 -04:00
purian23
e423e17807
fix(greeter): update NixOS declarative configuration
...
- Report NixOS greeter state from `var/lib/dms-greeter`
- Allows `dms greeter status` use
- Prevent imperative greeter changes on module-managed NixOS systems
- Preserve immutable-distro sync policy
- Closes #2728
2026-07-02 15:18:53 -04:00
bbedward
70fa0ec903
dankbar: fix widget registration during visibility changes
...
fixes #1956
2026-07-02 15:07:43 -04:00