Fixed gitignore file
This commit is contained in:
parent
65e8f879ef
commit
a1b5579c18
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,10 @@
|
|||||||
# program itself
|
# program itself
|
||||||
cstatbar
|
cstatbar
|
||||||
|
config.h
|
||||||
|
|
||||||
|
# patch file output
|
||||||
|
*.rej
|
||||||
|
*.orig
|
||||||
|
|
||||||
# ---> C
|
# ---> C
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
|
14
config.h
14
config.h
@ -1,14 +0,0 @@
|
|||||||
static const int cycletime = 2; /* time between updates in second */
|
|
||||||
static const char interface[] = "enp4s0"; /* The name of the inteface to display information for */
|
|
||||||
static const char * icons[] = { /* Array of icons to be used for the status bar segments */
|
|
||||||
"", // Icon for date
|
|
||||||
"", // Icon for battery
|
|
||||||
"", // Icon for CPU usage
|
|
||||||
"", // Icon for RAM usage
|
|
||||||
"", // Icon for disk
|
|
||||||
"龍", // Icon for network speed
|
|
||||||
"", // Icon for upload speed
|
|
||||||
"", // Icon for download speed
|
|
||||||
"", // Icon for network information
|
|
||||||
"" // Icon for music infos
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user