diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 67393d0..8b33a8b 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -5,16 +5,15 @@ "source": "\"$(~/.config/fastfetch/term-test.sh)\"", "height": 18, "padding": { - "top": 4, + "top": 2, "left": 2, "right": 4 } }, "modules": [ - "break", { "type": "custom", - "format": "\u001b[38;2;220;220;220m┌──────────────────────HARDWARE──────────────────────┐" + "format": "\u001b[38;2;192;202;245m┌──────────────────────HARDWARE──────────────────────┐" }, { "type": "host", @@ -60,12 +59,11 @@ }, { "type": "custom", - "format": "\u001b[38;2;220;220;220m└────────────────────────────────────────────────────┘" + "format": "\u001b[38;2;192;202;245m└────────────────────────────────────────────────────┘" }, - "break", { "type": "custom", - "format": "\u001b[38;2;220;220;220m┌──────────────────────SOFTWARE──────────────────────┐" + "format": "\u001b[38;2;192;202;245m┌──────────────────────SOFTWARE──────────────────────┐" }, { "type": "os", @@ -111,12 +109,11 @@ }, { "type": "custom", - "format": "\u001b[38;2;220;220;220m└────────────────────────────────────────────────────┘" + "format": "\u001b[38;2;192;202;245m└────────────────────────────────────────────────────┘" }, - "break", { "type": "custom", - "format": "\u001b[38;2;220;220;220m┌────────────────────────TIME────────────────────────┐" + "format": "\u001b[38;2;192;202;245m┌────────────────────────TIME────────────────────────┐" }, { "type": "command", @@ -131,7 +128,7 @@ }, { "type": "custom", - "format": "\u001b[38;2;220;220;220m└────────────────────────────────────────────────────┘" + "format": "\u001b[38;2;192;202;245m└────────────────────────────────────────────────────┘" }, "break" ] diff --git a/.config/fastfetch/logo.png b/.config/fastfetch/logo.png index 9be73a1..fbff6ea 100644 Binary files a/.config/fastfetch/logo.png and b/.config/fastfetch/logo.png differ diff --git a/.config/fastfetch/term-test.sh b/.config/fastfetch/term-test.sh index 66b8790..0b09c81 100755 --- a/.config/fastfetch/term-test.sh +++ b/.config/fastfetch/term-test.sh @@ -1,2 +1,2 @@ #!/bin/bash -if [[ -n $DISPLAY ]]; then echo $HOME/logo_red.png; fi +if [[ -n $DISPLAY ]]; then echo $HOME/.dotfiles/.config/fastfetch/logo.png; fi diff --git a/.gitignore b/.gitignore index 5ef4730..f6d0ad8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.gitconfig +#.gitconfig +#.ssh/config