summaryrefslogtreecommitdiff
path: root/releng/airootfs/etc/skel/.config/fastfetch/config-kitty.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'releng/airootfs/etc/skel/.config/fastfetch/config-kitty.jsonc')
-rw-r--r--releng/airootfs/etc/skel/.config/fastfetch/config-kitty.jsonc43
1 files changed, 43 insertions, 0 deletions
diff --git a/releng/airootfs/etc/skel/.config/fastfetch/config-kitty.jsonc b/releng/airootfs/etc/skel/.config/fastfetch/config-kitty.jsonc
new file mode 100644
index 0000000..d99f7a7
--- /dev/null
+++ b/releng/airootfs/etc/skel/.config/fastfetch/config-kitty.jsonc
@@ -0,0 +1,43 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "source": "~/.config/fastfetch/raveos-logo.png",
+ "type": "kitty-direct",
+ "height": 16,
+ "padding": {
+ "top": 1,
+ "left": 2,
+ "right": 2
+ }
+ },
+ "display": {
+ "separator": " → ",
+ "color": {
+ "keys": "green",
+ "title": "cyan"
+ }
+ },
+ "modules": [
+ { "type": "custom", "format": "\u001b[1;32mRaveOS \u001b[0;36m" },
+ "separator",
+ { "type": "os", "key": "OS" },
+ { "type": "kernel", "key": "Kernel" },
+ { "type": "uptime", "key": "Uptime" },
+ { "type": "packages", "key": "Packages" },
+ { "type": "shell", "key": "Shell" },
+ { "type": "de", "key": "DE" },
+ { "type": "wm", "key": "WM" },
+ { "type": "terminal", "key": "Terminal" },
+ "separator",
+ { "type": "cpu", "key": "CPU" },
+ { "type": "gpu", "key": "GPU" },
+ { "type": "memory", "key": "RAM" },
+ { "type": "disk", "key": "Disk", "folders": "/" },
+ "separator",
+ { "type": "display", "key": "Display" },
+ { "type": "theme", "key": "Theme" },
+ { "type": "icons", "key": "Icons" },
+ "break",
+ "colors"
+ ]
+}