Skip to content

Commit 6082568

Browse files
committed
Add default config
1 parent 609470e commit 6082568

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ dkms.conf
5353

5454
.vscode
5555
ifetch
56-
ifetchrc
5756
vgcore*

defaults/ifetchrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Logo color
2+
loc=G
3+
4+
# Fields color
5+
fc=W
6+
7+
# Separator
8+
sep=" >> "
9+
10+
# Separator color
11+
sc=G
12+
13+
# Values color
14+
vc=W

0 commit comments

Comments
 (0)