diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 10:30:50 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 10:30:50 +0200 |
commit | c8580e0e0c6b2a7ddc678f043ac3e242df34fb16 (patch) | |
tree | fa7a32996afa78a526a95545d75a259eb477defc | |
parent | 3247a1e7d6b7301dc432391e1fad3bc3ec263ba3 (diff) |
use colors file for colors
-rw-r--r-- | config/hyprland/foot/foot.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index fe50562..24df032 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -1,5 +1,5 @@ [main] -include=/usr/share/foot/themes/nord +include=~/.config/foot/colors # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) term=xterm-256color |