From 904a7edf2aedb48b0ce9825fd5c8a46e57847073 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 7 Jul 2021 14:33:20 +0300 Subject: initial commit --- xmobar/xmobarrc.bak | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 xmobar/xmobarrc.bak (limited to 'xmobar/xmobarrc.bak') diff --git a/xmobar/xmobarrc.bak b/xmobar/xmobarrc.bak new file mode 100644 index 0000000..79daa12 --- /dev/null +++ b/xmobar/xmobarrc.bak @@ -0,0 +1,30 @@ +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", "kb kb"] 20 + , Run Network "wg0" ["-t", "kb kb"] 20 + -- Cpu usage in percent + , Run Cpu ["-t", "%","-H","50","--high","red"] 20 + -- Ram used number and percent + , Run Memory ["-t", "M (%)"] 20 + -- Disk space free + , Run DiskU [("/", " free")] [] 60 + -- Runs a standard shell command 'uname -r' to get kernel version + , Run Com "uname" ["-r"] "" 3600 + ] + , sepChar = "%" + , alignSep = "}{" + , template = "}{%uname% | %cpu% | %memory% | %disku% | %eno1% wg: %wg0% | %date% " + } + -- cgit v1.2.3