diff options
| author | dylan araps <dylan.araps@gmail.com> | 2017-11-19 09:45:10 +1100 |
|---|---|---|
| committer | dylan araps <dylan.araps@gmail.com> | 2017-11-19 09:45:10 +1100 |
| commit | 245c7fe9b23d62342c84b082c8c7f1c744c56d81 (patch) | |
| tree | c340dfd7f6226d7f607d4e25d46ff83c7784014e | |
| parent | 1c4d8d84a169db9a406350d7fa3a02c2056659af (diff) | |
sway: Fix template file.
| -rw-r--r-- | pywal/templates/colors-sway | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/pywal/templates/colors-sway b/pywal/templates/colors-sway index 62de8cf..1f366a8 100644 --- a/pywal/templates/colors-sway +++ b/pywal/templates/colors-sway @@ -1,21 +1,21 @@ -set $wallpaper "{wallpaper}" +set $wallpaper {wallpaper} -set $background "{background}" -set $foreground "{foreground}" +set $background {background} +set $foreground {foreground} -set $color0 "{color0}" -set $color1 "{color1}" -set $color2 "{color2}" -set $color3 "{color3}" -set $color4 "{color4}" -set $color5 "{color5}" -set $color6 "{color6}" -set $color7 "{color7}" -set $color8 "{color8}" -set $color9 "{color9}" -set $color10 "{color10}" -set $color11 "{color11}" -set $color12 "{color12}" -set $color13 "{color13}" -set $color14 "{color14}" -set $color15 "{color15}" +set $color0 {color0} +set $color1 {color1} +set $color2 {color2} +set $color3 {color3} +set $color4 {color4} +set $color5 {color5} +set $color6 {color6} +set $color7 {color7} +set $color8 {color8} +set $color9 {color9} +set $color10 {color10} +set $color11 {color11} +set $color12 {color12} +set $color13 {color13} +set $color14 {color14} +set $color15 {color15} |
