summary refs log tree commit diff
path: root/.config/flavours/templates/sway/templates/hibiki.mustache.in
blob: 53c246b41d75faea3eacc1c9e9a42daea7e4b4c4 (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                #{{base08-hex}}
set $bg2               #{{base05-hex}}
set $main              #{{base06-hex}}
set $main2             #{{base0E-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