diff options
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 2 | ||||
| -rw-r--r-- | config/fastfetch/config.jsonc | 2 | ||||
| -rw-r--r-- | config/kitty/kitty-themes/00-Default.conf | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index d88e1d32..fa0ed3f7 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -59,7 +59,7 @@ "key": " ", "keyColor": "36", "shell": "/bin/bash", - "text": "echo \"Jak's dotfiles: v$DOTS_VERSION\"" + "text": "echo \"KoolDots: v$DOTS_VERSION\"" }, "break" ] diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index d183de3c..252becd4 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -118,7 +118,7 @@ }, { "type": "command", - "key": " Dots Ver ", + "key": " KoolDots Ver ", "text": "echo v${DOTS_VERSION}", "keyColor": "magenta" }, diff --git a/config/kitty/kitty-themes/00-Default.conf b/config/kitty/kitty-themes/00-Default.conf index 1405d594..640a8d68 100644 --- a/config/kitty/kitty-themes/00-Default.conf +++ b/config/kitty/kitty-themes/00-Default.conf @@ -1,3 +1,4 @@ # /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # This is just created to remove all the themes +include ./01-Wallust.conf |
