From d6a28baef6549996d5e6bd9c31f77ad508c9f6c9 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Thu, 30 May 2024 16:02:56 +0200 Subject: hyperland --- xmobarrc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 xmobarrc (limited to 'xmobarrc') 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 [("/", "")] ["-L", "1"] 50 - , Run Battery ["-t", "%"] 10 - , Run Cpu ["-t", "%"] 10 - , Run Com "sh" ["-c", "ip -br -4 a | awk '!/lo/ {if ($3) printf \"%s \", $3 }'"] "" 10 - , Run XMonadLog - ] - , sepChar = "%" - , alignSep = "}{" - , template = "%XMonadLog% }{ %sh%| %cpu% | %disku% | %battery% | %date% " - } -- cgit v1.2.3