catppuccin: init thunderbird at d61882a

This commit is contained in:
Austin Horstman 2024-03-12 11:10:00 -05:00
parent 4b9a35cbd6
commit e1f76640a8
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
let
validThemes = [ "bat" "bottom" "btop" "grub" "hyprland" "k9s" "kvantum" "lazygit" "plymouth" "qt5ct" "refind" "rofi" "starship" "waybar" ];
validThemes = [ "bat" "bottom" "btop" "grub" "hyprland" "k9s" "kvantum" "lazygit" "plymouth" "qt5ct" "refind" "rofi" "starship" "thunderbird" "waybar" ];
in
{ fetchFromGitHub
, lib
@ -120,6 +120,14 @@ let
hash = "sha256-nsRuxQFKbQkyEI4TXgvAjcroVdG+heKX5Pauq/4Ota0=";
};
thunderbird = fetchFromGitHub {
name = "thunderbird";
owner = "catppuccin";
repo = "thunderbird";
rev = "d61882ad9fd35909a75da6bb95fca38db552135c";
hash = "sha256-wn8//8lHScbbB1nEiDY8DphnLUMKZBFMc1GPaTRjTOY=";
};
waybar = fetchFromGitHub {
name = "waybar";
owner = "catppuccin";
@ -208,6 +216,10 @@ stdenvNoCC.mkDerivation {
mkdir -p $out/starship
cp ${sources.starship}/palettes/${variant}.toml $out/starship/
'' + lib.optionalString (lib.elem "thunderbird" themeList) ''
mkdir -p $out/thunderbird
cp ${sources.thunderbird}/themes/${variant}/${variant}-${accent}.xpi $out/thunderbird/
'' + lib.optionalString (lib.elem "waybar" themeList) ''
mkdir -p $out/waybar
cp ${sources.waybar}/${variant}.css $out/waybar/