Browse Source

Change color good to blue

Instead of default green
DricomDragon 4 years ago
parent
commit
1e965c62ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Install/Templates/i3status/config

+ 1 - 0
Install/Templates/i3status/config

@@ -9,6 +9,7 @@
 general {
 general {
         colors = true
         colors = true
         color_bad = "#FF8800"
         color_bad = "#FF8800"
+        color_good = "#00AAFF"
         interval = 5
         interval = 5
 }
 }