From 2a8f7a6a66d620e46779d73ba788d1071239ff2a Mon Sep 17 00:00:00 2001 From: czjstmax Date: Fri, 30 Jan 2026 00:20:03 +0100 Subject: lots of updates i guess... also, `fastfetch` stuff now got its folder too Signed-off-by: czjstmax --- cfg/fastfetch/fastfetch_config.jsonc | 127 +++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 cfg/fastfetch/fastfetch_config.jsonc (limited to 'cfg/fastfetch/fastfetch_config.jsonc') diff --git a/cfg/fastfetch/fastfetch_config.jsonc b/cfg/fastfetch/fastfetch_config.jsonc new file mode 100644 index 0000000..b46d1b7 --- /dev/null +++ b/cfg/fastfetch/fastfetch_config.jsonc @@ -0,0 +1,127 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": "/home/max/maoscii.txt", // change it for you + "logo-type": "file-raw", + "logo": { + "padding": { + "top": 1, + "left": 1, + "right": 2 + }, + "color": { + "1": "white", + "2": "red" + } + }, + "display": { + "separator": " " + }, + "colors": { + "red": 1, + "white": 15 + }, + + "modules": [ + { + "type": "title", + "format": "{#red}╭───────────── {#white}{user-name}" + }, + + { + "type": "custom", + "format": "{#red}│ {#white}system information" + }, + { + "type": "os", + "key": "{#red}│ {#red}󰍹 {#white}OS" + }, + { + "type": "kernel", + "key": "{#red}│ {#red}󰒋 {#white}kernel" + }, + { + "type": "uptime", + "key": "{#red}│ {#red}󰅐 {#white}uptime" + }, + { + "type": "packages", + "key": "{#red}│ {#red}󰏖 {#white}packages", + "format": "{all}" + }, + + { + "type": "custom", + "format": "{#red}│" + }, + { + "type": "custom", + "format": "{#red}│ {#white}desktop environment" + }, + { + "type": "de", + "key": "{#red}│ {#red}󰧨 {#white}DE" + }, + { + "type": "wm", + "key": "{#red}│ {#red}󱂬 {#white}WM" + }, + { + "type": "wmtheme", + "key": "{#red}│ {#red}󰉼 {#white}theme" + }, + { + "type": "display", + "key": "{#red}│ {#red}󰹑 {#white}resolution" + }, + { + "type": "shell", + "key": "{#red}│ {#red}󰞷 {#white}shell" + }, + { + "type": "terminalfont", + "key": "{#red}│ {#red}󰛖 {#white}font" + }, + + { + "type": "custom", + "format": "{#red}│" + }, + { + "type": "custom", + "format": "{#red}│ {#white}hardware information" + }, + { + "type": "cpu", + "key": "{#red}│ {#red}󰻠 {#white}CPU" + }, + { + "type": "gpu", + "key": "{#red}│ {#red}󰢮 {#white}GPU" + }, + { + "type": "memory", + "key": "{#red}│ {#red}󰍛 {#white}memory" + }, + { + "type": "disk", + "key": "{#red}│ {#red}󰋊 {#white}disk (/)", + "folders": "/" + }, + + { + "type": "custom", + "format": "{#red}│" + }, + { + "type": "colors", + "key": "{#red}│", + "symbol": "circle" + }, + + { + "type": "custom", + "format": "{#red}╰───────────────────────────────╯" + } + ] +} + -- cgit v1.3.1