diff options
author | Alan Pearce | 2019-10-01 19:59:29 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-01 22:17:40 +0200 |
commit | 75166a4de865570f27c074c82e47168ac8630f83 (patch) | |
tree | 5cdbdf890fb92b2655ac71a3e3c76d179fabef1f /xmobar/.xmobarrc | |
parent | b6a175d58e59517517a0590f129e3b515ef94137 (diff) | |
download | dotfiles-75166a4de865570f27c074c82e47168ac8630f83.tar.lz dotfiles-75166a4de865570f27c074c82e47168ac8630f83.tar.zst dotfiles-75166a4de865570f27c074c82e47168ac8630f83.zip |
Cleanup unused dotfile categories
Diffstat (limited to 'xmobar/.xmobarrc')
-rw-r--r-- | xmobar/.xmobarrc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/xmobar/.xmobarrc b/xmobar/.xmobarrc deleted file mode 100644 index dd54a92..0000000 --- a/xmobar/.xmobarrc +++ /dev/null @@ -1,40 +0,0 @@ -Config { font = "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*" - , borderColor = "#657b83" - , border = TopB - , bgColor = "#fdf6e3" - , fgColor = "#657b83" - , position = BottomW L 90 - , lowerOnStart = False - , hideOnStart = False - , persistent = True - , commands = [ Run Weather "EGNX" ["-t", "<tempC>ºC" - ,"-L", "12" - ,"-H", "22" - ,"--low", "#268bd2" - ,"--normal", "#859900" - ,"--high", "#dc322f" - ] 36000 - , Run DynNetwork ["-t", "Net: <rx>¦<tx>KB" - ,"-L", "512" - ,"-H", "10240" - ,"--low", "#859900" - ,"--normal", "#b58900" - ,"--high", "#dc322f" - ,"-m", "5" - ] 10 - , Run Cpu ["-p", "3" - ,"-L", "3" - ,"-H", "50" - ,"--normal", "#859900" - ,"--high", "#dc322f" - ] 10 - , Run Memory ["-p", "3" - ,"-t", "Mem: <usedratio>%" - ] 20 - , Run StdinReader - , Run Date "%a %b %_d %Y %H:%M" "date" 100 - ] - , sepChar = "%" - , alignSep = "}{" - , template = "%StdinReader% }{ %cpu% | %memory% | %dynnetwork% | %EGNX% | <fc=#2aa198>%date%</fc>" - } |