commit 219069cf42e28e69c9f3d3e9e6f92006a1cde79a
parent fb108d229809c20b4df20b48df1ae76c01568358
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date: Fri, 23 Aug 2024 19:01:11 -0400
migrate kitty, vim, Xresources, hyprland, and vconsole templates to wallust v3 format
Diffstat:
5 files changed, 123 insertions(+), 123 deletions(-)
diff --git a/templates/colors-kitty.conf b/templates/colors-kitty.conf
@@ -1,29 +1,29 @@
-foreground {foreground}
-background {background}
-cursor {cursor}
+foreground {{foreground}}
+background {{background}}
+cursor {{cursor}}
-active_tab_foreground {background}
-active_tab_background {foreground}
-inactive_tab_foreground {foreground}
-inactive_tab_background {background}
+active_tab_foreground {{background}}
+active_tab_background {{foreground}}
+inactive_tab_foreground {{foreground}}
+inactive_tab_background {{background}}
-active_border_color {foreground}
-inactive_border_color {background}
-bell_border_color {color1}
+active_border_color {{foreground}}
+inactive_border_color {{background}}
+bell_border_color {{color1}}
-color0 {color0}
-color8 {color8}
-color1 {color1}
-color9 {color9}
-color2 {color2}
-color10 {color10}
-color3 {color3}
-color11 {color11}
-color4 {color4}
-color12 {color12}
-color5 {color5}
-color13 {color13}
-color6 {color6}
-color14 {color14}
-color7 {color7}
-color15 {color15}
+color0 {{color0}}
+color8 {{color8}}
+color1 {{color1}}
+color9 {{color9}}
+color2 {{color2}}
+color10 {{color10}}
+color3 {{color3}}
+color11 {{color11}}
+color4 {{color4}}
+color12 {{color12}}
+color5 {{color5}}
+color13 {{color13}}
+color6 {{color6}}
+color14 {{color14}}
+color7 {{color7}}
+color15 {{color15}}
diff --git a/templates/colors-wal.vim b/templates/colors-wal.vim
@@ -1,23 +1,23 @@
" Special
-let wallpaper = "{wallpaper}"
+let wallpaper = "{{wallpaper}}"
let background = "#1f1f1f"
-let foreground = "{foreground}"
-let cursor = "{cursor}"
+let foreground = "{{foreground}}"
+let cursor = "{{cursor}}"
" Colors
-let color0 = "{color0}"
-let color1 = "{color1}"
-let color2 = "{color2}"
-let color3 = "{color3}"
-let color4 = "{color4}"
-let color5 = "{color5}"
-let color6 = "{color6}"
-let color7 = "{color7}"
-let color8 = "{color8}"
-let color9 = "{color9}"
-let color10 = "{color10}"
-let color11 = "{color11}"
-let color12 = "{color12}"
-let color13 = "{color13}"
-let color14 = "{color14}"
-let color15 = "{color15}"
+let color0 = "{{color0}}"
+let color1 = "{{color1}}"
+let color2 = "{{color2}}"
+let color3 = "{{color3}}"
+let color4 = "{{color4}}"
+let color5 = "{{color5}}"
+let color6 = "{{color6}}"
+let color7 = "{{color7}}"
+let color8 = "{{color8}}"
+let color9 = "{{color9}}"
+let color10 = "{{color10}}"
+let color11 = "{{color11}}"
+let color12 = "{{color12}}"
+let color13 = "{{color13}}"
+let color14 = "{{color14}}"
+let color15 = "{{color15}}"
diff --git a/templates/colors.Xresources b/templates/colors.Xresources
@@ -1,76 +1,76 @@
! X colors.
! Generated by 'wal'
-*foreground: {foreground}
-*background: {background}
-*.foreground: {foreground}
-*.background: {background}
-emacs*foreground: {foreground}
-emacs*background: {background}
-URxvt*foreground: {foreground}
-XTerm*foreground: {foreground}
-UXTerm*foreground: {foreground}
-XTerm*background: {background}
-UXTerm*background: {background}
-URxvt*cursorColor: {cursor}
-XTerm*cursorColor: {cursor}
-UXTerm*cursorColor: {cursor}
+*foreground: {{foreground}}
+*background: {{background}}
+*.foreground: {{foreground}}
+*.background: {{background}}
+emacs*foreground: {{foreground}}
+emacs*background: {{background}}
+URxvt*foreground: {{foreground}}
+XTerm*foreground: {{foreground}}
+UXTerm*foreground: {{foreground}}
+XTerm*background: {{background}}
+UXTerm*background: {{background}}
+URxvt*cursorColor: {{cursor}}
+XTerm*cursorColor: {{cursor}}
+UXTerm*cursorColor: {{cursor}}
-dwm.normbgcolor: {color4}
-dwm.normbordercolor: {color4}
-dwm.normfgcolor: {foreground}
-dwm.selbgcolor: {color2}
-dwm.selbordercolor: {foreground}
-dwm.selfgcolor: {foreground}
+dwm.normbgcolor: {{color4}}
+dwm.normbordercolor: {{color4}}
+dwm.normfgcolor: {{foreground}}
+dwm.selbgcolor: {{color2}}
+dwm.selbordercolor: {{foreground}}
+dwm.selfgcolor: {{foreground}}
! Colors 0-15.
-*.color0: {color0}
-*color0: {color0}
-*.color1: {color1}
-*color1: {color1}
-*.color2: {color2}
-*color2: {color2}
-*.color3: {color3}
-*color3: {color3}
-*.color4: {color4}
-*color4: {color4}
-*.color5: {color5}
-*color5: {color5}
-*.color6: {color6}
-*color6: {color6}
-*.color7: {color7}
-*color7: {color7}
-*.color8: {color8}
-*color8: {color8}
-*.color9: {color9}
-*color9: {color9}
-*.color10: {color10}
-*color10: {color10}
-*.color11: {color11}
-*color11: {color11}
-*.color12: {color12}
-*color12: {color12}
-*.color13: {color13}
-*color13: {color13}
-*.color14: {color14}
-*color14: {color14}
-*.color15: {color15}
-*color15: {color15}
+*.color0: {{color0}}
+*color0: {{color0}}
+*.color1: {{color1}}
+*color1: {{color1}}
+*.color2: {{color2}}
+*color2: {{color2}}
+*.color3: {{color3}}
+*color3: {{color3}}
+*.color4: {{color4}}
+*color4: {{color4}}
+*.color5: {{color5}}
+*color5: {{color5}}
+*.color6: {{color6}}
+*color6: {{color6}}
+*.color7: {{color7}}
+*color7: {{color7}}
+*.color8: {{color8}}
+*color8: {{color8}}
+*.color9: {{color9}}
+*color9: {{color9}}
+*.color10: {{color10}}
+*color10: {{color10}}
+*.color11: {{color11}}
+*color11: {{color11}}
+*.color12: {{color12}}
+*color12: {{color12}}
+*.color13: {{color13}}
+*color13: {{color13}}
+*.color14: {{color14}}
+*color14: {{color14}}
+*.color15: {{color15}}
+*color15: {{color15}}
! Black color that will not be affected by bold highlighting.
-*.color66: {color0}
-*color66: {color0}
+*.color66: {{color0}}
+*color66: {{color0}}
! Xclock colors.
-XClock*foreground: {foreground}
-XClock*background: {background}
+XClock*foreground: {{foreground}}
+XClock*background: {{background}}
! Set depth to make transparency work.
URxvt*depth: 32
! herbe notify daemon
-herbe.background_color: {background}
-herbe.border_color: {foreground}
-herbe.font_color: {foreground}
+herbe.background_color: {{background}}
+herbe.border_color: {{foreground}}
+herbe.font_color: {{foreground}}
herbe.font_pattern: Fira Code:size=18
herbe.line_spacing: 5
herbe.padding: 15
diff --git a/templates/hypr.conf b/templates/hypr.conf
@@ -1,3 +1,3 @@
-$color0 = rgb({color0.strip})
-$color1 = rgb({color1.strip})
-$wallpaper = "{wallpaper}"
+$color0 = rgb({{color0 | strip}})
+$color1 = rgb({{color1 | strip}})
+$wallpaper = "{{wallpaper}}"
diff --git a/templates/vconsole.conf b/templates/vconsole.conf
@@ -1,17 +1,17 @@
KEYMAP=us
-COLOR_0={color0}
-COLOR_1={color1}
-COLOR_2={color2}
-COLOR_3={color3}
-COLOR_4={color4}
-COLOR_5={color5}
-COLOR_6={color6}
-COLOR_7={color7}
-COLOR_8={color8}
-COLOR_9={color9}
-COLOR_10={color10}
-COLOR_11={color11}
-COLOR_12={color12}
-COLOR_13={color13}
-COLOR_14={color14}
-COLOR_15={color15}
+COLOR_0={{color0}}
+COLOR_1={{color1}}
+COLOR_2={{color2}}
+COLOR_3={{color3}}
+COLOR_4={{color4}}
+COLOR_5={{color5}}
+COLOR_6={{color6}}
+COLOR_7={{color7}}
+COLOR_8={{color8}}
+COLOR_9={{color9}}
+COLOR_10={{color10}}
+COLOR_11={{color11}}
+COLOR_12={{color12}}
+COLOR_13={{color13}}
+COLOR_14={{color14}}
+COLOR_15={{color15}}