From 5c36687086d208cfd842ca5b17539d2decd423b2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:48:42 +0100 Subject: add flavours config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .../flavours/templates/sway/templates/hibiki.mustache | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/flavours/templates/sway/templates/hibiki.mustache (limited to '.config/flavours/templates/sway') diff --git a/.config/flavours/templates/sway/templates/hibiki.mustache b/.config/flavours/templates/sway/templates/hibiki.mustache new file mode 100644 index 0000000..4b14a4b --- /dev/null +++ b/.config/flavours/templates/sway/templates/hibiki.mustache @@ -0,0 +1,18 @@ + +set $text #{{base07-hex}} +set $text2 #{{base05-hex}} +set $bg #{{base03-hex}} +set $bg2 #{{base05-hex}} +set $main #{{base06-hex}} +set $main2 #{{base0E-hex}} +set $urgent #{{base09-hex}} +set $urgent2 #{{base08-hex}} +set $indicator_focused #{{base0A-hex}} +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 -- cgit 1.4.1