diff --git a/modules/browser/firefox.nix b/modules/browser/firefox.nix index 101388d..9c1a861 100644 --- a/modules/browser/firefox.nix +++ b/modules/browser/firefox.nix @@ -20,10 +20,6 @@ installation_mode = "force_installed"; 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" = { installation_mode = "force_installed"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/floccus/latest.xpi"; diff --git a/modules/desktop/de/hyprland.nix b/modules/desktop/de/hyprland.nix index 40bdc78..0d0ef11 100644 --- a/modules/desktop/de/hyprland.nix +++ b/modules/desktop/de/hyprland.nix @@ -25,7 +25,6 @@ hyprshot matugen glib - pywalfox-native hyprshade hyprpolkitagent ]; diff --git a/stow/.config/matugen/config.toml b/stow/.config/matugen/config.toml index 532dde9..56b195d 100644 --- a/stow/.config/matugen/config.toml +++ b/stow/.config/matugen/config.toml @@ -42,11 +42,6 @@ output_path = '~/.config/qt5ct/colors/matugen.conf' input_path = './templates/qtct.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] input_path = './templates/hyprlock.conf' output_path = '~/.config/hypr/hyprlock.conf' diff --git a/stow/.config/matugen/templates/pywalfox.json b/stow/.config/matugen/templates/pywalfox.json deleted file mode 100644 index 9ddf17f..0000000 --- a/stow/.config/matugen/templates/pywalfox.json +++ /dev/null @@ -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}}" - } -}