Added rofi and nixos configs
This commit is contained in:
parent
d80a10d998
commit
a4bcb4084f
5 changed files with 281 additions and 1 deletions
29
.xmobarrc
Normal file
29
.xmobarrc
Normal file
|
@ -0,0 +1,29 @@
|
|||
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
|
||||
, lowerOnStart = True
|
||||
, borderColor = "black"
|
||||
, border = TopB
|
||||
, bgColor = "black"
|
||||
, fgColor = "grey"
|
||||
, position = TopW L 100
|
||||
, commands = [
|
||||
Run Weather "KFUL" ["-t", "KFUL: <tempF>F/<skyCondition>"] 36000
|
||||
, Run Network "wlp3s0" ["-L","0","-H","32","--normal","green","--high","red"] 10
|
||||
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
|
||||
, Run Memory ["-t","Mem: <usedratio>%"] 10
|
||||
, Run Battery [
|
||||
"-t", "<acstatus>: <left>%",
|
||||
"--",
|
||||
--"-c", "energy_full",
|
||||
"-O", "AC",
|
||||
"-o", "Bat",
|
||||
"-h", "green",
|
||||
"-l", "red"
|
||||
] 10
|
||||
, Run Com "uname" ["-s","-r"] "" 36000
|
||||
, Run Date "%a %b %_d %H:%M" "date" 10
|
||||
, Run StdinReader
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%StdinReader% | %cpu% | %memory% | %wlp3s0% | %KFUL% }{<fc=#ee9a00>%date%</fc> | %uname% | %battery% "
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue