Skip to content

Instantly share code, notes, and snippets.

View benwah's full-sized avatar

Benoit C. Sirois benwah

  • Nasdaq
  • Gatineau
View GitHub Profile
@benwah
benwah / dwstat.py
Created December 11, 2017 01:04 — forked from la11111/dwstat.py
dwstat.py - my dwm status bar script
#!/usr/bin/env python
from threading import Thread,Lock,Event,Timer
import os
import sys
import signal
import subprocess
import math
import psutil
import re