This commit is contained in:
2025-10-26 02:41:07 +00:00
parent dd11cd9253
commit 882a27b1cb

View File

@@ -3,13 +3,13 @@ export WMENU_VOPTS="\
-i \ -i \
-f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \ -f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \
-n {{ .theme.color.fg }} -N {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ -n {{ .theme.color.fg }} -N {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \
-m {{ .theme.color.fg }} -M {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ -m {{ .theme.color.bg_accent_dark }} -M {{ .theme.color.fg_accent }} \
-s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ -s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \
" "
export WMENU_HOPTS="\ export WMENU_HOPTS="\
-i \ -i \
-f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \ -f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \
-n {{ .theme.color.fg }} -N {{ .theme.color.bg_accent_dark }} \ -n {{ .theme.color.fg }} -N {{ .theme.color.bg }} \
-m {{ .theme.color.fg }} -M {{ .theme.color.bg_accent_dark }} \ -m {{ .theme.color.bg_accent_dark }} -M {{ .theme.color.fg_accent }} \
-s {{ .theme.color.bg_accent_dark }} -S {{ .theme.color.fg_accent }} \ -s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \
" "