summaryrefslogtreecommitdiff
path: root/cfg/fastfetch/fastfetch_config.jsonc
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-01-30 00:20:03 +0100
committerczjstmax <jstmaxlol@disroot.org>2026-01-30 00:20:03 +0100
commit2a8f7a6a66d620e46779d73ba788d1071239ff2a (patch)
tree7791de28567388c16870fdad47711fdc57a17dd8 /cfg/fastfetch/fastfetch_config.jsonc
parent718f8b25c19759e171d3c49da3979e8a8b2b0f33 (diff)
lots of updates i guess... also, `fastfetch` stuff now got its folder
too Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/fastfetch/fastfetch_config.jsonc')
-rw-r--r--cfg/fastfetch/fastfetch_config.jsonc127
1 files changed, 127 insertions, 0 deletions
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}╰───────────────────────────────╯"
+ }
+ ]
+}
+