aboutsummaryrefslogtreecommitdiffstats
path: root/config/fastfetch
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-05-24 13:52:30 +0900
committerGitHub <noreply@github.com>2024-05-24 13:52:30 +0900
commit5acf937b57fd0c25baf26cae45e0f15862ab7d52 (patch)
treedbcae5ec4d6c9199dcb482f313bef2bf461edb4f /config/fastfetch
parent912f18dd534ea7244b7e453e65a84344b34b15b0 (diff)
parent06d66be192eeb6f844d7069d05ffc34653352791 (diff)
Merge pull request #300 from JaKooLit/development
Pre-release stage: Development to Main
Diffstat (limited to 'config/fastfetch')
-rw-r--r--config/fastfetch/config-compact.jsonc72
-rw-r--r--config/fastfetch/config.jsonc147
2 files changed, 219 insertions, 0 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc
new file mode 100644
index 00000000..f8b1e12e
--- /dev/null
+++ b/config/fastfetch/config-compact.jsonc
@@ -0,0 +1,72 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "padding": {
+ "top": 2
+ },
+ "type": "small"
+ },
+ "display": {
+ "separator": " -> "
+ },
+ "modules": [
+ "break",
+ {
+ "type": "title",
+ "keyWidth": 10,
+ "format": " {6}{7}{8}"
+ },
+ {
+ "type": "custom",
+ "format": " ╭───────────────────────╮"
+ },
+ {
+ "type": "kernel",
+ "key": " ",
+ "keyColor": "yellow"
+ },
+ {
+ "type": "wm",
+ "key": " ",
+ "keyColor": "blue"
+ },
+ {
+ "type": "shell",
+ "key": " ",
+ "keyColor": "yellow"
+ },
+ {
+ "type": "terminal",
+ "key": " ",
+ "keyColor": "blue"
+ },
+ /*
+ {
+ "type": "packages",
+ "key": "󰏖 ",
+ "keyColor": "yellow"
+ },
+ */
+ {
+ "type": "memory",
+ "key": "󰍛 ",
+ "keyColor": "magenta",
+ // format: used / total
+ "format": "{1} / {2}"
+ },
+ {
+ "type": "uptime",
+ "key": "󰔛 ",
+ "keyColor": "green"
+ },
+ {
+ "type": "custom",
+ "format": " ╰───────────────────────╯"
+ },
+ {
+ "type": "custom",
+ "format": " \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[90m "
+ },
+ "break",
+ ]
+}
diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc
new file mode 100644
index 00000000..c6eb694b
--- /dev/null
+++ b/config/fastfetch/config.jsonc
@@ -0,0 +1,147 @@
+// Load with --load-config examples/2.jsonc
+// Note that you must replace the image path to an existing image to display it.
+
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "padding": {
+ "top": 3
+ }
+ },
+ "display": {
+ "separator": " 󰑃 "
+ },
+ "modules": [
+ {
+ "type": "custom",
+ "format": "\u001b[90m┌────────────────────────────────────────────────────────────┐"
+ },
+ {
+ "type": "title",
+ "keyWidth": 10,
+ "format": " {6}{7}{8}"
+ },
+ {
+ "type": "custom",
+ "format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
+ },
+ {
+ "type": "custom",
+ "format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[38m \u001b[39m  \u001b[38m \u001b[37m \u001b[36m \u001b[35m \u001b[34m \u001b[33m \u001b[32m \u001b[31m \u001b[90m "
+ },
+ {
+ "type": "custom",
+ "format": "\u001b[90m┌────────────────────────────────────────────────────────────┐"
+ },
+ {
+ "type": "os",
+ "key": " DISTRO",
+ "keyColor": "yellow"
+ },
+ {
+ "type": "kernel",
+ "key": "│ ├",
+ "keyColor": "yellow"
+ },
+ {
+ "type": "packages",
+ "key": "│ ├󰏖",
+ "keyColor": "yellow"
+ },
+ {
+ "type": "shell",
+ "key": "│ └",
+ "keyColor": "yellow"
+ },
+ {
+ "type": "wm",
+ "key": " DE/WM",
+ "keyColor": "blue"
+ },
+ {
+ "type": "wmtheme",
+ "key": "│ ├󰉼",
+ "keyColor": "blue"
+ },
+ {
+ "type": "icons",
+ "key": "│ ├󰀻",
+ "keyColor": "blue"
+ },
+ {
+ "type": "terminal",
+ "key": "│ ├",
+ "keyColor": "blue"
+ },
+ {
+ "type": "wallpaper",
+ "key": "│ └󰸉",
+ "keyColor": "blue"
+ },
+ {
+ "type": "host",
+ "key": "󰌢 SYSTEM",
+ "keyColor": "green"
+ },
+ {
+ "type": "cpu",
+ "key": "│ ├󰻠",
+ "keyColor": "green"
+ },
+ {
+ "type": "gpu",
+ "key": "│ ├󰻑",
+ "keyColor": "green"
+ },
+ {
+ "type": "display",
+ "key": "│ ├󰍹",
+ "keyColor": "green",
+ "compactType": "original-with-refresh-rate"
+ },
+ {
+ "type": "memory",
+ "key": "│ ├󰾆",
+ "keyColor": "green"
+ },
+ {
+ "type": "swap",
+ "key": "│ ├󰓡",
+ "keyColor": "green"
+ },
+ {
+ "type": "uptime",
+ "key": "│ ├󰅐",
+ "keyColor": "green"
+ },
+ {
+ "type": "display",
+ "key": "│ └󰍹",
+ "keyColor": "green"
+ },
+ {
+ "type": "sound",
+ "key": " AUDIO",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "player",
+ "key": "│ ├󰥠",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "media",
+ "key": "│ └󰝚",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "custom",
+ "format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
+ },
+ {
+ "type": "custom",
+ "format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[38m \u001b[39m  \u001b[38m \u001b[37m \u001b[36m \u001b[35m \u001b[34m \u001b[33m \u001b[32m \u001b[31m \u001b[90m "
+ },
+ "break",
+ ]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage