mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add hyfetch
This commit is contained in:
parent
cbb7fa714b
commit
292778fa9c
19
home/.config/hyfetch.json
Normal file
19
home/.config/hyfetch.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"preset": "rainbow",
|
||||||
|
"mode": "rgb",
|
||||||
|
"light_dark": "dark",
|
||||||
|
"lightness": 0.65,
|
||||||
|
"color_align": {
|
||||||
|
"mode": "custom",
|
||||||
|
"custom_colors": {
|
||||||
|
"1": 1,
|
||||||
|
"2": 4
|
||||||
|
},
|
||||||
|
"fore_back": []
|
||||||
|
},
|
||||||
|
"backend": "neofetch",
|
||||||
|
"args": null,
|
||||||
|
"distro": null,
|
||||||
|
"pride_month_shown": [],
|
||||||
|
"pride_month_disable": false
|
||||||
|
}
|
|
@ -77,7 +77,7 @@ yay -S --noconfirm --needed \
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
nm-connection-editor ffmpegthumbnailer upower devour
|
nm-connection-editor ffmpegthumbnailer upower devour hyfetch
|
||||||
|
|
||||||
# Wayland Utilities
|
# Wayland Utilities
|
||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
|
|
Loading…
Reference in a new issue