Skip to content

Commit

Permalink
Update changelog, adjust fastfetch hardware config
Browse files Browse the repository at this point in the history
  • Loading branch information
ron.record committed May 15, 2024
1 parent 9b6b411 commit a2b65ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

### ⚡️ Added

- Add camera, physical disk, and board to ffetch hardware config
- Add support for `neofetch/fastfetch` config name without leading `config-` prefix

### 🐞 Fixed

- Rework installation menu entries
- Install both `fastfetch` and `neofetch`

## v1.1.4r1

### ⚡️ Added
Expand Down
18 changes: 9 additions & 9 deletions fastfetch/config-hardware.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"left": 2,
"top": 1
},
"type": "kitty",
"type": "__KITTY__",
"source": "~/.local/share/icons/hicolor/384x384/apps/apple-logo.png"
},
"modules": [
Expand All @@ -14,11 +14,6 @@
"key": "╭─󰌢",
"keyColor": "green"
},
{
"type": "display",
"key": "├─󰍹",
"keyColor": "green"
},
{
"type": "cpu",
"key": "├─󰻠",
Expand Down Expand Up @@ -51,12 +46,12 @@
},
{
"type": "chassis",
"key": "├─",
"key": "├─󰌢",
"keyColor": "green"
},
{
"type": "board",
"key": "├─",
"key": "├─󰌢",
"keyColor": "green",
"format": "{?1}{1}{?}{?2} ({2}){?}"
},
Expand All @@ -78,7 +73,12 @@
},
{
"type": "battery",
"key": "╰─",
"key": "├─",
"keyColor": "green"
},
{
"type": "display",
"key": "╰─󰍹",
"keyColor": "green"
}
]
Expand Down

0 comments on commit a2b65ca

Please sign in to comment.