From 25483a5b8960525447e3f81e86926508731c8fa6 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 29 Jan 2026 14:35:15 -0600 Subject: XMobar --- modules/home/xmobar/xmobarrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 modules/home/xmobar/xmobarrc (limited to 'modules/home/xmobar/xmobarrc') diff --git a/modules/home/xmobar/xmobarrc b/modules/home/xmobar/xmobarrc new file mode 100644 index 0000000..3185112 --- /dev/null +++ b/modules/home/xmobar/xmobarrc @@ -0,0 +1,26 @@ +Config + { font = "Monospace" + , borderColor = "#d0d0d0" + , border = FullB + , borderWidth = 1 + , bgColor = "#222" + , fgColor = "grey" + , position = TopH 30 + , commands = + [ Run Cpu ["-t", "cpu: %"] 10 + , Run Network "wlan0" ["-S", "True", "-t", "wlan: /"] 10 + , Run Memory ["-t","mem: %"] 10 + , Run Date "date: %a %d %b %Y %I:%M:%S %p " "date" 10 + , Run Battery + ["-t", "bat: ", + "-L", "10", "-H", "80", "-S", "True", + "-l", "red", "-n", "#4eb4fa", "-h", "green", + "--", + "-L", "-15", "-H", "-5", + "-l", "red", "-m", "#4eb4fa", "-h", "green"] + 600 + ] + , sepChar = "%" + , alignSep = "}{" + , template = " %battery% | %cpu% | %memory% | %wlan0% }{%date% " +} -- cgit v1.2.3