This is my bar for working, which includes:
- Local ip address.
- cpu percentage usage.
- Inside Temperature [In celsius].
- Ram in use and total amount of ram.
- HDD or ssd percentage of memory used.
- Date calendar and time.
You will need dev tools for compiling:
Arch
sudo pacman -S base base-devel Debian/ubuntu
sudo apt install build-essential RedHat/Fedora
sudo dnf groupinstall "Development Tools" "Development Libraries"git clone https://github.com/CarlosR759/dwmBlocks-rice.git Note
- My dwmblocks need to be inserted in a path file $HOME/programs/dwmblocks so you will need to rename your git cloned repo to match the path in the file blocks.h . You can change the path if you like but you should make sure that dwmblocks have the scripts folder, which have all the scripts to get the status info bar working.
- If by some case you have problems with $HOME env variable, you can replace it manually like: /home/yourUsername/programs/dwmblocks or the path that you like.
mv dwmBlocks-rice dwmBlocks cd dwmBlockssudo make clean installTip
- You can add more status info in the config.h file. The script should be included in the script folder to make use of the SC(route) of the config.h file.
