aboutsummaryrefslogtreecommitdiff
path: root/xmobarrc
diff options
context:
space:
mode:
Diffstat (limited to 'xmobarrc')
-rw-r--r--xmobarrc62
1 files changed, 0 insertions, 62 deletions
diff --git a/xmobarrc b/xmobarrc
deleted file mode 100644
index 2893a17..0000000
--- a/xmobarrc
+++ /dev/null
@@ -1,62 +0,0 @@
-Config
- { font = "xft:Monofur Nerd Font:size=15"
- , additionalFonts = [
- "xft:Monofur bold Nerd Font:style=bold:size=15",
- "xft:Monofur Nerd Font:size=12",
- "xft:Monofur Nerd Font:size=12" ]
- , borderColor = "black"
- , border = FullB
- , borderWidth = 2
- , bgColor = "#17171b"
- , fgColor = "white"
- , alpha = 250 -- default: 255
- , position = TopSize L 100 50
- , textOffset = -1 -- default: -1
- , iconOffset = -1 -- default: -1
- , lowerOnStart = True
- , pickBroadest = False -- default: False
- , persistent = True
- , hideOnStart = False
- , iconRoot = "/usr/local/google/home/rahm/.xmonad/resources" -- default: "."
- , allDesktops = True -- default: True
- , overrideRedirect = False -- default: True
- , sepChar = "%"
- , alignSep = "}{"
- , template = " <fc=#ff8888></fc> <fc=#404040> │</fc><fc=#ff8888> %date%</fc><fc=#404040> │ </fc>%StdinReader% }<fc=#8888ff>%time%</fc>{ %cpu% <fc=#404040>│</fc> %KBDU% <fc=#404040>│</fc> <fc=#8888ff>%uname%</fc> <fc=#404040>│ </fc>%bat% "
- , commands = [
- Run Battery [ "--template" , "<fn=1><acstatus></fn>"
- , "--Low" , "10" -- units: %
- , "--High" , "80" -- units: %
- , "--low" , "darkred"
- , "--normal" , "darkorange"
- , "--high" , "darkgreen"
-
- , "--" -- battery specific options
- -- discharging status
- , "-o" , " (<left>%, <timeleft>)"
- -- AC "on" status
- , "-O" , "<fc=#dA20A5> (<left>%)</fc>"
- -- charged status
- , "-i" , "<fc=#006000></fc>"
- ] 50,
- Run StdinReader,
- Run Date "%H:%M:%S" "time" 10,
- Run Date "%m/%d" "date" 10,
- Run Cpu ["-t", "<total>%", "-L","3","-H","50","--normal","green","--high","red"] 10,
- Run WeatherX "KBDU"
- [ ("clear", "<fc=#ddcf04>")
- , ("sunny", "<fc=#ddcf04>")
- , ("mostly clear", "<fc=#ddcf04>")
- , ("mostly sunny", "<fc=#ddcf04>")
- , ("partly sunny", "<fc=#ddcf04>")
- , ("fair", "<fc=#a0a0a0>🌑")
- , ("cloudy","<fc=#a0a0a0>摒")
- , ("overcast","<fc=#808080>")
- , ("partly cloudy", "<fc=#a0a0a0>杖")
- , ("mostly cloudy", "<fc=#808080>")
- , ("considerable cloudiness", "<fc=#a0a0a0>ﭽ")]
- ["--template", "<skyConditionS></fc><fc=#8888ff> <tempF>°F</fc>"] 360000,
- Run Com "uname" ["-r"] "uname" 0,
- Run Com ".xmonad/xmobar-battery" [] "bat" 20
- ]
- }