Skip to content

FluidStat is an app to fluidly check statistics about your computer

License

Notifications You must be signed in to change notification settings

GaecKo/FluidStat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluidStat 📺

Fluidstat is a minimalist, WIP terminal app that displays used ressources info.


Features

CPU Usage

To display your CPUs load, cd in the project and run

python3 plot.py -cpu

CPU Usage


RAM Usage

To display your ram usage, cd in the project and run

python3 plot.py -ram

RAM Usage

Battery Usage

To display your battery percentage, cd in the project and run

python3 plot.py -btry

Battery Usage

Important

This is only available when you have a battery.

Adding FluidStat as a command

If you wish to have FluidStat available as a global command in your Linux terminal, you can follow these steps:

  1. You need to access the bin/ folder located at the root of your system (~/bin)

  2. Once your are there, create a new file:

    sudo touch FluidStat

    You need sudo as you are in the system files

  3. You then have to add this content to it:

    python3 /../../home/USER/PATH_TO_PROJECT/FluidStat/plot.py $1

    Where USER is your Linux username and PATH_TO_PROJECT the path to where you installed the project

    You may need to use sudo vim FluidStat or sudo nano FluidStat

  4. Give the autorisation to execute the file:

    sudo chmod +x FluidStat
  5. You should now be able to launch the command from anywhere:

    FluidStat -cpu
    FluidStat -ram
    FluidStat -btry

Extra Note

Important

This project is WIP, the initial idea was to built a full desktop app using fbs, PySide6, ... As current state can tell, this is only a funny little project on which I don't plan on working anymore. The code is therefore really simple and basic.

About

FluidStat is an app to fluidly check statistics about your computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages