bbedward
3c0f2cbc48
i18n: term overhaul
...
- Delete ~160-ish useless terms
- Add context to more terms
- Add a mechanism to duplicate the same terms with different contexts
- sync
2026-07-16 12:15:20 -04:00
bbedward
1ef5371c3b
i18n: cut down new pam terms
2026-07-16 10:36:35 -04:00
purian23
48e36ae146
feat(auth): expand shared PAM support for custom policies
...
- Add support for DMS and System managed factor policies
- Add validated dedicated security-key PAM / U2F Key sources
- Restore U2F OR/AND flows
Related: #2874
Port 1.5
2026-07-16 09:24:12 -04:00
bbedward
bf408f8d00
i18n: cut down terms and sync
...
port 1.5
2026-07-15 11:05:07 -04:00
purian23
b169fe0d77
feat: new PAM auth management & settings in greeter/lockscreen
...
- Introduce external management of greetd PAM
- New functionality to validate and apply custom PAM service paths in lockscreen
Port 1.5
2026-07-15 10:38:06 -04:00
bbedward
729a990fa7
dbar: missing show on overview from search index
...
port 1.5
2026-07-14 16:35:26 -04:00
bbedward
3da19e5c15
launcher: add option to choose spotlight style on niri overview
2026-07-13 16:01:08 -04:00
purian23
e4657aa5f9
feat(dms updater): add support for ignoring specific packages during system updates
...
- Added UI component & popout settings to manage ignored packages
- Added CLI support available in danklinux docs
Fixes : #2827
Closes : #2344 , #1741
Port 1.5
2026-07-13 12:02:13 -04:00
bbedward
ea66b136ba
launcher: don't select pre-filled queries, exclude from memory
...
port 1.5
2026-07-13 10:31:17 -04:00
bbedward
f4f47c0bc5
time: add follow-locale option and squash separate greeter time options
...
port 1.5
2026-07-13 08:53:37 -04:00
Scott McKendry
4bdb7d17b2
fix(settings): battery tab items not in search ( #2794 )
2026-07-10 10:17:51 -04:00
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
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
8e7126472e
workspaces: fix hardcoded font weight to use configured value
...
fixes #2076
2026-07-03 12:10:45 -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
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
bbedward
4c43bed2f8
lock: fix custom lock commands with lock before suspend and hibernate
...
fixes #2326
2026-07-02 15:41:05 -04:00
bbedward
2128e6f14e
compositor/xray: re-add manual bar xray toggle
2026-07-02 10:59:34 -04:00
bbedward
9ff085c46a
niri/xray: make bar xray implicit, add conflict detection for
...
configuration
2026-07-02 10:05:23 -04:00
purian23
57d08f6b3b
refactor(Xray): Update Xray & standalone to frame transitions
...
- Fix dbar autohide with Xray options that could have blocked bar area content
- Fixes #2729
2026-07-01 21:39:47 -04:00
purian23
7964b66827
feat(Xray): Automatic Xray blur effects for Niri & Hyprland layouts
...
- Utilizes include layout within niri configs & hyprland's layout layer rules for lua configs
2026-07-01 16:15:02 -04:00
purian23
aabcef0c9c
refactor(theme): decouple foreground layers dep on blur on/off
2026-06-30 16:57:49 -04:00
bbedward
894efa58a3
theme: large consolidation of colors into Theme.qml, add
...
surfaceContainerLow/Lowest
2026-06-29 15:50:42 -04:00
Huỳnh Thiện Lộc
de3e8cffa0
feat(mpris): allow excluding specific media players by identity ( #2712 )
...
* feat(mpris): allow excluding specific media players by identity
* chore(translation): update settings search index and clean trailing whitespace
2026-06-29 12:01:19 -04:00
purian23
6bee1b2c86
feat(HoverMode): implement hover popout & launcher functionality in all modes
...
- New Hover toggle found in DankBar Settings
- New Hover to Reveal Launcher in FrameTab Settings
2026-06-27 22:47:38 -04:00
Maddison Cohodas
48f6a0c632
feat(bar): separate workspace appearance for unfocused displays ( #2687 )
...
* feat(bar): separate workspace appearance for unfocused displays
Add a toggle in the Workspace Appearance card to style workspace
indicators independently on displays that aren't currently focused.
The card is split into Focused Display and Unfocused Display(s) tabs.
When the new master toggle is off (default), unfocused displays inherit
the focused settings, preserving existing behavior. When on, unfocused
displays use their own colors (focused/occupied/unfocused/urgent) and
focused border (enable, color, thickness).
WorkspaceSwitcher resolves the focused monitor per compositor and routes
color/border resolution through isFocusedMonitor/useUnfocusedAppearance.
* refactor(bar): address review feedback for unfocused workspace appearance
- Consolidate focused-monitor lookup into BarWidgetService.getFocusedScreenName(),
adding Mango support, and drop the duplicate compositor switches in
WorkspaceSwitcher (effectiveScreenName + isFocusedMonitor now use the helper).
- Extract the shared color and border options into reusable
WorkspaceAppearanceColorOptions and WorkspaceAppearanceBorderFields components
so the focused and unfocused tabs no longer duplicate the layout.
- Gate the unfocused-display options on BarWidgetService.focusedScreenDetectionSupported
and show an explanatory note on compositors without focus detection (e.g. labwc),
instead of silently no-opping.
2026-06-26 23:34:24 -04:00
purian23
1e7ee25e13
dms(settings): few misc tweaks
2026-06-25 00:22:19 -04:00
purian23
838d21aae8
feat(DankDash): configurable drag-n-drop tab arrangement & hide options in dms settings
2026-06-24 23:33:35 -04:00
Youseffo13
84f87dd7f3
fix: UI polishes, uptime formatting, and missing i18n strings ( #2686 )
...
* Update CompositorLayoutTab.qml
* add missing i18n strings
* fix context menu overflow and strip uptime prefix
* fix settings index
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-06-23 09:33:29 -04:00
bbedward
bed6622530
settings: fix index/pre-commit
2026-06-22 23:29:47 -04:00
Huỳnh Thiện Lộc
4cbe766cbd
feat(wallpaper): support configurable background color ( #2671 )
...
* feat(wallpaper): support configurable background color
* chore(translations): update settings search index
* revert(wallpaper): keep Pad naming instead of Center
2026-06-21 03:57:08 -04:00
Huỳnh Thiện Lộc
8610b915ec
feat: add option to hide package source badges in launcher ( #2676 )
2026-06-21 03:51:44 -04:00
jbwfu
59fd6db83e
Enhance/clipboard history interactions ( #2668 )
...
* feat(clipboard): add entry context menu
* feat(clipboard): add click to paste option
* feat(clipboard): add optional copy and paste action buttons
* fix(clipboard): default selection and esc behavior
* fix(clipboard): prevent clear and filter overlap
* Update to remove dead kb nav & add escape action on context menu
---------
Co-authored-by: purian23 <purian23@gmail.com >
2026-06-21 03:50:51 -04:00
bbedward
de91b78943
theme/icons: add separate light/dark path, hot-reload, detect external
...
DMS maangedand reset
fixes #608
closes #2674
2026-06-20 15:23:19 -04:00
bbedward
4203148cab
ci: add settings index check to pre-commit
2026-06-18 18:42:33 -04:00
bbedward
9a4cff4e49
settings: fix index conflict on battery tab
2026-06-17 21:30:52 -04:00
purian23
39301c534c
add: DankColorSwatch component & settings sync
2026-06-17 11:38:25 -04:00
jbwfu
85b63219b9
feat(network): add saved WiFi state to settings ( #2648 )
2026-06-16 09:06:29 -04:00
jbwfu
a6ab3bab4c
fix(settings): dedupe search index tab entries ( #2643 )
2026-06-15 16:50:41 -04:00
jbwfu
a098088f03
refactor(settings): split network settings into tabs ( #2633 )
2026-06-15 15:21:02 -04:00
purian23
1c0245f2db
fix(translations): add newline at end of JSON file and output file
2026-06-12 15:06:36 -04:00
purian23
7777e87dc8
refactor(settings): reorg to break out sections and verbiage
2026-06-12 14:57:25 -04:00
bbedward
cd672c341f
settings: add DankSpinner, re-org some settings
2026-06-10 18:53:43 -04:00
purian23
69f3dee25a
feat(settings): add compositor section & restructured settings
...
- add dedicated Compositor pages for comp specifc features
- add Dank Bar Appearance subsection
- improve lazy loading, caching, search routing, & IPC navigation
- standardized responsive Setting categories from global animations
2026-06-07 03:52:00 -04:00
bbedward
d3c23ba737
settings: add missing tabs to index and tweak search scoring
2026-06-05 09:49:49 -04:00
bbedward
2f2d4c9d9b
i18n: remove redundant terms and sync
2026-06-03 10:32:51 -04:00
bbedward
6c6756936b
i18n: sync
2026-05-26 11:09:06 -04:00
purian23
d9525908f1
refactor(Notifications): further support for duplicate notification logic
...
- New setting to stack or suppress identical alerts (on by default)
Closes #2334
2026-05-24 22:22:34 -04:00
purian23
fb9ec8e721
feat: (Launcher/Spotlight): Updated w/New Settings & QOL features
...
- New Spotlight toggle to show/hide chips, off by default
- Updated blur effects on all launcher inputs and footers
- Fixed previous queries resurfacing
- Upated Spotlight keyboard navigation
- Added functionality to show and shortcut to keybinds from the Launcher tab
2026-05-21 01:05:56 -04:00