From 6e3535fb6ca9c5dae3d38dc50d35cab051a552ab Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 8 Mar 2024 10:18:45 +0100 Subject: [PATCH] Updates --- hypr/scripts/wallpaper.sh | 7 +++++-- rofi/config-cliphist.rasi | 2 +- rofi/config-compact.rasi | 2 +- rofi/config-power.rasi | 2 +- rofi/config-screenshot.rasi | 2 +- rofi/config-short.rasi | 2 +- rofi/config-themes.rasi | 2 +- rofi/config-wallpaper.rasi | 2 +- rofi/config.rasi | 2 +- 9 files changed, 13 insertions(+), 10 deletions(-) diff --git a/hypr/scripts/wallpaper.sh b/hypr/scripts/wallpaper.sh index edb33fc..8b9052a 100755 --- a/hypr/scripts/wallpaper.sh +++ b/hypr/scripts/wallpaper.sh @@ -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 diff --git a/rofi/config-cliphist.rasi b/rofi/config-cliphist.rasi index 16117ec..eb1bda8 100644 --- a/rofi/config-cliphist.rasi +++ b/rofi/config-cliphist.rasi @@ -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"; diff --git a/rofi/config-compact.rasi b/rofi/config-compact.rasi index dc648f9..19bff78 100644 --- a/rofi/config-compact.rasi +++ b/rofi/config-compact.rasi @@ -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"; diff --git a/rofi/config-power.rasi b/rofi/config-power.rasi index e35bd44..32df4d3 100644 --- a/rofi/config-power.rasi +++ b/rofi/config-power.rasi @@ -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"; diff --git a/rofi/config-screenshot.rasi b/rofi/config-screenshot.rasi index 82b1e40..0ac80e7 100644 --- a/rofi/config-screenshot.rasi +++ b/rofi/config-screenshot.rasi @@ -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"; diff --git a/rofi/config-short.rasi b/rofi/config-short.rasi index 63e90ca..25155f9 100644 --- a/rofi/config-short.rasi +++ b/rofi/config-short.rasi @@ -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"; diff --git a/rofi/config-themes.rasi b/rofi/config-themes.rasi index e8ed070..e8f6295 100644 --- a/rofi/config-themes.rasi +++ b/rofi/config-themes.rasi @@ -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"; diff --git a/rofi/config-wallpaper.rasi b/rofi/config-wallpaper.rasi index a0ede4c..62aabc7 100644 --- a/rofi/config-wallpaper.rasi +++ b/rofi/config-wallpaper.rasi @@ -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: ""; diff --git a/rofi/config.rasi b/rofi/config.rasi index 66ee0af..3f1a199 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -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";