Use current directory for gathering

This commit is contained in:
David Heinemeier Hansson
2025-06-19 08:10:36 -04:00
parent f45bdf5e46
commit 72af673ffc
6 changed files with 20 additions and 21 deletions

View File

@ -1,4 +1,4 @@
general.import = [ "~/.config/omarchy/current-theme/alacritty.toml" ]
general.import = [ "~/.config/omarchy/current/theme/alacritty.toml" ]
[env]
TERM = "xterm-256color"

View File

@ -27,4 +27,4 @@
color: #a6adc8;
}
@import "../omarchy/current-theme/swaync.css";
@import "../omarchy/current/theme/swaync.css";

View File

@ -35,4 +35,4 @@ tooltip label {
padding: 2px;
}
@import "../omarchy/current-theme/waybar.css";
@import "../omarchy/current/theme/waybar.css";