aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d/i3
blob: 713869e000e8a89372fe019a321586aff15666d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
[ $no_cfg -eq 1 ] && return

indicator="$color0"
mkcd "$XDG_CONFIG_HOME/i3"
cat << EOF > 'color.conf'
client.focused          $fg $bg $fg $indicator $bg
client.focused_inactive $bg $bg $fg $indicator $bg
client.unfocused        $bg $bg $fg $indicator $bg
client.urgent           $bg $bg $fg $indicator $bg
client.placeholder      $bg $bg $fg $indicator $bg
client.background       $bg
EOF