add doom shortcuts
This commit is contained in:
parent
121c7f3430
commit
018c77fadf
2 changed files with 25 additions and 18 deletions
|
@ -1,21 +1,12 @@
|
|||
Config { overrideRedirect = False
|
||||
, font = "xft:Roboto Mono for Powerline:size=11"
|
||||
, bgColor = "#0E0A0C"
|
||||
, fgColor = "#d49a9c"
|
||||
, bgColor = "#0C0C0F"
|
||||
, fgColor = "#ccdee5"
|
||||
, position = TopW L 100
|
||||
, commands = [ Run Weather "EGPF"
|
||||
[ "--template", "<weather> <tempC>°C"
|
||||
, "-L", "0"
|
||||
, "-H", "25"
|
||||
, "--low" , "lightblue"
|
||||
, "--normal", "#f8f8f2"
|
||||
, "--high" , "red"
|
||||
] 36000
|
||||
, Run Cpu
|
||||
, iconRoot = ".config/xmobar/xpm/"
|
||||
, commands = [Run Cpu
|
||||
[ "-L", "3"
|
||||
, "-H", "50"
|
||||
, "--high" , "red"
|
||||
, "--normal", "green"
|
||||
] 10
|
||||
, Run Alsa "default" "Master"
|
||||
[ "--template", "<volumestatus>"
|
||||
|
@ -24,11 +15,11 @@ Config { overrideRedirect = False
|
|||
, "--on", ""
|
||||
]
|
||||
, Run Memory ["--template", "Mem: <usedratio>%"] 10
|
||||
, Run Swap [] 10
|
||||
, Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10
|
||||
, Run Date "%a %Y-%m-%d <fc=#8EB7CF>%H:%M</fc>" "date" 10
|
||||
, Run XMonadLog
|
||||
, Run Com "get_music_info" [] "" 10
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %EGPF% | %date% "
|
||||
, template = " <icon=haskell_20.xpm/> %XMonadLog% }{ %get_music_info% | %alsa:default:Master% | %cpu% | %memory% | %date% "
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue