template: Add font to all templates.

This commit is contained in:
Dylan Araps 2017-08-15 19:37:34 +10:00
parent 4f76548907
commit 0b83eda7b8
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Generated by 'wal' */
:root {{
--wallpaper: url("{wallpaper}");
--font: "{font}";
/* Special */
--background: {background};

View File

@ -1,6 +1,7 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "{wallpaper}";
$font: "{font}";
// Special
$background: {background};

View File

@ -1,6 +1,7 @@
# Shell variables
# Generated by 'wal'
wallpaper='{wallpaper}'
font='{font}'
# Special
background='{background}'

View File

@ -1,4 +1,5 @@
wallpaper: "{wallpaper}"
font: "{font}"
special:
background: "{background}"