Browse Source

Don't force color with neutral symbols

Does not work with every color scheme.
Alois Mahdal 6 years ago
parent
commit
f021215730
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      dotfiles/i3/config

+ 4
- 4
dotfiles/i3/config View File

@@ -148,7 +148,7 @@ mode "mark" {
148 148
   #      
149 149
   #        
150 150
   # ⓿ ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾
151
-  set $neutral  "<span foreground='#999999'></span> %title"
151
+  set $neutral  "<span></span> %title"
152 152
   set $runn     "<span foreground='cyan'></span> %title"
153 153
   set $pass     "<span foreground='lime'></span> %title"
154 154
   set $warn     "<span foreground='orange'></span> %title"
@@ -168,9 +168,9 @@ mode "mark" {
168 168
   set $italic   "<i>%title</i>"
169 169
   set $normal   "%title"
170 170
 
171
-  set $list     "<span foreground='#999999'></span> %title"
172
-  set $item     "<span foreground='#999999'></span> %title"
173
-  set $favorite "<span foreground='red'></span> %title"
171
+  set $list     "<span></span> %title"
172
+  set $item     "<span></span> %title"
173
+  set $favorite "<span></span> %title"
174 174
 
175 175
   bindsym Page_Up [workspace=__focused__] \
176 176
                         title_format $neutral; mode "default"