summaryrefslogtreecommitdiffstats
path: root/pkgs/data
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2024-03-12 11:10:00 -0500
committerAustin Horstman <khaneliman12@gmail.com>2024-03-12 11:10:00 -0500
commite1f76640a86df873650a517c06586bdc31161d3b (patch)
treebc9efee37be29178980f1148e43ff70e7bab95f9 /pkgs/data
parent4b9a35cbd6c5207ff016d4a0989b63f03927ecf3 (diff)
catppuccin: init thunderbird at d61882a
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/catppuccin/default.nix14
1 files changed, 13 insertions, 1 deletions
diff --git a/pkgs/data/themes/catppuccin/default.nix b/pkgs/data/themes/catppuccin/default.nix
index 26e75b400f3c..accc06f48c2f 100644
--- a/pkgs/data/themes/catppuccin/default.nix
+++ b/pkgs/data/themes/catppuccin/default.nix
@@ -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/