Browse Source

Use appropriate icons for each state

Alois Mahdal 9 years ago
parent
commit
57d3d8dcb2
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      dotfiles/i3/config

+ 5
- 4
dotfiles/i3/config View File

@@ -122,11 +122,12 @@ bindsym $mod+Tab scratchpad show
122 122
 bindsym $mod+backslash               mode "mark"
123 123
 
124 124
 mode "mark" {
125
+  #      
125 126
   set $neutral  "<span foreground='gray30'></span> %title"
126
-  set $runn     "<span foreground='cyan'></span> %title"
127
-  set $pass     "<span foreground='lime'></span> %title"
128
-  set $warn     "<span foreground='orange'></span> %title"
129
-  set $fail     "<span foreground='red'></span> %title"
127
+  set $runn     "<span foreground='cyan'></span> %title"
128
+  set $pass     "<span foreground='lime'></span> %title"
129
+  set $warn     "<span foreground='orange'></span> %title"
130
+  set $fail     "<span foreground='red'></span> %title"
130 131
   set $strike   "<s>%title</s>"
131 132
   set $unders   "<u>%title</u>"
132 133
   set $italic   "<i>%title</i>"