Regenerated

This commit is contained in:
2026-04-13 16:07:03 +02:00
parent 2862f573eb
commit 391683fa91
3 changed files with 358 additions and 342 deletions
+347 -338
View File
File diff suppressed because it is too large Load Diff
+9 -2
View File
@@ -3417,8 +3417,8 @@ 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=false \
--columns 1 \ --columns 1 \
--prompt "Apps ..." --prompt "Apps ..."
#+END_SRC #+END_SRC
@@ -4502,6 +4502,12 @@ This is the default layout for wofi
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb yes :mkdirp yes :eval never #+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb yes :mkdirp yes :eval never
@import "~/.config/shared/Colors.css"; @import "~/.config/shared/Colors.css";
/*
@define-color green #a6e3a1;
@define-color blue #89b4fa;
*/
/* ========================= /* =========================
GLOBAL GLOBAL
========================= */ ========================= */
@@ -4519,6 +4525,7 @@ This is the default layout for wofi
#window { #window {
background-color: rgba(30, 30, 46, 0.98); background-color: rgba(30, 30, 46, 0.98);
border-radius: 28px; border-radius: 28px;
border: 2px solid red;
/* THIS is your “border” */ /* THIS is your “border” */
box-shadow: box-shadow:
@@ -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=false \
--columns 1 \ --columns 1 \
--prompt "Apps ..." --prompt "Apps ..."