0.1.0
Pre-releasenew update new features new ascii logo
(All systems)
-
Bash: Since this is a Bash script, you need the Bash interpreter installed on your system.
-
nerd font used for emoji
-
awk: This is used for text processing and pattern scanning.
-
grep: Used for searching patterns in text.
-
cat: For concatenating and displaying file contents.
-
gsettings: This is for accessing GNOME settings.
-
lspci: Used for displaying information about PCI buses in the system.
-
xrandr: For querying and setting display parameters.
-
free: For displaying memory usage information.
-
df: For displaying disk space usage.
-
upower: For getting battery information.
-
Additional utilities for CPU and GPU monitoring:
lm-sensors
for CPU temperature.
nvidia-smi
for Nvidia GPU temperature.
radeontop
for AMD GPU temperature.
intel-gpu-tools
for Intel GPU temperature.for example arch install
sudo pacman -Syu coreutils procps-ng gawk grep pciutils xorg-xrandr upower gsettings-desktop-schemas intel-gpu-tools
``