Regenerated

This commit is contained in:
2026-04-13 15:51:12 +02:00
parent f997012dec
commit b8ec3529eb
4 changed files with 362 additions and 362 deletions
+349 -349
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -3239,7 +3239,7 @@ else
fi fi
# Build tooltip # Build tooltip
tooltip="${artist} tooltip="Artist: ${artist}
Title: ${title} Title: ${title}
Album: ${album}" Album: ${album}"
if [ -n "$device" ]; then if [ -n "$device" ]; then
@@ -3417,7 +3417,7 @@ Providing an media
#+BEGIN_SRC sh :tangle generated/.config/scripts/wofi-launcher.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never #+BEGIN_SRC sh :tangle generated/.config/scripts/wofi-launcher.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
wofi --show drun \ wofi --show drun \
--style ~/.config/wofi/style.css \ --style ~/.config/wofi/style.css \
--no-actions \ # --no-actions \
--allow-images=true \ --allow-images=true \
--columns 1 \ --columns 1 \
--prompt "Apps ..." --prompt "Apps ..."
@@ -4517,18 +4517,18 @@ This is the default layout for wofi
========================= */ ========================= */
#window { #window {
background: transparent; background: linear-gradient(45deg, @blue, @green);
} border-radius: 28px;
padding: 2px; /* thickness of border */
#window {
border: 2px solid @red;
border-radius: 14px;
} }
#outer-box { #outer-box {
background: linear-gradient(45deg, @blue, @green); background: rgba(30, 30, 46, 0.92);
padding: 2px; border-radius: 26px;
border-radius: 28px; padding: 12px;
width: 400px;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
} }
#inner-box { #inner-box {
+1 -1
View File
@@ -77,7 +77,7 @@ else
fi fi
# Build tooltip # Build tooltip
tooltip="${artist} tooltip="Artist: ${artist}
Title: ${title} Title: ${title}
Album: ${album}" Album: ${album}"
if [ -n "$device" ]; then if [ -n "$device" ]; then
@@ -2,7 +2,7 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
wofi --show drun \ wofi --show drun \
--style ~/.config/wofi/style.css \ --style ~/.config/wofi/style.css \
--no-actions \ # --no-actions \
--allow-images=true \ --allow-images=true \
--columns 1 \ --columns 1 \
--prompt "Apps ..." --prompt "Apps ..."