Skip to content

Mario10100MC/system-overview

Repository files navigation

System Overview app for pearOS

This app is made to look and feel like the macOS system-overview app :))

Screenshots :)

Dark mode Main page

Light mode Display info

Light mode Storage info

Light mode Support page

Light mode Service page

Dependencies

  • install gambas3 package
$ sudo apt-get install gambas3 -y

Installation steps

  • From Source:

    • clone the project
    git clone https://github.com/alxb421/system-overview
    • Open gambas3 application (from terminal $ gambas3, or from application dashboard, search for gambas3)
    • Click Open
    • Navigate to cloned folder, and open the project
    • Click on Project > Make > executable
    • copy the new executable in the /usr/bin folder of your Linux machine
    $ sudo mv <path to your system-overview.gambas> /usr/bin/sysoverview
    • Enjoy :p
  • From Package:

    • Download the .deb package from Releases tab here, in GitHub
    • Install using gdebi/ dpkg
    $ sudo dpkg -i <path to downloaded deb file, or drag and drop>

    Usage

    Open a terminal and type sysoverview :)

About

macOS like system overview for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published