From ee16c4ac92d14d197df180b92ed24be4c747f6d7 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 8 Oct 2019 19:11:33 -0500 Subject: [PATCH] Played with xmobar. --- .xmonad/xpm/cpu_20.xpm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .xmonad/xpm/cpu_20.xpm diff --git a/.xmonad/xpm/cpu_20.xpm b/.xmonad/xpm/cpu_20.xpm new file mode 100644 index 0000000..4fdfd6b --- /dev/null +++ b/.xmonad/xpm/cpu_20.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * cpu_20_xpm[] = { +"20 20 2 1", +" c None", +". c #EFF0F1", +" ", +" ", +" ", +" ", +" ................ ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" ................ ", +" .............. ", +" .. ", +" ........ ", +" ", +" ", +" ", +" "};