1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00
Commit Graph

316 Commits

Author SHA1 Message Date
bbedward 4f59dfc49c namespace tweaks for blur and layer targets 2025-11-03 21:28:40 -05:00
Bruno Cesar Rocha 3abee7f2f5 Consolidate launcher (#615)
* refactor: Consolidate Icon Renderer for launcher

Launcher icons are built on 2 places Spotlight and AppDrawer
This duplicates the maintanance effort, every time something
changes on one place must be replicated on the other.

This commit consolidates the Icon renderer in a shared component.

* refactor: Consolidate Launcher list and grid

List and GRid builders were split in 2 components.

this commit adds separate delegates to be reused as shared components.
2025-11-03 10:58:52 -05:00
bbedward 453079ef1f update stock wallpaper 2025-11-01 13:28:10 -04:00
bbedward 92926331b5 layers: up texture quality 2025-10-31 12:06:02 -04:00
bbedward 7252d1e4d7 polkit: simplify service usage 2025-10-31 11:51:11 -04:00
bbedward 7b26692c8e dwl: support display scales 2025-10-29 13:45:22 -04:00
bbedward a9f8b835ee notepad: use a mask over content area 2025-10-28 12:08:18 -04:00
bbedward 01dad64c6d notepad: fix mousearea width
fixes #569
2025-10-28 11:37:24 -04:00
bbedward ee38f57f6d filebrowser: use NF icons 2025-10-28 11:36:18 -04:00
bbedward b6688adb35 niri: more blur on overview 2025-10-27 17:54:53 -04:00
bbedward 033f96a4b0 vpn: various state management fixes 2025-10-27 14:17:29 -04:00
bbedward f0a1cb6525 icon: fix nerd font path 2025-10-27 11:44:17 -04:00
bbedward db5782783b files: fix more icon map 2025-10-27 11:35:18 -04:00
bbedward 29022e260d file search: fix more icon mappings 2025-10-27 11:32:07 -04:00
bbedward 1e1f58d3ed fix archive map 2025-10-27 11:29:36 -04:00
bbedward cde7427449 file search: add a bunch of nerd icon mappings 2025-10-27 11:27:15 -04:00
bbedward b79c66d59a plugins: fix listview scroll issues
fixes #564
2025-10-27 10:53:29 -04:00
bbedward 79b23ca829 spotlight: danksearch integration (indexed file search) 2025-10-27 09:49:17 -04:00
bbedward 58cae24157 fonts: bundle Inter + FiraCode Nerd
- remove all font dependencies
2025-10-25 17:53:08 -04:00
bbedward 237333941a font: bundle in material symbols rounded 2025-10-25 16:15:15 -04:00
bbedward 1e72733e81 dankdash: add wallpaper selector + IPC targets 2025-10-21 23:15:10 -04:00
bbedward 967b7d05de Revert 2025-10-21 23:13:54 -04:00
purian23 647c358b72 feat: Wallpapers built into the Media Hub
- Thanks @TaylanTatli for the inspiration
2025-10-21 23:09:10 -04:00
Mattias 1feb77aadb chore: Tidy up superfluous whitespace (#503) 2025-10-19 22:35:17 -04:00
purian23 d6b690ae2f feat: Updated DMS Animations
- Based on Material 3 Expressive
- Now features custom timers options
- Thanks to Soramane/Caelestia for converting Google's Material 3 Expressive curves
2025-10-19 21:42:18 -04:00
bbedward 24f5e9a7e6 plugins: add PluginGlobalVar
- Allow syncing vars to all widget instances, like a singleton
2025-10-15 16:08:24 -04:00
bbedward 59d123a4a1 common: dont require id in runCommand helper 2025-10-15 14:53:23 -04:00
bbedward 83564bd03f media: disable layer on morphing blob
- already on the window
2025-10-15 14:38:34 -04:00
bbedward f281513a41 launcher: fix os logo on multi-monitor 2025-10-15 13:22:50 -04:00
Body d1383b5d1b remove screen dimming from dropdown menus (#435) 2025-10-14 23:44:29 -04:00
bbedward 5f95fa5e79 Use proc helper in more places 2025-10-14 16:52:50 -04:00
bbedward 6d0fba1905 localization: wifi password modal strings 2025-10-14 10:57:48 -04:00
bbedward 811daf74ff Fix spacing of night mode + auto wallpaper sections 2025-10-14 10:05:04 -04:00
bbedward d63c0fc6f0 Simplify font picking and elide contents 2025-10-13 14:58:24 -04:00
Body 9b9fbabc3f tweak popout margins for consistency (#399) 2025-10-13 14:17:02 -04:00
bbedward 01a42ff330 Fix key forward targets 2025-10-10 13:51:17 -04:00
bbedward 4ca3f0da67 Fix tab/backtab in launchers 2025-10-10 12:40:02 -04:00
bbedward 3014fd8095 Fractional scaling fixes + bar border settings 2025-10-10 12:25:00 -04:00
bbedward 10b7a0875b Crop CircularImages not fit 2025-10-08 18:16:16 -04:00
bbedward 6103d6196f override cachyos logo 2025-10-08 16:35:49 -04:00
bbedward ed1a5bfded i18n: Add japanese + i18n service 2025-10-08 16:25:06 -04:00
bbedward f71dd1ed54 No DankIcon in notifications 2025-10-08 09:05:33 -04:00
bbedward a741d892a9 Remove MultiEffect opacity 2025-10-07 16:01:05 -04:00
bbedward 5460c20ac3 Localization framework 2025-10-06 16:00:50 -04:00
purian23 223e783bbc Update Notepad theme corner radius to match user settings 2025-10-05 22:43:49 -04:00
purian23 523422cf6c feat: Rebuilt DankColorPicker w/Color Sampling
- Fully custom built ColorDialog
- Replaces previous Wallpaper background color tool
- Requires hyprpicker for color sampling, thanks @Vaxry
2025-10-05 22:18:26 -04:00
purian23 ad44f09421 feat: Display persistent OSD percentage option 2025-10-04 22:02:25 -04:00
bbedward e95d3126b2 Modal/Popout layout alterations 2025-10-03 15:15:44 -04:00
bbedward 2ce9c43b8c disable layer debug opt 2025-10-03 11:21:43 -04:00
bbedward 0fac88e171 namespace for notepad 2025-10-03 08:30:43 -04:00