aboutsummaryrefslogtreecommitdiff
path: root/fastfetch
diff options
context:
space:
mode:
Diffstat (limited to 'fastfetch')
-rw-r--r--fastfetch/.config/fastfetch/config.jsonc92
1 files changed, 92 insertions, 0 deletions
diff --git a/fastfetch/.config/fastfetch/config.jsonc b/fastfetch/.config/fastfetch/config.jsonc
new file mode 100644
index 0000000..18d3324
--- /dev/null
+++ b/fastfetch/.config/fastfetch/config.jsonc
@@ -0,0 +1,92 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "display": {
+ "keyWidth": 11,
+ "percent": {
+ "type": false,
+ },
+ "binaryPrefix": "si",
+ "color": {
+ "keys" : "light_blue",
+ "output" : "white",
+ },
+ "separator": ""
+ },
+ // "logo": null,
+ "logo": {
+ "type": "builtin",
+ "source": "arch",
+ "color": {
+ "1": "light_blue",
+ "2": "blue",
+ },
+ "padding": {
+ "top": 1,
+ "left": 1
+ }
+ },
+ "modules": [
+ {
+ "type": "custom",
+ "format": "{#0;34}───────── {#1;34}System Information{#}"
+ },
+ "os",
+ "kernel",
+ "packages",
+ "locale",
+
+ "break",
+ {
+ "type": "custom",
+ "format": "{#0;34}───────── {#1;34}Hardware Information{#}"
+ },
+ "cpu",
+ {
+ "type": "gpu",
+ "hideType": "integrated"
+ },
+ {
+ "type": "display",
+ "key": "Display",
+ "compactType": "original-with-refresh-rate"
+ },
+ {
+ "type": "disk",
+ "key": "Disk (/)",
+ "folders": "/",
+ "format": "{2} [{9}]",
+ },
+ {
+ "type": "disk",
+ "folders": "/home/me/entertainment",
+ "key": "Disk"
+ },
+ {
+ "type": "memory",
+ "format": "{2}"
+ },
+ {
+ "type": "swap",
+ "format": "{2}"
+ },
+
+ "break",
+ {
+ "type": "custom",
+ "format": "{#0;34}───────── {#1;34}Software Information{#}"
+ },
+ "wm",
+ "wmtheme",
+ "theme",
+ "icons",
+ "terminal",
+
+ // "break",
+ // {
+ // "type": "colors",
+ // "symbol": "circle"
+ // },
+
+ "break",
+ ]
+}