blob: 2027754bd2854b289777adc58a20ae5232e524e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
set $text {{ hex .gofun }}
set $text2 {{ hex .shironezumi }}
set $bg {{ hex .sumi }}
set $bg2 {{ hex (lighter .sumi 0.2) }}
set $main {{ hex .futaai }}
set $main2 {{ hex .shikon }}
set $urgent {{ hex .enji }}
set $urgent2 {{ hex .hiwada }}
set $indicator_focused {{ hex .hanaba }}
set $indicator_unfocused $bg
client.focused $main $main $text $indicator_focused $main
# client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg
client.focused_inactive $main2 $main2 $text2 $indicator_unfocused $main2
client.unfocused $bg $bg $text2 $indicator_unfocused $bg
# client.unfocused $main2 $main2 $text2 $indicator_unfocused $main2
client.urgent $urgent2 $urgent $text $indicator_focused $urgent
|