Regenerated

This commit is contained in:
2026-04-09 13:40:17 +02:00
parent e574b1cf1d
commit 9e189aa81a
6 changed files with 431 additions and 443 deletions
@@ -2,7 +2,7 @@
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
clients=$(hyprctl clients -j | jq -r \
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Windows")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps")
[ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
hyprctl dispatch focuswindow address:$addr
@@ -18,24 +18,6 @@ window#waybar {
}
/* --------------------------------------------------------- */
/* MODULES CENTER BASE */
/*
.modules-center > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
transition: all 0.2s ease;
}
.modules-center > box + box {
margin-left: 5px;
}
*/
/* --- Group anchors default visible --- */
#custom-hardware-anchor,