xmobar - add brightness and cpu, also better date

This commit is contained in:
Felix Van der Jeugt 2015-03-07 18:20:14 +01:00
parent 6af2388036
commit f0f0e5d0fd
39 changed files with 804 additions and 2 deletions

22
xmobar/icons/cpu4/5.xpm Normal file
View file

@ -0,0 +1,22 @@
/* XPM */
static char * 5_xpm[] = {
"3 16 3 1",
" c None",
". c #FFFFFF",
"+ c #F27777",
" ",
" ",
" ",
".. ",
" .",
" .",
" .",
"++.",
"++.",
"++.",
"++.",
"++.",
".. ",
" ",
" ",
" "};