From 0b04881a6f89bf4b2dde1356415388f58b1680c1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 1 Jan 2026 15:35:02 -0700 Subject: [PATCH] Move the templates together with the others in default --- bin/omarchy-theme-set-templates | 2 +- {themes/templates.d => default/themed}/alacritty.toml.tpl | 0 {themes/templates.d => default/themed}/btop.theme.tpl | 0 {themes/templates.d => default/themed}/ghostty.conf.tpl | 0 .../themed}/hyprland-preview-share-picker.css.tpl | 0 {themes/templates.d => default/themed}/hyprland.conf.tpl | 0 {themes/templates.d => default/themed}/hyprlock.conf.tpl | 0 {themes/templates.d => default/themed}/kitty.conf.tpl | 0 {themes/templates.d => default/themed}/mako.ini.tpl | 0 {themes/templates.d => default/themed}/opencode.json.tpl | 0 {themes/templates.d => default/themed}/swayosd.css.tpl | 0 {themes/templates.d => default/themed}/walker.css.tpl | 0 {themes/templates.d => default/themed}/waybar.css.tpl | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename {themes/templates.d => default/themed}/alacritty.toml.tpl (100%) rename {themes/templates.d => default/themed}/btop.theme.tpl (100%) rename {themes/templates.d => default/themed}/ghostty.conf.tpl (100%) rename {themes/templates.d => default/themed}/hyprland-preview-share-picker.css.tpl (100%) rename {themes/templates.d => default/themed}/hyprland.conf.tpl (100%) rename {themes/templates.d => default/themed}/hyprlock.conf.tpl (100%) rename {themes/templates.d => default/themed}/kitty.conf.tpl (100%) rename {themes/templates.d => default/themed}/mako.ini.tpl (100%) rename {themes/templates.d => default/themed}/opencode.json.tpl (100%) rename {themes/templates.d => default/themed}/swayosd.css.tpl (100%) rename {themes/templates.d => default/themed}/walker.css.tpl (100%) rename {themes/templates.d => default/themed}/waybar.css.tpl (100%) diff --git a/bin/omarchy-theme-set-templates b/bin/omarchy-theme-set-templates index e3e0455e..9119d9a5 100755 --- a/bin/omarchy-theme-set-templates +++ b/bin/omarchy-theme-set-templates @@ -1,6 +1,6 @@ #!/bin/bash -TEMPLATES_DIR="$OMARCHY_PATH/themes/templates.d" +TEMPLATES_DIR="$OMARCHY_PATH/default/themed" NEXT_THEME_DIR="$HOME/.config/omarchy/current/next-theme" COLORS_FILE="$NEXT_THEME_DIR/colors.toml" diff --git a/themes/templates.d/alacritty.toml.tpl b/default/themed/alacritty.toml.tpl similarity index 100% rename from themes/templates.d/alacritty.toml.tpl rename to default/themed/alacritty.toml.tpl diff --git a/themes/templates.d/btop.theme.tpl b/default/themed/btop.theme.tpl similarity index 100% rename from themes/templates.d/btop.theme.tpl rename to default/themed/btop.theme.tpl diff --git a/themes/templates.d/ghostty.conf.tpl b/default/themed/ghostty.conf.tpl similarity index 100% rename from themes/templates.d/ghostty.conf.tpl rename to default/themed/ghostty.conf.tpl diff --git a/themes/templates.d/hyprland-preview-share-picker.css.tpl b/default/themed/hyprland-preview-share-picker.css.tpl similarity index 100% rename from themes/templates.d/hyprland-preview-share-picker.css.tpl rename to default/themed/hyprland-preview-share-picker.css.tpl diff --git a/themes/templates.d/hyprland.conf.tpl b/default/themed/hyprland.conf.tpl similarity index 100% rename from themes/templates.d/hyprland.conf.tpl rename to default/themed/hyprland.conf.tpl diff --git a/themes/templates.d/hyprlock.conf.tpl b/default/themed/hyprlock.conf.tpl similarity index 100% rename from themes/templates.d/hyprlock.conf.tpl rename to default/themed/hyprlock.conf.tpl diff --git a/themes/templates.d/kitty.conf.tpl b/default/themed/kitty.conf.tpl similarity index 100% rename from themes/templates.d/kitty.conf.tpl rename to default/themed/kitty.conf.tpl diff --git a/themes/templates.d/mako.ini.tpl b/default/themed/mako.ini.tpl similarity index 100% rename from themes/templates.d/mako.ini.tpl rename to default/themed/mako.ini.tpl diff --git a/themes/templates.d/opencode.json.tpl b/default/themed/opencode.json.tpl similarity index 100% rename from themes/templates.d/opencode.json.tpl rename to default/themed/opencode.json.tpl diff --git a/themes/templates.d/swayosd.css.tpl b/default/themed/swayosd.css.tpl similarity index 100% rename from themes/templates.d/swayosd.css.tpl rename to default/themed/swayosd.css.tpl diff --git a/themes/templates.d/walker.css.tpl b/default/themed/walker.css.tpl similarity index 100% rename from themes/templates.d/walker.css.tpl rename to default/themed/walker.css.tpl diff --git a/themes/templates.d/waybar.css.tpl b/default/themed/waybar.css.tpl similarity index 100% rename from themes/templates.d/waybar.css.tpl rename to default/themed/waybar.css.tpl