From 685f448b31ca10afc7422c8d32eb8c238effc113 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Sun, 11 Oct 2015 08:50:23 +0200 Subject: xmobar: Added Home disk usage And Music disk usage TODO: make docker disk usage work Signed-off-by: Michal Minar --- config/xmobar.config | 10 ++- pic/docker.svg | 1 + pic/home.svg | 2 + pic/music-directory.svg | 209 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 220 insertions(+), 2 deletions(-) create mode 100644 pic/docker.svg create mode 100644 pic/home.svg create mode 100644 pic/music-directory.svg diff --git a/config/xmobar.config b/config/xmobar.config index f51470a..cf1f9bd 100644 --- a/config/xmobar.config +++ b/config/xmobar.config @@ -24,8 +24,14 @@ Config { font = "xft:Monospace:size=10" , Run Memory ["-t","\ \ ", "--", "--used-icon-pattern", ""] 10 - , Run DiskU [("/", "\ - \ / ")] + , Run DiskU [ ("/", "\ + \ / ") + , ("/home", + " ") + , ("/home/miminar/Music", + " ") + , ("/dev/2ndary/docker-data", + " ")] ["--", "--used-icon-pattern", ""] 20 ] , sepChar = "%" diff --git a/pic/docker.svg b/pic/docker.svg new file mode 100644 index 0000000..6839515 --- /dev/null +++ b/pic/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pic/home.svg b/pic/home.svg new file mode 100644 index 0000000..1e5d0c1 --- /dev/null +++ b/pic/home.svg @@ -0,0 +1,2 @@ + +Home Iconimage/svg+xmlHome IconMay 2015Charles KeepaxA free set of SVG website icons.http://www.charles-keepax.co.uk/image/home.svghttp://www.charles-keepax.co.uk/image/home.svg \ No newline at end of file diff --git a/pic/music-directory.svg b/pic/music-directory.svg new file mode 100644 index 0000000..abb37eb --- /dev/null +++ b/pic/music-directory.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + -- cgit