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' */ Generated by 'wal' */
:root {{ :root {{
--wallpaper: url("{wallpaper}"); --wallpaper: url("{wallpaper}");
--font: "{font}";
/* Special */ /* Special */
--background: {background}; --background: {background};

View File

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

View File

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

View File

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