diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2025-11-22 13:42:39 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 13:42:39 -0300 |
| commit | bcfd5e7c2b67f0a62b1ceeb62d20b0a80ca55a70 (patch) | |
| tree | e87f649fe0c9d8f382b8f465d1468b6495fb5886 /config/fastfetch/config.jsonc | |
| parent | c862835221decf03b6640bb43e4044861cceaa04 (diff) | |
| parent | 1351220a092414ae593bc006e3a3ebc09523198d (diff) | |
Merge pull request #871 from JaKooLit/development
[Bug] Change to waybar sleep timers was too long, slowed down waybar start/refressh
Diffstat (limited to 'config/fastfetch/config.jsonc')
| -rw-r--r-- | config/fastfetch/config.jsonc | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index e3f8c3c6..dce06d78 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -17,10 +17,17 @@ "key": " DISTRO", "keyColor": "yellow" }, + { "type": "kernel", "key": "│ ├", "keyColor": "yellow" + }, + { + "type": "custom", + "key": "│ ├", + "format": "JaKooLit Version: {$DOTS_VERSION}", + "keyColor": "yellow" }, { "type": "packages", @@ -50,12 +57,12 @@ { "type": "cursor", "key": "│ ├", - "keyColor": "blue", + "keyColor": "blue" }, { "type": "terminalfont", "key": "│ ├", - "keyColor": "blue", + "keyColor": "blue" }, { "type": "terminal", @@ -124,6 +131,6 @@ "type": "custom", "format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[38m \u001b[39m \u001b[39m \u001b[38m \u001b[37m \u001b[36m \u001b[35m \u001b[34m \u001b[33m \u001b[32m \u001b[31m \u001b[90m " }, - "break", + "break" ] } |
