#After the update, I'm getting the following error. Can anyone help me? I'm not familiar with this.

2 messages · Page 1 of 1 (latest)

edgy ember
dusky thunder
#

Hi, I had very similar. Templating is no longer supported so accent_strip is not valid in ~/.config/omarchy/current/theme/hyprland.conf. I've temp fixed as follows (will update when patch applied to Omarchy): # rgb({{ accent_strip }})
$activeBorderColor = rgb(137,180,250)
general {
col.active_border = $activeBorderColor
}

group {
col.border_active = $activeBorderColor
}