Skip to content

CarlosR759/dwmBlocks-rice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DwmBlocks

A Simple and comfy bar.

Preview

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.

Prerequisites

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"

Installation

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 dwmBlocks
sudo make clean install

Tip

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

About

A dwmblocks fork bar made from Torrinfail repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors