I don't know
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 146 KiB |
@@ -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
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.gitconfig
|
||||
#.gitconfig
|
||||
#.ssh/config
|
||||
|
||||
Reference in New Issue
Block a user