From a9c3994af71d896d377c715d1ebeb3b173ab4b4f Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 12 May 2026 20:57:55 -0500 Subject: Add dry-rebuild alias, laptop battery widget, and commit message convention --- modules/home/xmobar/xmobarrc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 modules/home/xmobar/xmobarrc (limited to 'modules/home/xmobar/xmobarrc') diff --git a/modules/home/xmobar/xmobarrc b/modules/home/xmobar/xmobarrc deleted file mode 100644 index 39f78c6..0000000 --- a/modules/home/xmobar/xmobarrc +++ /dev/null @@ -1,27 +0,0 @@ --- vim: set ft=haskell: -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