You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,16 @@ perfdeck
80
80
81
81
## ⚙️ Configuration
82
82
83
-
Perfdeck is designed to be personalized. It looks for `perfdeck.toml` in:
84
-
1.`$PERFDECK_CONFIG`
83
+
Perfdeck is designed to be personalized. To create your own configuration, create a file named `perfdeck.toml` in one of the following locations (searched in this order):
84
+
85
+
1.`$PERFDECK_CONFIG` (full path to the file)
85
86
2.`~/.config/perfdeck/config.toml`
86
-
3. Current working directory
87
+
3. The current directory (`./perfdeck.toml`)
88
+
89
+
### 📝 Example `perfdeck.toml`
90
+
91
+
Create the file with your favorite editor and add the following content to customize your tabs and refresh intervals:
87
92
88
-
### 📝 Configuration Schema
89
93
```toml
90
94
# Interval for updating the sparklines and default tabs
0 commit comments