|
@@ -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>"
|