summaryrefslogtreecommitdiff
path: root/xmobarrc
diff options
context:
space:
mode:
authortom barrett <tom@tombarrett.xyz>2024-05-30 16:02:56 +0200
committertom barrett <tom@tombarrett.xyz>2024-06-02 21:56:18 +0200
commitd6a28baef6549996d5e6bd9c31f77ad508c9f6c9 (patch)
tree0338f12515e71021cc38d2fad2ac35d11090af60 /xmobarrc
parent4f7a32e108e46bed8d2468d176259c255cf0e94b (diff)
hyperlandhyprland
Diffstat (limited to 'xmobarrc')
-rw-r--r--xmobarrc19
1 files changed, 0 insertions, 19 deletions
diff --git a/xmobarrc b/xmobarrc
deleted file mode 100644
index 52b9159..0000000
--- a/xmobarrc
+++ /dev/null
@@ -1,19 +0,0 @@
-Config
- { font = "Hermit 13"
- , textOffset = 0
- , borderWidth = 0
- , position = TopH 25
- , bgColor = "#a1b56c"
- , fgColor = "#b8b8b8"
- , commands =
- [ Run Date "%a %d %b %Y %H:%M:%S" "date" 10
- , Run DiskU [("/", "<free>")] ["-L", "1"] 50
- , Run Battery ["-t", "<left>%"] 10
- , Run Cpu ["-t", "<total>%"] 10
- , Run Com "sh" ["-c", "ip -br -4 a | awk '!/lo/ {if ($3) printf \"%s \", $3 }'"] "" 10
- , Run XMonadLog
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = "%XMonadLog% }{ <fc=#b8b8b8,#181818> %sh%| %cpu% | %disku% | %battery% | %date% </fc>"
- }