diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/flavours/templates/sway | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/sway')
| -rw-r--r-- | .config/flavours/templates/sway/templates/hibiki.mustache | 18 | ||||
| -rw-r--r-- | .config/flavours/templates/sway/templates/hibiki.mustache.in | 18 |
2 files changed, 0 insertions, 36 deletions
diff --git a/.config/flavours/templates/sway/templates/hibiki.mustache b/.config/flavours/templates/sway/templates/hibiki.mustache deleted file mode 100644 index 77487cc..0000000 --- a/.config/flavours/templates/sway/templates/hibiki.mustache +++ /dev/null @@ -1,18 +0,0 @@ -# vim: ft=swayconfig - -font pango:Iosevka Etoile 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 diff --git a/.config/flavours/templates/sway/templates/hibiki.mustache.in b/.config/flavours/templates/sway/templates/hibiki.mustache.in deleted file mode 100644 index 9b1b331..0000000 --- a/.config/flavours/templates/sway/templates/hibiki.mustache.in +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |