swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 0343fd7f56fdb37f152fdb0e9d1165a96402b618
parent 0d511e25febcc6505d0829563eaa72d1b4db599b
Author: awy <awy@awy.one>
Date:   Mon,  7 Jul 2025 00:47:19 +0300

revert

Diffstat:
D.config/fastfetch/config.jsonc | 77-----------------------------------------------------------------------------
1 file changed, 0 insertions(+), 77 deletions(-)

diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc @@ -1,77 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "type": "small", - "color": { - "1": "33" - }, - "padding": { - "top": 1, - "left": 1, - "right": 2 - } - }, - "display": { - "size": { - "maxPrefix": "MB", - "ndigits": 0 - } - }, - "modules": [ - { - "type": "command", - "text": "fastfetch --config none --format json | jq -r '.[] | select(.type == \"OS\") | .result.id'", - "key": "os", - "keyColor": "33" - }, - { - "type": "kernel", - "key": "kernel", - "format": "{release}", - "keyColor": "33" - }, - { - "type": "packages", - "format": "{all}", - "key": "pkg", - "keyColor": "33" - }, - { - "type": "shell", - "format": "{pretty-name}", - "key": "shell", - "keyColor": "33" - }, - { - "type": "command", - "text": "fastfetch --config none --format json | jq -r '.[] | select(.type == \"WM\") | .result.prettyName' | tr '[:upper:]' '[:lower:]'", - "key": "wm", - "keyColor": "33" - }, - { - "type": "terminal", - "format": "{pretty-name}", - "key": "term", - "keyColor": "33" - }, - { - "type": "command", - "text": "fastfetch --config none --format json | jq -r '.[] | select(.type == \"CPU\") | .result.cpu' | tr '[:upper:]' '[:lower:]'", - "key": "cpu", - "keyColor": "33" - }, - { - "type": "command", - "text": "fastfetch --config none --format json | jq -r '.[] | select(.type == \"GPU\") | .result[0].name' | tr '[:upper:]' '[:lower:]'", - "key": "gpu", - "keyColor": "33" - }, - { - "type": "command", - "text": "free -h | awk '/Mem/ {print $3 \" / \" $2}' | tr '[:upper:]' '[:lower:]'", - "key": "ram", - "keyColor": "33" - }, - "break" - ] -}