aboutsummaryrefslogtreecommitdiff
path: root/etc/xmonad/xmobarrc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-12 19:02:40 -0300
committerEuAndreh <eu@euandre.org>2022-08-12 19:02:40 -0300
commit09dc6ad2dea2097d930db0d58a51e9ede55c4106 (patch)
tree62c947ec4d476b4f6ce3bd6848801c1ff165e522 /etc/xmonad/xmobarrc
parentetc/guix/channels.scm: Fix path to xyz-euandreh channel (diff)
downloaddotfiles-09dc6ad2dea2097d930db0d58a51e9ede55c4106.tar.gz
dotfiles-09dc6ad2dea2097d930db0d58a51e9ede55c4106.tar.xz
etc/xmonad/: Remove xmonad configuration files
Diffstat (limited to 'etc/xmonad/xmobarrc')
-rw-r--r--etc/xmonad/xmobarrc26
1 files changed, 0 insertions, 26 deletions
diff --git a/etc/xmonad/xmobarrc b/etc/xmonad/xmobarrc
deleted file mode 100644
index 1526b60..0000000
--- a/etc/xmonad/xmobarrc
+++ /dev/null
@@ -1,26 +0,0 @@
-Config {
- font = "xft:DejaVu Sans Mono:size=9"
- , commands = [
- Run Cpu ["-L","3","-H","50", "--normal","#5ea2a4","--high","red"] 10
- , Run Memory ["-t","Mem: <usedratio>%"] 30
- , Run Swap [] 30
- , Run Date "%A, %e %B %Y, %H:%M:%S" "date" 10
- , Run DiskU [("/", "<used>/<size>")] [] 600
- , Run Wireless "wlp0s20f3" [] 100
- , Run Volume "default" "Master" [] 10
- , Run Battery [
- "-t", "<acstatus>: <fc=#5ea2a4><left></fc>% - <timeleft>",
- "--",
- "-O", "AC",
- "-i", "Full",
- "-o", "Bat",
- "-p", "orange",
- "-h", "green",
- "-l", "red"]
- 10
- , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-mpris.sh" "mpris"
- , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-notifications.sh" "notifications"
- , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-mail.sh" "notmuch"
- ]
- , template = " <fc=#5ea2a4>%date%</fc> | %default:Master%| %mpris% } { <fc=#008000>%notifications%</fc> | %notmuch% | %wlp0s20f3wi% | %battery% | %memory% * %swap% | %cpu% | %disku% "
-}