added xmobar config file

This commit is contained in:
Luddifee 2021-01-07 00:01:43 +01:00
parent 4c9c2627bb
commit 0f87cdcbe6

View File

@ -0,0 +1,39 @@
Config { font = "xft:monospace"
, additionalFonts = []
, borderColor = "black"
, border = TopB
, bgColor = "#303030"
, fgColor = "grey"
, alpha = 255
, position = Static { xpos = 0 , ypos = 0, width = 1920, height = 30 }
, textOffset = -1
, iconOffset = -1
, lowerOnStart = True
, pickBroadest = False
, persistent = False
, hideOnStart = False
, iconRoot = "."
, allDesktops = True
, overrideRedirect = True
, commands = [
Run Cpu ["-L","3","-H","50", "--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Com "uname" ["-s","-r"] "" 36000
, Run Date "%H:%M - %d.%m.%Y" "date" 10
, Run Wireless "wlp1s0" [ "-t", "<essid>" ] 10
, Run Battery [
"-t", "<acstatus>: <left>% <timeleft>",
"--",
--"-c", "charge_full",
"-O", "AC",
"-o", "Bat",
"-h", "green",
"-l", "red"
] 10
]
, sepChar = "%"
, alignSep = "}{"
, template = " %cpu% | %memory% * %swap% }\
\{ <fc=#ff55cc>%wlp1s0wi%</fc> | <fc=#9999ff>%battery%</fc> | <fc=#ffd700>%date%</fc> | <fc=#0fb471>%uname%</fc> "
}