Created
December 2, 2024 05:04
-
-
Save sameerkrmishra/0f186658e62657007281e5dc42c83f30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Config { overrideRedirect = False | |
, font = "xft:iosevka-9" | |
, bgColor = "#5f5f5f" | |
, fgColor = "#f8f8f2" | |
, position = TopW L 90 | |
, commands = [ Run Cpu | |
[ "-L", "3" | |
, "-H", "50" | |
, "--high" , "red" | |
, "--normal", "green" | |
] 10 | |
, Run Alsa "default" "Master" | |
[ "--template", "<volumestatus>" | |
, "--suffix" , "True" | |
, "--" | |
, "--on", "" | |
] | |
, Run Memory ["--template", "Mem: <usedratio>%"] 10 | |
, Run Swap [] 10 | |
, Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10 | |
, Run XMonadLog | |
] | |
, sepChar = "%" | |
, alignSep = "}{" | |
, template = "%XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %EGPF% | %date% " | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment