Regenerated
This commit is contained in:
+291
-291
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user