shit
This commit is contained in:
commit
01a9e86575
64 changed files with 2284 additions and 0 deletions
17
scripts/uwufetch
Normal file
17
scripts/uwufetch
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
distro=$(. /etc/os-release; echo $NAME)
|
||||
kernel=$(uname -r)
|
||||
uptime=$(uptime -p | sed 's/up//')
|
||||
pkgsPacman=$(pacman -Qs | wc -l)
|
||||
pkgsAur=$(yay -Qm | wc -l)
|
||||
|
||||
cat <<END
|
||||
---
|
||||
__/ \___ os: $distro
|
||||
( > __ < ) kernel: $kernel
|
||||
( ) uptime: $uptime
|
||||
( ) pkgs: Pacman $pkgsPacman | Aur $pkgsAur
|
||||
(__________)
|
||||
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue