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

694 Commits

Author SHA1 Message Date
bbedward 414a1ad4d2 Tweak colors a bit 2025-10-02 20:15:20 -04:00
Bruno Cesar Rocha 16055fe96e fix: Plugin settings not loading existing settings (#294)
I notice the plugin settings tab was not loading the
existing plugin settings from the settings file.

It was properly writting to the file, but not reloading
on initialization.

added a loadValue() function so PluginSettings can call when the
pluginService is injected. Added isLoading state flag to prevent
the onItemsChanged from saving back settings when loading is happening.
Added null wise checks for properties that may be not ready yet
when loading.
2025-10-02 14:24:28 -04:00
bbedward 6021815fd3 Fix media player when on right edge 2025-10-02 13:49:53 -04:00
bbedward 8c4aba5479 Center add widget in cc 2025-10-02 13:45:52 -04:00
bbedward a3d30211f6 Fix missing screen info 2025-10-02 12:57:43 -04:00
bbedward 730300d211 de-dupe the pills 2025-10-02 12:48:21 -04:00
bbedward aaca31276b shift clock and date weights in vertical mode 2025-10-02 12:44:21 -04:00
bbedward fb5aa0313e cleanup debug logs, fix center section plugins 2025-10-02 12:24:45 -04:00
bbedward 9b41eecbf1 Fix reactivity, different settings structure, etc, etc. 2025-10-02 12:13:49 -04:00
bbedward ae461b1caf Merge branch 'master' of github.com:bbedward/DankMaterialShell into wip/plugins 2025-10-02 00:22:32 -04:00
bbedward 554ef16e49 moar 2025-10-01 23:37:03 -04:00
bbedward 082321f860 de-dupe env 2025-10-01 22:13:03 -04:00
bbedward df4f7b8c9e Set XDG_SESSION_TYPE in greeter
Always wayland, which is probably fine for our use case. Fixes gnome
2025-10-01 22:10:29 -04:00
bbedward 3f1742f074 lock+greeter: show keyboard layout widget, spacing adjustments 2025-10-01 21:08:55 -04:00
bbedward 4560d5c2d5 Fix overview auto hide bar 2025-10-01 18:16:27 -04:00
bbedward 0ca12d275c Abstract away plugin dev a little more 2025-10-01 17:47:39 -04:00
bbedward df9e834309 Some consistent styling for plugins 2025-10-01 14:04:17 -04:00
bbedward ab1c0bb129 Merge branch 'master' of github.com:bbedward/DankMaterialShell into wip/plugins 2025-10-01 13:38:49 -04:00
bbedward 46e16a6c69 Greetd: Add a greeter 2025-10-01 13:04:48 -04:00
Bruno Cesar Rocha 53983933dc feat: Plugin System (#276)
* feat: Plugin System

* fix: merge conflicts
2025-10-01 11:28:10 -04:00
purian23 09f3ca39a1 feat: Top/Left/Right/Bottom Dock positioning 2025-09-30 21:56:58 -04:00
bbedward 37120776be configurable animation speeds 2025-09-30 17:30:03 -04:00
bbedward acf6e72f35 emacs/vim style navigation everywhere 2025-09-30 16:54:50 -04:00
bbedward 7ac59f7bd0 Revert antialiasing addition 2025-09-30 16:43:04 -04:00
bbedward 6e638cadb7 slightly thinner workspace pills + more forgiving mousearea 2025-09-30 15:49:13 -04:00
bbedward ab0759f441 antialiasing: true on rectangles 2025-09-30 13:28:07 -04:00
bbedward d262c67832 Fix VPN tooltip 2025-09-30 13:06:21 -04:00
bbedward fcb9a2838d Disable VPN icon rotation 2025-09-30 12:59:10 -04:00
bbedward 82d1672741 search field focus only 2025-09-30 12:36:58 -04:00
bbedward 657a8b6094 Per light-mode/dark-mode wallpaper option 2025-09-30 12:29:08 -04:00
bbedward 02c4ac1bc7 fix bar radius 2025-09-30 10:56:18 -04:00
bbedward c529959027 Tie volume OSD to dbus event 2025-09-30 10:11:35 -04:00
bbedward e875d1a5d7 meta: Vertical Bar, Notification Popup Position Options, ++
- CC Color picker widget
- Tooltips in more places
- Attempt to improve niri screen transitiosn
2025-09-30 09:51:18 -04:00
bbedward d280505b9f Merge branch 'master' of github.com:bbedward/DankMaterialShell 2025-09-29 16:50:24 -04:00
bbedward fdd9d0000b Dont do dumb mono font filtering 2025-09-29 16:50:13 -04:00
purian23 74c793eedf fix: Notepad refactor w/Dual displays 2025-09-29 14:38:58 -04:00
purian23 bd8976c620 feat: Docks refactor - Top/Bottom options 2025-09-28 23:55:59 -04:00
purian23 ae9da35af1 fix: Dank Bar per/Display options 2025-09-27 21:52:06 -04:00
bbedward b45837ff5c Tab and backtab keyboard navigation on supported content 2025-09-27 09:08:41 -04:00
Parthiv Seetharaman 3dd9ab8a29 add option to always show dock in overview (#257) 2025-09-27 08:55:21 -04:00
bbedward 5ebd2f6b8e Smaller top bar auto hide mask 2025-09-27 08:53:28 -04:00
purian23 977043ac92 feat: Long Live the DankBar > Top/Bottom positioning 2025-09-26 23:45:19 -04:00
bbedward 99ef447a52 Restore bluetooth audio codec functionality 2025-09-26 12:37:10 -04:00
bbedward c7b4e2c49d wrap shaders in a loader 2025-09-25 23:33:57 -04:00
bbedward 066d1847e4 cc: fixes to edit mode 2025-09-25 21:37:32 -04:00
purian23 3155bf24c1 Revert "refactor: Add Drag & Drop to Control Center"
This reverts commit a207ed74ff.
2025-09-25 20:59:22 -04:00
purian23 92bb5b90aa Merge branch 'master' of github.com:AvengeMedia/DankMaterialShell 2025-09-25 19:32:42 -04:00
purian23 a207ed74ff refactor: Add Drag & Drop to Control Center 2025-09-25 19:29:36 -04:00
bbedward 934f4b2210 ControlCenter styling consistency fixes 2025-09-25 18:19:07 -04:00
bbedward 25565af5f9 Some styling consistencies 2025-09-25 15:57:56 -04:00