diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-22 23:46:10 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-22 23:46:10 -0400 |
| commit | 13ff370cba695915cdd0e3dab8bf5d67d738ed91 (patch) | |
| tree | 863da92a756cf088259d7e64c7968029be2ee1fd /dotfiles | |
| parent | add gnumake (diff) | |
| download | nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.tar.gz nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.tar.bz2 nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.zip | |
fastfetch
Diffstat (limited to '')
| -rw-r--r-- | dotfiles/fastfetch/config.jsonc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dotfiles/fastfetch/config.jsonc b/dotfiles/fastfetch/config.jsonc new file mode 100644 index 0000000..65cce74 --- /dev/null +++ b/dotfiles/fastfetch/config.jsonc @@ -0,0 +1,35 @@ +{ + "logo": { + "padding": { + "right": 1 + } + }, + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "datetime", + "packages", + "shell", + "display", + "de", + "wm", + "theme", + "icons", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "swap", + "disk", + "battery", + "poweradapter", + "font", + "cursor", + "colors" + ] +} |
