summaryrefslogtreecommitdiff
path: root/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cfg')
-rw-r--r--cfg/fastfetch_config.jsonc124
1 files changed, 124 insertions, 0 deletions
diff --git a/cfg/fastfetch_config.jsonc b/cfg/fastfetch_config.jsonc
new file mode 100644
index 0000000..0a7623e
--- /dev/null
+++ b/cfg/fastfetch_config.jsonc
@@ -0,0 +1,124 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "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}╰───────────────────────────────╯"
+ }
+ ]
+}