aboutsummaryrefslogtreecommitdiffstats
path: root/xmobar/xmobarrc.bak
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-06-17 10:31:51 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-06-17 10:31:51 +0300
commit9007df35415f157ba32e554256b2248860d0103d (patch)
treeed9eee627d3a8e9d6b214627f9dd52e9656e115b /xmobar/xmobarrc.bak
parentea5f798edea14b362c498d87b46e708a46d13dff (diff)
downloadxmonad-config-9007df35415f157ba32e554256b2248860d0103d.tar.gz
xmonad-config-9007df35415f157ba32e554256b2248860d0103d.zip
rewrite config from scratch and remove xmobar config
xmobar config is now written in haskell instead of it's own weird config format and it will be available on my dotfiles repo.
Diffstat (limited to 'xmobar/xmobarrc.bak')
-rw-r--r--xmobar/xmobarrc.bak30
1 files changed, 0 insertions, 30 deletions
diff --git a/xmobar/xmobarrc.bak b/xmobar/xmobarrc.bak
deleted file mode 100644
index 79daa12..0000000
--- a/xmobar/xmobarrc.bak
+++ /dev/null
@@ -1,30 +0,0 @@
-Config { font = "xft:Jet Brains Mono:pixelsize=12:antialias=true;hinting=true"
- , additionalFonts = []
- , bgColor = "#2e3440"
- , fgColor = "#d8dee9"
- , position = Top
- , lowerOnStart = True
- , hideOnStart = False
- , allDesktops = True
- , persistent = True
- , iconRoot = "/home/aaoth/.xmonad/xpm/" -- default: "."
- , commands = [
- -- Time and date
- Run Date "%b %d %Y %H:%M" "date" 50
- -- Network up and down
- , Run Network "eno1" ["-t", "<rx>kb <tx>kb"] 20
- , Run Network "wg0" ["-t", "<rx>kb <tx>kb"] 20
- -- Cpu usage in percent
- , Run Cpu ["-t", "<total>%","-H","50","--high","red"] 20
- -- Ram used number and percent
- , Run Memory ["-t", "<used>M (<usedratio>%)"] 20
- -- Disk space free
- , Run DiskU [("/", "<free> free")] [] 60
- -- Runs a standard shell command 'uname -r' to get kernel version
- , Run Com "uname" ["-r"] "" 3600
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = "<icon=haskell_20.xpm/>}{%uname% <fc=#666666>|</fc> <icon=cpu_20.xpm/> %cpu% <fc=#666666>|</fc> <icon=memory-icon_20.xpm/> %memory% <fc=#666666>|</fc> <icon=harddisk-icon_20.xpm/> %disku% <fc=#666666>|</fc> %eno1% wg: %wg0% <fc=#666666>|</fc> %date% "
- }
-