add matugen config for hyprland auto-theming
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
[config]
|
||||||
|
|
||||||
|
[templates.hyprland]
|
||||||
|
input_path = '~/.config/matugen/hyprland-colors.conf'
|
||||||
|
output_path = '~/.config/hypr/hypr-colors.conf'
|
||||||
|
post_hook = 'hyprctl reload'
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<* for name, value in colors *>
|
||||||
|
$image = {{image}}
|
||||||
|
${{name}} = rgba({{value.default.hex_stripped}}ff)
|
||||||
|
<* endfor *>
|
||||||
@@ -36,6 +36,11 @@ in
|
|||||||
outOfStoreSymlink = true;
|
outOfStoreSymlink = true;
|
||||||
recursive = false;
|
recursive = false;
|
||||||
};
|
};
|
||||||
|
".config/matugen" = {
|
||||||
|
source = ../../configs/matugen;
|
||||||
|
outOfStoreSymlink = true;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
".config/DankMaterialShell" = {
|
".config/DankMaterialShell" = {
|
||||||
source = ../../configs/dms-darp8;
|
source = ../../configs/dms-darp8;
|
||||||
outOfStoreSymlink = true;
|
outOfStoreSymlink = true;
|
||||||
|
|||||||
@@ -26,15 +26,10 @@ in
|
|||||||
outOfStoreSymlink = true;
|
outOfStoreSymlink = true;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
".config/hypr/hypr-monitors.conf" = {
|
".config/matugen" = {
|
||||||
source = ../../configs/hypr-desktop/hypr-monitors.conf;
|
source = ../../configs/matugen;
|
||||||
outOfStoreSymlink = true;
|
outOfStoreSymlink = true;
|
||||||
recursive = false;
|
recursive = true;
|
||||||
};
|
|
||||||
".config/hypr/hypr-colors.conf" = {
|
|
||||||
source = ../../configs/hypr-desktop/hypr-colors.conf;
|
|
||||||
outOfStoreSymlink = true;
|
|
||||||
recursive = false;
|
|
||||||
};
|
};
|
||||||
".config/DankMaterialShell" = {
|
".config/DankMaterialShell" = {
|
||||||
source = ../../configs/dms-desktop;
|
source = ../../configs/dms-desktop;
|
||||||
|
|||||||
Reference in New Issue
Block a user