summaryrefslogtreecommitdiff
path: root/releng/airootfs/etc/skel/.config/fastfetch/config.jsonc
diff options
context:
space:
mode:
authornippy <you@example.com>2026-04-12 18:11:38 +0200
committernippy <you@example.com>2026-04-12 18:11:38 +0200
commit89d442a74ab0b3fc49f838c15f3f722f1be74720 (patch)
tree97c021670032230f020c2b45e6cd2aabd3dc1a00 /releng/airootfs/etc/skel/.config/fastfetch/config.jsonc
parent71d4e0832da17f0ba97b7a5db86c6bf45be4e894 (diff)
downloadRaveOS-build-iso-89d442a74ab0b3fc49f838c15f3f722f1be74720.tar.gz
RaveOS-build-iso-89d442a74ab0b3fc49f838c15f3f722f1be74720.zip
live
Diffstat (limited to 'releng/airootfs/etc/skel/.config/fastfetch/config.jsonc')
-rw-r--r--releng/airootfs/etc/skel/.config/fastfetch/config.jsonc93
1 files changed, 93 insertions, 0 deletions
diff --git a/releng/airootfs/etc/skel/.config/fastfetch/config.jsonc b/releng/airootfs/etc/skel/.config/fastfetch/config.jsonc
new file mode 100644
index 0000000..f5f842d
--- /dev/null
+++ b/releng/airootfs/etc/skel/.config/fastfetch/config.jsonc
@@ -0,0 +1,93 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "source": "~/.config/fastfetch/raveos-logo.txt",
+ "type": "file",
+ "color": {
+ "1": "green",
+ "2": "36",
+ "3": "white"
+ },
+ "padding": {
+ "top": 1,
+ "left": 2,
+ "right": 3
+ }
+ },
+ "display": {
+ "separator": " → ",
+ "color": {
+ "keys": "green",
+ "title": "cyan"
+ }
+ },
+ "modules": [
+ "title",
+ "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"
+ ]
+}