Przeglądaj źródła

Don't force color with neutral symbols

Does not work with every color scheme.
Alois Mahdal 6 lat temu
rodzic
commit
f021215730
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4
    4
      dotfiles/i3/config

+ 4
- 4
dotfiles/i3/config Wyświetl plik

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