Skip to content

Commit 231f89c

Browse files
committed
oboro => [changeMeWall.spell]
1 parent bc832eb commit 231f89c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

spells/changeMeWall.spell

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ unset i
227227
elif pgrep Hyprland >/dev/null; then
228228
function convert { c="${1#\#}"; echo "${c% *}"; }
229229

230-
hyprctl keyword general:col.active_border "rgb($(convert "${active}"))" | grep -v ok
231-
hyprctl keyword general:col.inactive_border "rgb($(convert "${inactive}"))" | grep -v ok
232-
hyprctl keyword group:col.border_active "rgb($(convert "${active}"))" | grep -v ok
233-
hyprctl keyword group:col.border_inactive "rgb($(convert "${inactive}"))" | grep -v ok
234-
hyprctl keyword group:groupbar:col.active "rgb($(convert "${active}"))" | grep -v ok
235-
hyprctl keyword group:groupbar:col.inactive "rgb($(convert "${inactive}"))" | grep -v ok
230+
hyprctl keyword general:col.active_border "rgb($(convert "${active}"))"
231+
hyprctl keyword general:col.inactive_border "rgb($(convert "${inactive}"))"
232+
hyprctl keyword group:col.border_active "rgb($(convert "${active}"))"
233+
hyprctl keyword group:col.border_inactive "rgb($(convert "${inactive}"))"
234+
hyprctl keyword group:groupbar:col.active "rgb($(convert "${active}"))"
235+
hyprctl keyword group:groupbar:col.inactive "rgb($(convert "${inactive}"))"
236236
elif pgrep -f sway >/dev/null; then
237237
swaymsg client.focused '#4c7899' '#285577' '#ffffff' '#2e9ef4' "${active% *}"
238238
swaymsg client.focused_inactive '#333333' '#5f676a' '#ffffff' '#484e50' "${active2% *}"

0 commit comments

Comments
 (0)