File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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% * } "
You can’t perform that action at this time.
0 commit comments