nebu
a56066bac1
Hyprkeybind: minor fixes ( #660 )
...
* HyperKeybindsModal: size to screen
* HyperKeybindsModal: close on Esc
2025-11-08 00:42:09 -05:00
bbedward
8a96f71d10
matugen: remove surface shifting option entirely
2025-11-07 23:52:33 -05:00
bbedward
20a684e8f5
settings: fix time & weather settings
...
- broke after recent refactor
2025-11-07 23:29:02 -05:00
bbedward
c8fcf50095
ignore compositor scales when QT DPI is overwritten
2025-11-07 20:07:48 -05:00
bbedward
58b637bcca
dock: add margin option
...
fixes #658
2025-11-07 16:37:41 -05:00
Bruno Cesar Rocha
86caf92c90
fix: Matugen relative paths ( #656 )
...
* fix: Matugen relative paths
The Problem
All matugen config files (matugen/configs/*.toml) used relative paths like:
input_path = './matugen/templates/gtk-colors.css'
However, matugen was interpreting the relative paths ./matugen/templates/ as relative to its current execution context (which could be /tmp or another directory), not relative to $SHELL_DIR. This caused the "template doesn't exist" warnings and the "Failed to get input and output paths from hashmap" errors.
The Fix
Modified scripts/matugen-worker.sh to replace all relative template paths with absolute paths before passing them to matugen:
`sed "s|input_path = '\./matugen/templates/|input_path = '$SHELL_DIR/matugen/templates/|g"`
* matugen: leave user-templates as-is
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2025-11-07 13:58:19 -05:00
bbedward
35ead280d5
rendering: improve rendering of popouts and modals
2025-11-07 12:35:15 -05:00
bbedward
5d6c3e364d
matugen: fix vibrant scheme
2025-11-07 09:50:22 -05:00
Massimo Branchini
f006175829
Small improvement: handled expansion content in case of missing print server or printers ( #655 )
2025-11-07 08:46:27 -05:00
Rishi Vora
3e0f325734
update flake.lock ( #652 )
2025-11-07 08:43:01 -05:00
bbedward
f8d383cff0
silent pre-commit hook
2025-11-06 23:19:10 -05:00
purian23
f2ec3ae755
fix: Update fully charged battery logic
2025-11-06 21:23:36 -05:00
bbedward
f95e4e016b
fedora: restart on USR1 instead of HUP
2025-11-06 20:27:32 -05:00
bbedward
898e9e67d0
logo: use nerd fonts for some distros
2025-11-06 18:48:09 -05:00
bbedward
15983921b0
dankbar: allow overriding goth radius
...
fixes #648
2025-11-06 17:20:18 -05:00
bbedward
65c2077e30
meta: add disable hot reload option
2025-11-06 16:03:11 -05:00
Aleksandr Lebedev
946a28d3be
Fix: missing system logo and app icons on Guix System ( #616 )
...
* Fix for Guix logo not being shown
* Fixed icons not being shown in Workspace Switcher. Also added a DesktopService with a function to get the icon path
* Fixed some icons not being shown + Icons in app drawer
* Fixed icons not appearing in Spotlight
* Adapted missing icons in app launcher/spotlight
* Removed (now) useless change
2025-11-06 12:51:22 -05:00
bbedward
69accb5319
Merge branch 'master' of github.com:bbedward/DankMaterialShell
2025-11-06 12:37:42 -05:00
bbedward
4ddcf4391a
i18n: move translation checking to pre-commit hook
2025-11-06 12:37:26 -05:00
Aleksandr Lebedev
a0d886009a
Someone forgot to rename function calls ( #645 )
2025-11-06 12:13:09 -05:00
github-actions[bot]
91c37aaa96
i18n: update translations
2025-11-06 15:26:57 +00:00
Moraxyc Xu
7602247558
nix: restart service on dms update ( #636 )
2025-11-06 10:26:27 -05:00
github-actions[bot]
d5a4035bef
Update VERSION to v0.4.1 (from DMS)
v0.4.1
2025-11-06 15:19:12 +00:00
bbedward
d9652c7334
brightness: allow overriding exponent
2025-11-06 09:30:47 -05:00
github-actions[bot]
9b4fd7449b
i18n: update translations
2025-11-06 13:11:46 +00:00
Massimo Branchini
bc6b568f7e
cups plugin: small fix - change state update ( #637 )
...
* change state update
* i18n: update source strings from codebase
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-06 08:11:18 -05:00
purian23
c9ee856f91
Remove Systemd pre.targets
2025-11-05 23:36:14 -05:00
github-actions[bot]
2355c898f8
Update VERSION to v0.4.0 (from DMS)
v0.4.0
2025-11-06 03:13:08 +00:00
bbedward
87d0aed4ad
settings: fix plugin settings not being created
2025-11-05 21:09:14 -05:00
github-actions[bot]
3cbc547e0f
i18n: update source strings from codebase
2025-11-05 23:11:26 +00:00
bbedward
e883ebe307
cups: only subscribe to cups, if widget is present
2025-11-05 18:10:54 -05:00
purian23
20d797320a
Link greeter docs
2025-11-05 18:10:21 -05:00
github-actions[bot]
bc3e043192
i18n: update translations
2025-11-05 21:16:05 +00:00
github-actions[bot]
c0555aa608
i18n: update source strings from codebase
2025-11-05 21:15:53 +00:00
bbedward
e75b47c21a
cups: sync with API changes
2025-11-05 16:15:11 -05:00
Massimo Branchini
3702f493f6
CUPS cc integrated widget and service ( #632 )
...
* CUPS cc integrated widget and service
* i18n: update source strings from codebase
2025-11-05 16:04:54 -05:00
github-actions[bot]
80d88d4d8f
i18n: update source strings from codebase
2025-11-05 18:57:30 +00:00
claymorwan
95c711ce7e
feat: layer namespaces ( #635 )
2025-11-05 13:56:56 -05:00
bbedward
0ee89920fd
cc: fix ccWidgetExpanded signal
...
fixes #633
2025-11-05 12:26:49 -05:00
bbedward
fd49a171c0
errors: generally, handle errors more gracefully with toasts
2025-11-05 12:22:02 -05:00
bbedward
16ad5221eb
matugen: update for new dank16 usage
2025-11-05 10:47:40 -05:00
bbedward
8167c432b8
brightness: rename logarithmic to exponential
2025-11-05 10:18:19 -05:00
bbedward
ae5d6c1ba4
brightness: optimistically update OSDs, works better
2025-11-05 10:00:42 -05:00
bbedward
1e6c80bd03
workspace: tweak animations slightly
2025-11-05 09:32:50 -05:00
bbedward
d48cd1acdd
brightness: remember max val
2025-11-05 09:28:00 -05:00
github-actions[bot]
a5f92165fb
i18n: update translations
2025-11-05 14:24:02 +00:00
bbedward
d834124a71
ddc use raw values not percent
2025-11-05 09:23:14 -05:00
purian23
ce6f3afb39
Remove conflicting dms-cli
2025-11-05 01:16:07 -05:00
purian23
f5462fa1bf
Prep global dms greeter sync
2025-11-05 00:29:38 -05:00
bbedward
f75e23158a
cc: fix settings usage
2025-11-04 23:25:33 -05:00