I don't know

This commit is contained in:
2026-02-12 23:56:32 +03:00
parent 68db7eeb8d
commit ed1678eb69
4 changed files with 10 additions and 12 deletions

View File

@@ -5,16 +5,15 @@
"source": "\"$(~/.config/fastfetch/term-test.sh)\"", "source": "\"$(~/.config/fastfetch/term-test.sh)\"",
"height": 18, "height": 18,
"padding": { "padding": {
"top": 4, "top": 2,
"left": 2, "left": 2,
"right": 4 "right": 4
} }
}, },
"modules": [ "modules": [
"break",
{ {
"type": "custom", "type": "custom",
"format": "\u001b[38;2;220;220;220m┌──────────────────────HARDWARE──────────────────────┐" "format": "\u001b[38;2;192;202;245m┌──────────────────────HARDWARE──────────────────────┐"
}, },
{ {
"type": "host", "type": "host",
@@ -60,12 +59,11 @@
}, },
{ {
"type": "custom", "type": "custom",
"format": "\u001b[38;2;220;220;220m└────────────────────────────────────────────────────┘" "format": "\u001b[38;2;192;202;245m└────────────────────────────────────────────────────┘"
}, },
"break",
{ {
"type": "custom", "type": "custom",
"format": "\u001b[38;2;220;220;220m┌──────────────────────SOFTWARE──────────────────────┐" "format": "\u001b[38;2;192;202;245m┌──────────────────────SOFTWARE──────────────────────┐"
}, },
{ {
"type": "os", "type": "os",
@@ -111,12 +109,11 @@
}, },
{ {
"type": "custom", "type": "custom",
"format": "\u001b[38;2;220;220;220m└────────────────────────────────────────────────────┘" "format": "\u001b[38;2;192;202;245m└────────────────────────────────────────────────────┘"
}, },
"break",
{ {
"type": "custom", "type": "custom",
"format": "\u001b[38;2;220;220;220m┌────────────────────────TIME────────────────────────┐" "format": "\u001b[38;2;192;202;245m┌────────────────────────TIME────────────────────────┐"
}, },
{ {
"type": "command", "type": "command",
@@ -131,7 +128,7 @@
}, },
{ {
"type": "custom", "type": "custom",
"format": "\u001b[38;2;220;220;220m└────────────────────────────────────────────────────┘" "format": "\u001b[38;2;192;202;245m└────────────────────────────────────────────────────┘"
}, },
"break" "break"
] ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
if [[ -n $DISPLAY ]]; then echo $HOME/logo_red.png; fi if [[ -n $DISPLAY ]]; then echo $HOME/.dotfiles/.config/fastfetch/logo.png; fi

3
.gitignore vendored
View File

@@ -1 +1,2 @@
.gitconfig #.gitconfig
#.ssh/config