Skip to content

Modular status bar for dwm written in c.

License

Notifications You must be signed in to change notification settings

beiertu-mms/dwmblocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwmblocks

GitHub

A fork of torrinfail's modular status bar for suckless' dwm written in C.

Installation

Run

sudo make clean install

Usage

Add

# Start dwmblocks. Has to be started before dwm.
dwmblocks 2>&1 >/dev/null &

exec dwm

to .xinitrc file.

Configuration

The statusbar is made from text output from commandline programs.
Blocks are added and removed by editing the config.h header file.
After modifying that file, run make clean install to apply the changes.

License

This software is distributed under the terms of ISC license.

About

Modular status bar for dwm written in c.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.3%
  • Shell 43.0%
  • Makefile 7.7%