Skip to content

Commit

Permalink
chore: move fastfetch configuration to ublue-fastfetch (#109)
Browse files Browse the repository at this point in the history
* chore: move fastfetch configuration to ublue-fastfetch

* fix: use proper configuration for fastfetch logo

* fix: somehow forgot to add the ublue-fastfetch package to the packages.json

---------

Co-authored-by: Vishwas P <[email protected]>
  • Loading branch information
tulilirockz and RealVishy authored Jan 12, 2025
1 parent 84f9787 commit d1ae36d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 44 deletions.
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"tmux",
"usbmuxd",
"ublue-bling",
"ublue-fastfetch",
"wireguard-tools",
"xprop",
"wl-clipboard",
Expand Down
3 changes: 0 additions & 3 deletions system_files/kinoite/etc/profile.d/aurora-fastfetch.sh

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions system_files/shared/usr/libexec/ublue-bling-fastfetch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "file",
"source": "/usr/share/ublue-os/aurora-logo.txt",
"color": {
"1": "94",
"2": "95",
"3": "91",
"4": "97",
}
},
"display": {
"separator": "  ",
"color": {
Expand Down

0 comments on commit d1ae36d

Please sign in to comment.