Add dotfiles
This commit is contained in:
40
xmobar/xmobarrc
Normal file
40
xmobar/xmobarrc
Normal file
@@ -0,0 +1,40 @@
|
||||
Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true"
|
||||
, additionalFonts = []
|
||||
, borderColor = "black"
|
||||
, border = TopB
|
||||
, bgColor = "black"
|
||||
, fgColor = "grey"
|
||||
, alpha = 125
|
||||
, position = Top
|
||||
, textOffset = -1
|
||||
, iconOffset = -1
|
||||
, lowerOnStart = True
|
||||
, pickBroadest = False
|
||||
, persistent = False
|
||||
, hideOnStart = False
|
||||
, iconRoot = "."
|
||||
, allDesktops = True
|
||||
, overrideRedirect = True
|
||||
, commands = [ Run Cpu [] 10
|
||||
, Run Memory ["-t","Mem: <usedratio>%"] 10
|
||||
, Run Swap [] 10
|
||||
, Run Date "%a %b %_d" "date" 10
|
||||
, Run Date "%H:%M" "time" 10
|
||||
, Run StdinReader
|
||||
, Run Com "volume" [] "volume" 10
|
||||
, Run Battery [ "--template"
|
||||
, "<acstatus>"
|
||||
, "--" -- battery specific options
|
||||
-- discharging status
|
||||
, "-o" , "<left>% (<timeleft>)"
|
||||
-- AC "on" status
|
||||
, "-O" , "Charging"
|
||||
-- charged status
|
||||
, "-i" , "100%"
|
||||
] 50
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%StdinReader% | %cpu% | %memory% | %swap% }\
|
||||
\{ <icon=/home/krrish/volume.xbm/> %volume% | <icon=/home/krrish/battery.xbm/> %battery% | %date% | %time% "
|
||||
}
|
Reference in New Issue
Block a user