aboutsummaryrefslogtreecommitdiffstats
path: root/config/fastfetch
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-05-24 13:42:56 +0900
committerGitHub <noreply@github.com>2024-05-24 13:42:56 +0900
commit06d66be192eeb6f844d7069d05ffc34653352791 (patch)
treedbcae5ec4d6c9199dcb482f313bef2bf461edb4f /config/fastfetch
parent6e1073cd7bad09baeec81611fb960312ec49613e (diff)
parentba44152db0d538410290b0efa7e59a31333a1a15 (diff)
Merge pull request #299 from JohnRTitor/add-fastfetch-config
fastfetch: add config-compact.jsonc
Diffstat (limited to 'config/fastfetch')
-rw-r--r--config/fastfetch/config-compact.jsonc72
1 files changed, 72 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",
+ ]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage