2024-05-04 18:36:22 +02:00
|
|
|
Config { overrideRedirect = True
|
|
|
|
|
, lowerOnStart = True
|
2024-03-27 11:39:34 +01:00
|
|
|
, font = "Jetbrains Mono Nerd Font Bold 9"
|
2024-06-01 19:37:11 +02:00
|
|
|
, bgColor = "#24283b"
|
|
|
|
|
, fgColor = "#737aa2"
|
2024-05-04 18:36:22 +02:00
|
|
|
, position = Top
|
2024-04-02 20:16:57 +02:00
|
|
|
, border = NoBorder
|
2024-06-01 19:37:11 +02:00
|
|
|
, borderColor = "#24283b"
|
2024-03-23 12:01:35 +01:00
|
|
|
, allDesktops = True
|
|
|
|
|
, pickBroadest = True
|
|
|
|
|
, commands = [ Run Weather "LZIB"
|
2024-05-04 18:36:22 +02:00
|
|
|
[ "--template", "\xe302 <station>: <tempC>°C"
|
2024-05-02 13:38:38 +02:00
|
|
|
, "-L", "5"
|
2024-03-23 12:01:35 +01:00
|
|
|
, "-H", "25"
|
2024-12-01 16:07:50 +01:00
|
|
|
, "--low" , "#8be9fd"
|
|
|
|
|
, "--normal" , "#50fa7b"
|
|
|
|
|
, "--high" , "#ff5555"
|
2024-03-23 12:01:35 +01:00
|
|
|
] 9000
|
|
|
|
|
, Run MultiCpu
|
2024-05-04 18:36:22 +02:00
|
|
|
[ "--template" , "\xf4bc Cpu: <total>%"
|
2024-03-23 12:01:35 +01:00
|
|
|
, "--Low" , "25"
|
|
|
|
|
, "--High" , "75"
|
2024-12-01 16:07:50 +01:00
|
|
|
, "--low" , "#50fa7b"
|
|
|
|
|
, "--normal" , "#ffb86c"
|
|
|
|
|
, "--high" , "#ff5555"
|
2024-03-23 12:01:35 +01:00
|
|
|
] 10
|
|
|
|
|
, Run CoreTemp
|
2024-05-04 18:36:22 +02:00
|
|
|
[ "--template" , "Temp: <core0>°C"
|
2024-03-23 12:01:35 +01:00
|
|
|
, "--Low" , "60"
|
|
|
|
|
, "--High" , "85"
|
2024-12-01 16:07:50 +01:00
|
|
|
, "--low" , "#50fa7b"
|
|
|
|
|
, "--normal" , "#ffb86c"
|
|
|
|
|
, "--high" , "#ff5555"
|
2024-03-23 12:01:35 +01:00
|
|
|
] 50
|
|
|
|
|
, Run Memory
|
2024-05-04 18:36:22 +02:00
|
|
|
[ "--template" , "\xefc5 Mem: <usedratio>%"
|
2024-07-28 21:13:56 +02:00
|
|
|
, "--Low" , "33"
|
|
|
|
|
, "--High" , "66"
|
2024-12-01 16:07:50 +01:00
|
|
|
, "--low" , "#50fa7b"
|
|
|
|
|
, "--normal" , "#ffb86c"
|
|
|
|
|
, "--high" , "#ff5555"
|
2024-05-04 18:36:22 +02:00
|
|
|
] 50
|
2024-03-23 12:01:35 +01:00
|
|
|
, Run Kbd
|
2024-12-01 16:07:50 +01:00
|
|
|
[ ("it" , "<fc=#50fa7b>IT</fc>")
|
|
|
|
|
, ("us" , "<fc=#ffb86c>US</fc>")
|
|
|
|
|
, ("sk(qwerty)" , "<fc=#ff5555>SK</fc>")
|
2024-03-23 12:01:35 +01:00
|
|
|
]
|
2024-12-01 16:07:50 +01:00
|
|
|
, Run Date "\xf133 %a %Y-%m-%d <fc=#ff79c6>%H:%M</fc>" "date" 10
|
2024-05-04 18:36:22 +02:00
|
|
|
, Run Uptime
|
|
|
|
|
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m"
|
|
|
|
|
] 600
|
2024-05-05 22:07:06 +02:00
|
|
|
, Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10
|
2024-03-23 12:01:35 +01:00
|
|
|
, Run XMonadLog
|
|
|
|
|
]
|
|
|
|
|
, sepChar = "%"
|
|
|
|
|
, alignSep = "}{"
|
2025-03-05 16:48:45 +01:00
|
|
|
, template = " | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% | %kbd% { %LZIB% | %pactl_volume% | %date% "
|
2024-03-23 12:01:35 +01:00
|
|
|
}
|