Regenerated
This commit is contained in:
+349
-349
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -3239,7 +3239,7 @@ else
|
||||
fi
|
||||
|
||||
# Build tooltip
|
||||
tooltip="${artist}
|
||||
tooltip="Artist: ${artist}
|
||||
Title: ${title}
|
||||
Album: ${album}"
|
||||
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
|
||||
wofi --show drun \
|
||||
--style ~/.config/wofi/style.css \
|
||||
--no-actions \
|
||||
# --no-actions \
|
||||
--allow-images=true \
|
||||
--columns 1 \
|
||||
--prompt "Apps ..."
|
||||
@@ -4517,18 +4517,18 @@ This is the default layout for wofi
|
||||
========================= */
|
||||
|
||||
#window {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: 2px solid @red;
|
||||
border-radius: 14px;
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
border-radius: 28px;
|
||||
padding: 2px; /* thickness of border */
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
padding: 2px;
|
||||
border-radius: 28px;
|
||||
background: rgba(30, 30, 46, 0.92);
|
||||
border-radius: 26px;
|
||||
padding: 12px;
|
||||
width: 400px;
|
||||
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
|
||||
@@ -77,7 +77,7 @@ else
|
||||
fi
|
||||
|
||||
# Build tooltip
|
||||
tooltip="${artist}
|
||||
tooltip="Artist: ${artist}
|
||||
Title: ${title}
|
||||
Album: ${album}"
|
||||
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. ---
|
||||
wofi --show drun \
|
||||
--style ~/.config/wofi/style.css \
|
||||
--no-actions \
|
||||
# --no-actions \
|
||||
--allow-images=true \
|
||||
--columns 1 \
|
||||
--prompt "Apps ..."
|
||||
|
||||
Reference in New Issue
Block a user