Regenerated

This commit is contained in:
2026-04-01 19:32:44 +02:00
parent 2ad249fe6c
commit 64458a9286
4 changed files with 296 additions and 296 deletions
+291 -291
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -2030,7 +2030,7 @@ listener {
** =.config/hypr/hyprland.conf=
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprland.conf :noweb yes :mkdirp yes :eval never
#+BEGIN_SRC json :tangle generated/.config/hypr/hyprland.conf :noweb yes :mkdirp yes :eval never
source = ./theming.css
source = ./animations.conf
source = ./bindings.conf
@@ -2051,7 +2051,7 @@ decoration {
}
general {
col.active_border=0xff97cbcd 0xff89b4fa
col.active_border= 0xff89b4fa 0xff97cbcd
col.inactive_border=rgb(45475a)
}
@@ -3069,7 +3069,7 @@ These are config files for waybar
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 -p "Windows")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Windows")
[ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
hyprctl dispatch focuswindow address:$addr
@@ -18,7 +18,7 @@ decoration {
}
general {
col.active_border=0xff97cbcd 0xff89b4fa
col.active_border= 0xff89b4fa 0xff97cbcd
col.inactive_border=rgb(45475a)
}
@@ -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 -p "Windows")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Windows")
[ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
hyprctl dispatch focuswindow address:$addr