joeiddon / dwm_sss

A status shell script to update the X11 WM_NAME for DWM with date, time and temperature.

Home Page:https://dwm.suckless.org/status_monitor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dwm-sss

Dynamic Window Manager Status Monitor

This is a very simple bash script to display the current date and time along with the CPU temperature in DWM's status monitor.

This was designed to work with Raspbian OS on the RPI3, but if you modify the /sys temperature path, it should work on most UNIX system.


Installation

  1. Download the bash script and save to a location on your machine.
  2. Use chmod to make it executable (e.g. chmod 700 dwm-sss).
  3. Edit your ~/.xinitrc to include the following line:
/path/to/dwm-sss &
  1. Call xinit/startx or reboot to start the daemon.

Example

This is what the status bar should look like:

closeup screenshot

About

A status shell script to update the X11 WM_NAME for DWM with date, time and temperature.

https://dwm.suckless.org/status_monitor/


Languages

Language:Shell 100.0%