Merge pull request #1446 from thmoee/feat/hyprtoolkit

feat(theming): add hyprtoolkit support
This commit is contained in:
Lemmy
2026-01-17 20:05:36 -05:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
background = rgba({{colors.background.default.hex_stripped}}ff)
base = rgba({{colors.surface.default.hex_stripped}}ff)
text = rgba({{colors.on_surface.default.hex_stripped}}ff)
alternate_base = rgba({{colors.surface_variant.default.hex_stripped}}ff)
bright_text = rgba({{colors.on_secondary.default.hex_stripped}}ff)
accent = rgba({{colors.primary.default.hex_stripped}}ff)
accent_secondary = rgba({{colors.secondary.default.hex_stripped}}ff)
+11
View File
@@ -332,6 +332,17 @@ Singleton {
],
"postProcess": () => `${colorsApplyScript} hyprland`
},
{
"id": "hyprtoolkit",
"name": "Hyprtoolkit",
"category": "system",
"input": "hyprtoolkit.conf",
"outputs": [
{
"path": "~/.config/hypr/hyprtoolkit.conf"
}
]
},
{
"id": "mango",
"name": "Mango",