Skip to content

Releases: stuffbymax/sysi

the bigger the better

22 Jun 09:01
36c5fd0
Compare
Choose a tag to compare
the bigger the better Pre-release
Pre-release

this release is mainly bug fixes and added more features

Full Changelog: 0.1.5...0.1.7

wa da bash doin 0.1.5

19 Jun 17:31
d6fd501
Compare
Choose a tag to compare
wa da bash doin 0.1.5 Pre-release
Pre-release

this release is mainly bug fixes and added more features

0.1.0

16 Jun 15:26
50470a2
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

new 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
``

0.0.1 (Afetch)

05 Jun 10:18
50470a2
Compare
Choose a tag to compare
0.0.1 (Afetch) Pre-release
Pre-release

To run this script, you'll need the following dependencies:

distro

(only for arch)

  • pacman : Used by the function get_package_count() to count installed packages.

(only for debian based)

  • dpkg-query : Also used by get_package_count() for package counting.

(only for Red Hat based systems)

  • rpm : Required for package counting on RPM-based systems.

(All systems)

  • Bash: Since this is a Bash script, you need the Bash interpreter installed on your system.

  • 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.

    arch install

 sudo pacman -Syu coreutils procps-ng gawk grep pciutils xorg-xrandr upower gsettings-desktop-schemas

Ensure that these commands are available on your system. Some of these commands might not be available on all systems by default, so you may need to install additional packages depending on your Linux distribution.