Regenerated

This commit is contained in:
2026-04-13 15:42:55 +02:00
parent ee00cdce06
commit 2344e588d5
4 changed files with 354 additions and 342 deletions
+345 -338
View File
File diff suppressed because it is too large Load Diff
+7 -2
View File
@@ -3420,7 +3420,7 @@ wofi --show drun \
--no-actions \ --no-actions \
--allow-images=true \ --allow-images=true \
--columns 1 \ --columns 1 \
--prompt "Apps" --prompt "Apps ..."
#+END_SRC #+END_SRC
** =generated/.config/shared/Colors.css= ** =generated/.config/shared/Colors.css=
@@ -4402,7 +4402,7 @@ choice=$(echo "$clients" | cut -d'|' -f2 \
| wofi --dmenu \ | wofi --dmenu \
--style ~/.config/wofi/style.css \ --style ~/.config/wofi/style.css \
--allow-images=false \ --allow-images=false \
--prompt "Active apps") --prompt "Active windows ...")
[ -z "$choice" ] && exit 0 [ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1) addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
@@ -4520,6 +4520,11 @@ This is the default layout for wofi
background: transparent; background: transparent;
} }
#window {
border: 2px solid @red;
border-radius: 14px;
}
#outer-box { #outer-box {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, @blue, @green);
padding: 2px; padding: 2px;
@@ -8,7 +8,7 @@ choice=$(echo "$clients" | cut -d'|' -f2 \
| wofi --dmenu \ | wofi --dmenu \
--style ~/.config/wofi/style.css \ --style ~/.config/wofi/style.css \
--allow-images=false \ --allow-images=false \
--prompt "Active apps") --prompt "Active windows ...")
[ -z "$choice" ] && exit 0 [ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1) addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
@@ -5,4 +5,4 @@ wofi --show drun \
--no-actions \ --no-actions \
--allow-images=true \ --allow-images=true \
--columns 1 \ --columns 1 \
--prompt "Apps" --prompt "Apps ..."