mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-25 20:11:44 +02:00
template: Add font to all templates.
This commit is contained in:
parent
4f76548907
commit
0b83eda7b8
@ -2,6 +2,7 @@
|
||||
Generated by 'wal' */
|
||||
:root {{
|
||||
--wallpaper: url("{wallpaper}");
|
||||
--font: "{font}";
|
||||
|
||||
/* Special */
|
||||
--background: {background};
|
||||
|
@ -1,6 +1,7 @@
|
||||
// SCSS Variables
|
||||
// Generated by 'wal'
|
||||
$wallpaper: "{wallpaper}";
|
||||
$font: "{font}";
|
||||
|
||||
// Special
|
||||
$background: {background};
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Shell variables
|
||||
# Generated by 'wal'
|
||||
wallpaper='{wallpaper}'
|
||||
font='{font}'
|
||||
|
||||
# Special
|
||||
background='{background}'
|
||||
|
@ -1,4 +1,5 @@
|
||||
wallpaper: "{wallpaper}"
|
||||
font: "{font}"
|
||||
|
||||
special:
|
||||
background: "{background}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user