From 9cc1d4be28dfdadbf9650461b44c6003447eb255 Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 19 Oct 2022 05:19:35 +0200 Subject: [PATCH] feat: add catppuccin btop themes --- .chezmoiexternal.yaml | 6 ++++++ dot_config/btop/themes/symlink_catppuccin_frappe.theme.tmpl | 1 + dot_config/btop/themes/symlink_catppuccin_latte.theme.tmpl | 1 + .../btop/themes/symlink_catppuccin_macchiato.theme.tmpl | 1 + dot_config/btop/themes/symlink_catppuccin_mocha.theme.tmpl | 1 + 5 files changed, 10 insertions(+) create mode 100644 dot_config/btop/themes/symlink_catppuccin_frappe.theme.tmpl create mode 100644 dot_config/btop/themes/symlink_catppuccin_latte.theme.tmpl create mode 100644 dot_config/btop/themes/symlink_catppuccin_macchiato.theme.tmpl create mode 100644 dot_config/btop/themes/symlink_catppuccin_mocha.theme.tmpl diff --git a/.chezmoiexternal.yaml b/.chezmoiexternal.yaml index 4763ddd..e2985a3 100644 --- a/.chezmoiexternal.yaml +++ b/.chezmoiexternal.yaml @@ -16,3 +16,9 @@ type: git-repo url: "https://github.com/tmux-plugins/tpm" refreshPeriod: 168h + +# colorscheme stuff +.local/share/catppuccin/btop: + type: git-repo + url: "https://github.com/catppuccin/btop" + refreshPeriod: 168h diff --git a/dot_config/btop/themes/symlink_catppuccin_frappe.theme.tmpl b/dot_config/btop/themes/symlink_catppuccin_frappe.theme.tmpl new file mode 100644 index 0000000..9190b89 --- /dev/null +++ b/dot_config/btop/themes/symlink_catppuccin_frappe.theme.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.local/share/catppuccin/btop/catppuccin_frappe.theme diff --git a/dot_config/btop/themes/symlink_catppuccin_latte.theme.tmpl b/dot_config/btop/themes/symlink_catppuccin_latte.theme.tmpl new file mode 100644 index 0000000..ffa48ff --- /dev/null +++ b/dot_config/btop/themes/symlink_catppuccin_latte.theme.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.local/share/catppuccin/btop/catppuccin_latte.theme diff --git a/dot_config/btop/themes/symlink_catppuccin_macchiato.theme.tmpl b/dot_config/btop/themes/symlink_catppuccin_macchiato.theme.tmpl new file mode 100644 index 0000000..58a7166 --- /dev/null +++ b/dot_config/btop/themes/symlink_catppuccin_macchiato.theme.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.local/share/catppuccin/btop/catppuccin_macchiato.theme diff --git a/dot_config/btop/themes/symlink_catppuccin_mocha.theme.tmpl b/dot_config/btop/themes/symlink_catppuccin_mocha.theme.tmpl new file mode 100644 index 0000000..6fcf0d3 --- /dev/null +++ b/dot_config/btop/themes/symlink_catppuccin_mocha.theme.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.local/share/catppuccin/btop/catppuccin_mocha.theme