summary refs log tree commit diff
path: root/.config/flavours/templates/sway/templates/hibiki.mustache.in
blob: 9b1b331d80f9da8325b07483f2af1c8a525d40f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim: ft=swayconfig

font pango:@uifont@ 9

set $text              #{{base0F-hex}}
set $text2             #{{base07-hex}}
set $bg                #{{base00-hex}}
set $bg2               #{{base05-hex}}
set $main              #{{base05-hex}}
set $main2             #{{base0D-hex}}
set $urgent            #{{base09-hex}}
set $urgent2           #{{base01-hex}}
set $indicator         $text2

client.focused           $main    $main   $text  $indicator $main
client.focused_inactive  $bg      $bg     $text2 $bg        $bg
client.unfocused         $bg      $bg     $text2 $bg        $bg
client.urgent            $urgent2 $urgent $text  $urgent2   $urgent