mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #1446 from thmoee/feat/hyprtoolkit
feat(theming): add hyprtoolkit support
This commit is contained in:
@@ -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)
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user