mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-26 04:21:22 +02:00
template: Add font to all templates.
This commit is contained in:
parent
4f76548907
commit
0b83eda7b8
@ -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};
|
||||||
|
@ -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};
|
||||||
|
@ -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}'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
wallpaper: "{wallpaper}"
|
wallpaper: "{wallpaper}"
|
||||||
|
font: "{font}"
|
||||||
|
|
||||||
special:
|
special:
|
||||||
background: "{background}"
|
background: "{background}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user