remove matugen remnants — theming is now handled by stylix
Delete 8 unused matugen template files, remove the matugen package, homepage custom.css watcher infrastructure, and the wallpaper shell function. Update remaining comments to reference stylix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
53c3fedf52
commit
1aebc200b6
13 changed files with 5 additions and 754 deletions
|
|
@ -128,11 +128,5 @@
|
|||
end
|
||||
|
||||
function fish_right_prompt; end
|
||||
|
||||
# Regenerate wallpaper color theme
|
||||
function wallpaper
|
||||
matugen image ~/.local/share/backgrounds/wallpaper.png --source-color-index 0 -m dark
|
||||
echo "Wallpaper colors updated! Shell theme reloaded."
|
||||
end
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -112,10 +112,10 @@
|
|||
cp -rL "$tmpthemes/Papirus-Dark" $out/share/icons/
|
||||
'';
|
||||
|
||||
# Map matugen's Material You placeholders to the closest base16 slot
|
||||
# in stylix's palette. The mapping is approximate (Material You has
|
||||
# more semantic colours than base16), but covers the placeholders
|
||||
# used in our Zen userChrome and Vesktop quickCss templates.
|
||||
# Map Material You placeholders to the closest base16 slot in stylix's
|
||||
# palette. The mapping is approximate (Material You has more semantic
|
||||
# colours than base16), but covers the placeholders used in our Zen
|
||||
# userChrome and Vesktop quickCss templates.
|
||||
stylixize = builtins.replaceStrings
|
||||
[
|
||||
"{{colors.primary.default.hex}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue