mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add: xmonad
This commit is contained in:
parent
0a1b435192
commit
d61b6a5327
4 changed files with 98 additions and 7 deletions
21
.config/xmobar/xmobarrc
Normal file
21
.config/xmobar/xmobarrc
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
-- vim:et:sw=2:ts=2:ft=haskell
|
||||
|
||||
Config { overrideRedirect = False
|
||||
, font = "xft:JetBrainsMono NF"
|
||||
, bgColor = "#000000"
|
||||
, fgColor = "#FFFFFF"
|
||||
, position = TopW L 90
|
||||
, commands = [ Run Cpu
|
||||
[ "-L", "3"
|
||||
, "-H", "50"
|
||||
, "--high", "red"
|
||||
, "--normal", "green"
|
||||
] 10
|
||||
, Run Memory [ "--template", "Mem: <usedratio>%" ] 10
|
||||
, Run Date "%a %Y-%m-%d %H:%M" "date" 10
|
||||
, Run XMonadLog
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%XMonadLog% }{ %cpu% | %memory% | %date% "
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue