summaryrefslogtreecommitdiff
path: root/.config/fastfetch/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to '.config/fastfetch/config.jsonc')
-rw-r--r--.config/fastfetch/config.jsonc126
1 files changed, 126 insertions, 0 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc
new file mode 100644
index 0000000..89402e2
--- /dev/null
+++ b/.config/fastfetch/config.jsonc
@@ -0,0 +1,126 @@
+// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "color": {
+ "2": "white"
+ },
+ },
+ "display": {
+ "color": {
+ "separator": "blue"
+ },
+ "separator": " | ",
+ "constants": [
+ ">-----------<+>------------------------------------<"
+ ]
+ },
+ "modules": [
+ "title",
+ {
+ "type": "custom",
+ "format": "{$1}",
+ "outputColor": "separator",
+ },
+ {
+ "type": "os",
+ "key": " OS ",
+ "keyColor": "green"
+ },
+ {
+ "type": "kernel",
+ "key": " Kernel ",
+ "keyColor": "green"
+ },
+ {
+ "type": "uptime",
+ "key": " Uptime ",
+ "keyColor": "green"
+ },
+ {
+ "type": "wm",
+ "key": " WM ",
+ "keyColor": "green",
+ },
+ {
+ "type": "shell",
+ "key": " Shell ",
+ "keyColor": "green"
+ },
+ {
+ "type": "terminal",
+ "key": " Terminal ",
+ "keyColor": "green"
+ },
+ {
+ "type": "packages",
+ "key": " Packages ",
+ "keyColor": "green"
+ },
+ {
+ "type": "custom",
+ "format": "{$1}",
+ "outputColor": "separator"
+ },
+ {
+ "type": "Monitor",
+ "key": " Monitor ",
+ "format": "{1}",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "cpu",
+ "key": " CPU ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "gpu",
+ "key": " GPU ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "memory",
+ "key": " RAM ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "swap",
+ "key": " SWAP ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (root) ",
+ "folders": "/",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (home) ",
+ "folders": "/home",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (hdd1) ",
+ "folders": "/media/hdd",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (hdd2) ",
+ "folders": "/media/seagate",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "custom",
+ "format": "{$1}",
+ "outputColor": "separator"
+ },
+ "break",
+ {
+ "type": "colors",
+ "paddingLeft": 15
+ }
+ ]
+}