This commit is contained in:
Stephan Raabe 2024-03-08 10:18:45 +01:00
parent 5a80ddea9d
commit 6e3535fb6c
9 changed files with 13 additions and 10 deletions

View File

@ -92,8 +92,11 @@ swww img $wallpaper \
# -----------------------------------------------------
# Created blurred wallpaper
# -----------------------------------------------------
magick $wallpaper -blur 0x20 $blurred
# -----------------------------------------------------
magick $wallpaper -resize 50% $blurred
echo ":: Resized to 50%"
magick $blurred -blur 0x20 $blurred
echo ":: Blurred"
# -----------------------------------------------------
# Write selected wallpaper into .cache files

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 10";
font: "Fira Sans 11";
show-icons: false;
icon-theme: "kora";
display-drun: "APPS";

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 10";
font: "Fira Sans 11";
show-icons: false;
icon-theme: "kora";
display-drun: "APPS";

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 10";
font: "Fira Sans 11";
show-icons: false;
icon-theme: "kora";
display-drun: "APPS";

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 10";
font: "Fira Sans 11";
show-icons: false;
icon-theme: "kora";
display-drun: "APPS";

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 10";
font: "Fira Sans 11";
show-icons: false;
icon-theme: "kora";
display-drun: "APPS";

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 10";
font: "Fira Sans 11";
show-icons: true;
icon-theme: "kora";
display-drun: "APPS";

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 10";
font: "Fira Sans 11";
show-icons: true;
hover-select: true;
me-select-entry: "";

View File

@ -12,7 +12,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Sans Bold 12";
font: "Fira Sans 11";
show-icons: true;
icon-theme: "kora";
display-drun: "APPS";