Revert "firefox: theme using matugen"

This reverts commit ad934294af.
This commit is contained in:
Nico 2026-01-04 18:32:56 +11:00
parent 247d1ca9fc
commit 50d8845e06
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
4 changed files with 0 additions and 32 deletions

View file

@ -20,10 +20,6 @@
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/temporarytabcontainer/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/temporarytabcontainer/latest.xpi";
}; };
"pywalfox@frewacom.org" = {
installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/pywalfox/latest.xpi";
};
"floccus@handmadeideas.org" = { "floccus@handmadeideas.org" = {
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/floccus/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/floccus/latest.xpi";

View file

@ -25,7 +25,6 @@
hyprshot hyprshot
matugen matugen
glib glib
pywalfox-native
hyprshade hyprshade
hyprpolkitagent hyprpolkitagent
]; ];

View file

@ -42,11 +42,6 @@ output_path = '~/.config/qt5ct/colors/matugen.conf'
input_path = './templates/qtct.conf' input_path = './templates/qtct.conf'
output_path = '~/.config/qt6ct/colors/matugen.conf' output_path = '~/.config/qt6ct/colors/matugen.conf'
[templates.pywalfox]
input_path = './templates/pywalfox.json'
output_path = '~/.cache/wal/colors.json'
post_hook = 'pywalfox update'
[templates.hyprlock] [templates.hyprlock]
input_path = './templates/hyprlock.conf' input_path = './templates/hyprlock.conf'
output_path = '~/.config/hypr/hyprlock.conf' output_path = '~/.config/hypr/hyprlock.conf'

View file

@ -1,22 +0,0 @@
{
"wallpaper": "{{image}}",
"alpha": "100",
"colors": {
"color0": "{{colors.background.default.hex}}",
"color1": "",
"color2": "",
"color3": "",
"color4": "",
"color5": "",
"color6": "",
"color7": "",
"color8": "",
"color9": "",
"color10": "{{colors.primary.default.hex}}",
"color11": "",
"color12": "",
"color13": "{{colors.surface_bright.default.hex}}",
"color14": "",
"color15": "{{colors.on_surface.default.hex}}"
}
}