bemenu
This commit is contained in:
		| @@ -10,11 +10,11 @@ export BEMENU_OPTS="\ | ||||
| --bdr #{{ .theme.color.fg_accent }}{{ math.Mul .theme.opacity.med 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --scf #{{ .theme.color.fg_accent }}{{ math.Mul .theme.opacity.med 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --scb #{{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --nb #{{ .theme.color.bg }} \ | ||||
| --ab #{{ .theme.color.bg }} \ | ||||
| --hb #{{ .theme.color.bg }} \ | ||||
| --fb #{{ .theme.color.bg }} \ | ||||
| --tb #{{ .theme.color.bg }} \ | ||||
| --nb #{{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --ab #{{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --hb #{{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --fb #{{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --tb #{{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| --nf #{{ .theme.color.fg }} \ | ||||
| --af #{{ .theme.color.fg }} \ | ||||
| --cf #{{ .theme.color.fg }} \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user