summary refs log tree commit diff stats
path: root/tag-xmobar
diff options
context:
space:
mode:
authorAlan Pearce2014-07-20 10:35:36 +0100
committerAlan Pearce2014-07-20 10:35:36 +0100
commit3449206c06d060ed0f120af28ee8ab20eae52bf4 (patch)
tree3f43bd62aa441f2ffb44857e3f4fc3c2c9c0bd58 /tag-xmobar
parent41094953cf1c751ace460f7814dc2b10fb9f9ea1 (diff)
downloaddotfiles-3449206c06d060ed0f120af28ee8ab20eae52bf4.tar.lz
dotfiles-3449206c06d060ed0f120af28ee8ab20eae52bf4.tar.zst
dotfiles-3449206c06d060ed0f120af28ee8ab20eae52bf4.zip
Xmobar: use solarized-light colours
Diffstat (limited to 'tag-xmobar')
-rw-r--r--tag-xmobar/xmobarrc22
1 files changed, 11 insertions, 11 deletions
diff --git a/tag-xmobar/xmobarrc b/tag-xmobar/xmobarrc
index ae7c711..dd54a92 100644
--- a/tag-xmobar/xmobarrc
+++ b/tag-xmobar/xmobarrc
@@ -1,8 +1,8 @@
 Config { font = "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*"
        , borderColor = "#657b83"
        , border = TopB
-       , bgColor = "#002b36"
-       , fgColor = "#fdf6e3"
+       , bgColor = "#fdf6e3"
+       , fgColor = "#657b83"
        , position = BottomW L 90
        , lowerOnStart = False
        , hideOnStart = False
@@ -10,23 +10,23 @@ Config { font = "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*"
        , commands = [ Run Weather "EGNX" ["-t", "<tempC>ºC"
                                          ,"-L", "12"
                                          ,"-H", "22"
-                                         ,"--low", "lightblue"
-                                         ,"--normal", "green"
-                                         ,"--high", "red"
+                                         ,"--low", "#268bd2"
+                                         ,"--normal", "#859900"
+                                         ,"--high", "#dc322f"
                                          ] 36000
                     , Run DynNetwork ["-t", "Net: <rx>¦<tx>KB"
                                      ,"-L", "512"
                                      ,"-H", "10240"
-                                     ,"--low", "green"
-                                     ,"--normal", "yellow"
-                                     ,"--high", "red"
+                                     ,"--low", "#859900"
+                                     ,"--normal", "#b58900"
+                                     ,"--high", "#dc322f"
                                      ,"-m", "5"
                                      ] 10
                     , Run Cpu ["-p", "3"
                               ,"-L", "3"
                               ,"-H", "50"
-                              ,"--normal", "green"
-                              ,"--high", "red"
+                              ,"--normal", "#859900"
+                              ,"--high", "#dc322f"
                               ] 10
                     , Run Memory ["-p", "3"
                                  ,"-t", "Mem: <usedratio>%"
@@ -36,5 +36,5 @@ Config { font = "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*"
                     ]
        , sepChar = "%"
        , alignSep = "}{"
-       , template = "%StdinReader% }{ %cpu% | %memory% | %dynnetwork% | %EGNX% | <fc=#ee9a00>%date%</fc>"
+       , template = "%StdinReader% }{ %cpu% | %memory% | %dynnetwork% | %EGNX% | <fc=#2aa198>%date%</fc>"
        }