diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2021-11-03 01:13:07 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2021-11-03 01:13:07 -0600 |
| commit | 8f6e5103dc8dc3068637b696762e96c2729e939e (patch) | |
| tree | 78e4d070ac743187dc801c9e62a43f8a8b817047 /extras | |
| parent | 6f76e166bb2572ade759291f308460f78e8af12f (diff) | |
| download | rde-8f6e5103dc8dc3068637b696762e96c2729e939e.tar.gz rde-8f6e5103dc8dc3068637b696762e96c2729e939e.tar.bz2 rde-8f6e5103dc8dc3068637b696762e96c2729e939e.zip | |
Added MosaicAlt Layout. Changed weather icon to use moon icon for 'clear'
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/HOME/.xmobarrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/HOME/.xmobarrc b/extras/HOME/.xmobarrc index fc85d91..5a5d4a4 100644 --- a/extras/HOME/.xmobarrc +++ b/extras/HOME/.xmobarrc @@ -5,7 +5,7 @@ Config "xft:Monofur Nerd Font:size=9", "xft:Monofur bold Nerd Font:size=9", "xft:Monofur Nerd Font:size=6", - "xft:Monofur bold Nerd Font:size=40", + "xft:Monofur bold Nerd Font:size=15", "xft:Monofur Nerd Font:style=bold:size=12" ] , borderColor = "black" @@ -57,9 +57,9 @@ Config "--high", "red" ] 10, Run WeatherX "KLMO" - [ ("clear", "<fc=#ddcf04>") + [ ("clear", "<fc=#00a3c4>") , ("sunny", "<fc=#ddcf04>") - , ("mostly clear", "<fc=#ddcf04>") + , ("mostly clear", "<fc=#00a3c4>") , ("mostly sunny", "<fc=#ddcf04>") , ("partly sunny", "<fc=#ddcf04>") , ("fair", "<fc=#a0a0a0>🌑") |