mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Use current directory for gathering
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
general.import = [ "~/.config/omarchy/current-theme/alacritty.toml" ]
|
||||
general.import = [ "~/.config/omarchy/current/theme/alacritty.toml" ]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
@ -27,4 +27,4 @@
|
||||
color: #a6adc8;
|
||||
}
|
||||
|
||||
@import "../omarchy/current-theme/swaync.css";
|
||||
@import "../omarchy/current/theme/swaync.css";
|
||||
|
@ -35,4 +35,4 @@ tooltip label {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
@import "../omarchy/current-theme/waybar.css";
|
||||
@import "../omarchy/current/theme/waybar.css";
|
||||
|
Reference in New Issue
Block a user