summaryrefslogtreecommitdiff
path: root/modules/home/xmobar/xmobarrc
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-12 20:57:55 -0500
committerChristian <[email protected]>2026-05-12 20:57:55 -0500
commita9c3994af71d896d377c715d1ebeb3b173ab4b4f (patch)
treeb3dfcb3efe4616c4b1864bfb8ba0db7f6d99f66b /modules/home/xmobar/xmobarrc
parent846da0fa115977f5ab4e9ab966439450a0c60faf (diff)
Add dry-rebuild alias, laptop battery widget, and commit message convention
Diffstat (limited to 'modules/home/xmobar/xmobarrc')
-rw-r--r--modules/home/xmobar/xmobarrc27
1 files changed, 0 insertions, 27 deletions
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: <fc=#4eb4fa><bar> <total>%</fc>"] 10
- , Run Network "wlan0" ["-S", "True", "-t", "wlan: <fc=#4eb4fa><rx></fc>/<fc=#4eb4fa><tx></fc>"] 10
- , Run Memory ["-t","mem: <fc=#4eb4fa><usedbar> <usedratio>%</fc>"] 10
- , Run Date "date: <fc=#4eb4fa>%a %d %b %Y %I:%M:%S %p </fc>" "date" 10
- , Run Battery
- ["-t", "bat: <leftbar> <left> <watts>",
- "-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% "
-}