From 791ea7971b097a8146e993ed5ba490ccf0b2c72c Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 2 Nov 2021 20:15:32 -0600 Subject: More XMobar sexiness. Revamped the install script to make it easier to handle the install process. --- xmobarrc | 62 -------------------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 xmobarrc (limited to 'xmobarrc') 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 = " %date% │ %StdinReader% }%time%{ %cpu% │ %KBDU% %uname% │ %bat% " - , commands = [ - Run Battery [ "--template" , "" - , "--Low" , "10" -- units: % - , "--High" , "80" -- units: % - , "--low" , "darkred" - , "--normal" , "darkorange" - , "--high" , "darkgreen" - - , "--" -- battery specific options - -- discharging status - , "-o" , " (%, )" - -- AC "on" status - , "-O" , " (%)" - -- charged status - , "-i" , "" - ] 50, - Run StdinReader, - Run Date "%H:%M:%S" "time" 10, - Run Date "%m/%d" "date" 10, - Run Cpu ["-t", "%", "-L","3","-H","50","--normal","green","--high","red"] 10, - Run WeatherX "KBDU" - [ ("clear", "") - , ("sunny", "") - , ("mostly clear", "") - , ("mostly sunny", "") - , ("partly sunny", "") - , ("fair", "🌑") - , ("cloudy","摒") - , ("overcast","") - , ("partly cloudy", "杖") - , ("mostly cloudy", "") - , ("considerable cloudiness", "ﭽ")] - ["--template", " °F"] 360000, - Run Com "uname" ["-r"] "uname" 0, - Run Com ".xmonad/xmobar-battery" [] "bat" 20 - ] - } -- cgit