aboutsummaryrefslogtreecommitdiff
path: root/.config/fastfetch/config.jsonc
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-14 23:43:38 +0300
committerawy <awy@awy.one>2025-11-14 23:43:38 +0300
commitc7a88a07b9287db9c129914483f6b3ae1ab5404c (patch)
tree73c227c5e8519eb9135f46984e4fc067b316ed1b /.config/fastfetch/config.jsonc
downloadmangoslice-c7a88a07b9287db9c129914483f6b3ae1ab5404c.tar.gz
init
Diffstat (limited to '.config/fastfetch/config.jsonc')
-rw-r--r--.config/fastfetch/config.jsonc71
1 files changed, 71 insertions, 0 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc
new file mode 100644
index 0000000..ee32148
--- /dev/null
+++ b/.config/fastfetch/config.jsonc
@@ -0,0 +1,71 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "type": "small",
+ "padding": {
+ "top": 1
+ },
+ "color": {
+ "1": "blue"
+ }
+ },
+ "display": {
+ "percent": {
+ "type": 0
+ }
+ },
+ "modules": [
+ {
+ "type": "os",
+ "key": "os",
+ "keyColor": "blue"
+ },
+ {
+ "type": "kernel",
+ "key": "kernel",
+ "keyColor": "blue"
+ },
+ {
+ "type": "uptime",
+ "key": "up",
+ "keyColor": "blue"
+ },
+ {
+ "type": "packages",
+ "key": "pkgs",
+ "keyColor": "blue"
+ },
+ {
+ "type": "shell",
+ "key": "sh",
+ "keyColor": "blue"
+ },
+ {
+ "type": "terminal",
+ "key": "term",
+ "keyColor": "blue"
+ },
+ {
+ "type": "wm",
+ "key": "wm",
+ "keyColor": "blue"
+ },
+ {
+ "type": "cpu",
+ "key": "cpu",
+ "keyColor": "blue"
+ },
+ {
+ "type": "gpu",
+ "key": "gpu",
+ "keyColor": "blue",
+ "hideType": "unknown"
+ },
+ {
+ "type": "memory",
+ "key": "ram",
+ "keyColor": "blue"
+ },
+ "break"
+ ]
+}