Updates
This commit is contained in:
parent
5a80ddea9d
commit
6e3535fb6c
@ -93,7 +93,10 @@ swww img $wallpaper \
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Created blurred 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
|
# Write selected wallpaper into .cache files
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 10";
|
font: "Fira Sans 11";
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
icon-theme: "kora";
|
icon-theme: "kora";
|
||||||
display-drun: "APPS";
|
display-drun: "APPS";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 10";
|
font: "Fira Sans 11";
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
icon-theme: "kora";
|
icon-theme: "kora";
|
||||||
display-drun: "APPS";
|
display-drun: "APPS";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 10";
|
font: "Fira Sans 11";
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
icon-theme: "kora";
|
icon-theme: "kora";
|
||||||
display-drun: "APPS";
|
display-drun: "APPS";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 10";
|
font: "Fira Sans 11";
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
icon-theme: "kora";
|
icon-theme: "kora";
|
||||||
display-drun: "APPS";
|
display-drun: "APPS";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 10";
|
font: "Fira Sans 11";
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
icon-theme: "kora";
|
icon-theme: "kora";
|
||||||
display-drun: "APPS";
|
display-drun: "APPS";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 10";
|
font: "Fira Sans 11";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "kora";
|
icon-theme: "kora";
|
||||||
display-drun: "APPS";
|
display-drun: "APPS";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 10";
|
font: "Fira Sans 11";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
hover-select: true;
|
hover-select: true;
|
||||||
me-select-entry: "";
|
me-select-entry: "";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* ---- Configuration ---- */
|
/* ---- Configuration ---- */
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run";
|
modi: "drun,run";
|
||||||
font: "Fira Sans Bold 12";
|
font: "Fira Sans 11";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "kora";
|
icon-theme: "kora";
|
||||||
display-drun: "APPS";
|
display-drun: "APPS";
|
||||||
|
Loading…
Reference in New Issue
Block a user