12345678910111213141516171819202122232425 |
- Config {
- font = "xft:monospace-8,Noto Mono-8,Noto Color Emoji-8,DejaVuMono-8,VL Gothic-8",
- border = NoBorder,
- bgColor = "#282828",
- fgColor = "#ebdbb2",
- position = Top,
- allDesktops = True,
- pickBroadest = False,
- overrideRedirect = False,
- template = "%XMonadLog%}{%mpd% | %default:Master% | %kbd% | %multicpu% | %memory% | %wlp0s22f2u4% %wlp0s22f2u4wi% | %date%",
- commands = [
- Run Date "%Fw%wT%T%z" "date" 10,
- --Run DiskIO [("sda", "<readvbar><writevbar>"), ("sdb", "<readvbar><writevbar>"), ("sdc", "<readvbar><writevbar>"), ] [] 10,
- --Run DiskU [("/", "<usedbar>"), ("/seagate", "<usedbar>")] 900,
- Run Volume "default" "Master" ["-h","#cc241d","-l","#98971a","-t","<status> <volume>%"] 10,
- Run Memory ["-t", "ラム <usedratio>% (<cache>M)","-h","#cc241d","-l","#98971a"] 10,
- Run MPD ["-t", "<state>: <artist> - <title> <ppos>/<plength>"] 10,
- Run MultiCpu ["-t","<autovbar> <total>%","-L","3","-H","50","-h","#cc241d","-l","#98971a"] 10,
- Run Network "wlp0s22f2u4" ["-t","RTL8812AU: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
- Run Wireless "wlp0s22f2u4" ["-t","(<essid> <quality>%)","-h","#cc241d","-l","#98971a"] 50,
- Run Kbd [("us(lanodan)", "US"), ("ru(phonetic)", "RU")],
- Run XMonadLog
- ]
- }
|