bbedward
9a9e62ccd3
matugen: support newer json format
2025-11-01 11:40:18 -04:00
Massimo Branchini
eca38ae920
base activation for cups capability ( #591 )
...
* base activation for cups capability
* i18n: update source strings from codebase
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 10:55:27 -04:00
bbedward
84e89599bf
widgets: fix right click handling
2025-11-01 10:39:25 -04:00
bbedward
e1cdf4ed50
keyboard/hyprland: sync keyboard layout with event
2025-11-01 10:35:22 -04:00
github-actions[bot]
e4371ea4fc
i18n: update source strings from codebase
2025-11-01 14:23:09 +00:00
bbedward
9c45d13cbf
lock/greeter: don't elide password field
...
fixes #593
2025-11-01 10:22:27 -04:00
bbedward
5f22347d7a
audio: re-create players on default device change
2025-11-01 10:14:30 -04:00
Moraxyc Xu
ca786a3567
nix: replace pkgs.system with pkgs.stdenv.hostPlatform.system ( #599 )
2025-11-01 09:39:03 -04:00
purian23
60ce662d49
Update Copr path directories
2025-10-31 21:31:45 -04:00
github-actions[bot]
4f9b0d8925
i18n: update translations
2025-11-01 01:09:17 +00:00
purian23
9c2fc570e6
feat: Add Fedora Copr Systemd Support
...
- Updated distro filestructure
2025-10-31 21:08:47 -04:00
github-actions[bot]
0ba982b271
i18n: update source strings from codebase
2025-10-31 21:10:22 +00:00
Bruno Cesar Rocha
ff3123e387
feat: allow Launcher plugins to set unicode icons. ( #594 )
...
Launcher plugins can now set `icon: "unicode:🍉 "`
and the symbol is used as the icon.
2025-10-31 17:10:00 -04:00
github-actions[bot]
1548286083
Update VERSION to v0.3.1 (from DMS)
v0.3.1
2025-10-31 20:56:24 +00:00
github-actions[bot]
c018d953b8
i18n: update source strings from codebase
2025-10-31 20:32:22 +00:00
bbedward
cf66d28774
about tab: replace ansi art with logo
2025-10-31 16:31:35 -04:00
bbedward
9cec6fd212
update readme
2025-10-31 13:37:42 -04:00
bbedward
92926331b5
layers: up texture quality
2025-10-31 12:06:02 -04:00
github-actions[bot]
f9932ea222
i18n: update translations
2025-10-31 15:51:55 +00:00
github-actions[bot]
a65d6b7630
i18n: update source strings from codebase
2025-10-31 15:51:46 +00:00
bbedward
7252d1e4d7
polkit: simplify service usage
2025-10-31 11:51:11 -04:00
bbedward
3b5a951431
confirm modal: spacing adjustment
2025-10-31 10:08:18 -04:00
bbedward
0b1c331705
power: resize confirmation modals
2025-10-31 09:58:20 -04:00
github-actions[bot]
3c354b71f5
i18n: update translations
2025-10-31 13:40:55 +00:00
github-actions[bot]
1eb5f381ae
i18n: update source strings from codebase
2025-10-31 13:40:44 +00:00
bbedward
c5efd28781
polkit: support for polkit escalation prompts
2025-10-31 09:40:05 -04:00
github-actions[bot]
53ae8ac917
i18n: update translations
2025-10-31 04:00:52 +00:00
bbedward
505b6368e6
settings: wrap sidebar in flickable
...
fixes #581
2025-10-31 00:00:01 -04:00
bbedward
3c20e9e203
dankdash: show mangowc/sway when on one
2025-10-30 22:07:19 -04:00
github-actions[bot]
43427461f5
i18n: update translations
2025-10-31 01:59:35 +00:00
github-actions[bot]
d7740ff6d2
i18n: update source strings from codebase
2025-10-31 01:59:24 +00:00
bbedward
1fb4eb33aa
dwl: don't always show tag 1
2025-10-30 21:58:26 -04:00
github-actions[bot]
b27f362b44
Update VERSION to v0.3.0 (from DMS)
v0.3.0
2025-10-30 18:11:33 +00:00
bbedward
325e3bc19b
fix duplicated qt6ct sections
2025-10-30 13:53:47 -04:00
bbedward
9215985335
ci: try and fix changelog filter
2025-10-30 13:45:39 -04:00
Mattias
293179daa6
fix: Enable "Show on Last Display" for Notepad Slideout and System Tray ( #590 )
2025-10-30 13:38:57 -04:00
github-actions[bot]
4fe79dbe85
i18n: update source strings from codebase
2025-10-30 17:14:49 +00:00
bbedward
55d738e917
about: fix links
2025-10-30 13:13:29 -04:00
github-actions[bot]
986b07f4a9
i18n: update translations
2025-10-30 17:04:57 +00:00
github-actions[bot]
450c2e91ed
i18n: update source strings from codebase
2025-10-30 17:04:47 +00:00
bbedward
4d06333624
about page: update for mango and sway
2025-10-30 13:04:10 -04:00
Tulip Blossom
fbe4122404
fix(dms-greeter,rpm): greeter user is supplied by sysusers and having manual user on the spec breaks it ( #585 )
...
* fix(dms-greeter,rpm): greeter user is supplied by sysusers and having manual user on the spec breaks it
This makes it so this RPM works fine on fedora 43, the greeter user
should be created and configured by systemd sysusers anyways
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com >
* fix(dms-greeter): use systemd-tmpfiles to set up greeter directories
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com >
* fix(rpm, dms-greeter): require systemd for tmpfiles macro
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com >
---------
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com >
2025-10-30 10:54:37 -04:00
bbedward
baf9b5e6f3
dwl: dont show empty tags
2025-10-30 10:50:35 -04:00
bbedward
c88fc20701
vpn: fix persistence
...
fixes #587
2025-10-30 09:33:50 -04:00
github-actions[bot]
b1078d6c73
i18n: update translations
2025-10-30 13:22:02 +00:00
bbedward
5033d10246
dwl: remove wlr-randr dependency
2025-10-30 09:21:20 -04:00
bbedward
986993a890
Merge branch 'master' of github.com:bbedward/DankMaterialShell
2025-10-29 23:53:43 -04:00
bbedward
19b13a1e81
dwl: tag changes
2025-10-29 23:45:40 -04:00
bbedward
76637fab33
dwl: hide empty tags by default
2025-10-29 23:45:40 -04:00
github-actions[bot]
0a79d9a187
i18n: update translations
2025-10-30 03:39:57 +00:00