From 81f502a3b1969f66c5a6899167a3596e274ffd75 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 29 May 2024 13:56:22 +0200 Subject: [PATCH] Updates --- .version/name | 2 +- CHANGELOG.md | 1 + README.md | 2 +- hypr/conf/ml4w.conf | 4 ++++ hypr/effects/wallpaper/blackwhite-brightness80 | 2 ++ hypr/effects/wallpaper/blur1-brightness80 | 2 ++ hypr/effects/wallpaper/negate | 1 + hypr/effects/wallpaper/negate-brightness80 | 2 ++ hypr/scripts/wallpaper.sh | 2 +- 9 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 hypr/effects/wallpaper/blackwhite-brightness80 create mode 100644 hypr/effects/wallpaper/blur1-brightness80 create mode 100644 hypr/effects/wallpaper/negate create mode 100644 hypr/effects/wallpaper/negate-brightness80 diff --git a/.version/name b/.version/name index 8aad2ae..d582958 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.9.1RC1 \ No newline at end of file +2.9.1RC2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db4e8d..864fd55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ For auto-activation at a dedicated time please set the filter to off and follow - Nvidia environment configuration updated https://gitlab.com/stephan-raabe/dotfiles/-/issues/327 - Pacman can be configured for parallel downloads, colors and more during the installation and with the ML4W Settings app https://gitlab.com/stephan-raabe/dotfiles/-/issues/316 - Image conversions with imagemagick can be enabled for wallpapers. Right click on wallpaper module in waybar. You can add more effects in ~/dotfiles/hypr/effects/wallpaper +- ChatGPT Window opens on the left screen side in floating mode - New default wallpaper Version 2.9 diff --git a/README.md b/README.md index dc2a093..4d39e2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W Dotfiles 2.9.1 RC1 +# ML4W Dotfiles 2.9.1 RC2 An advanced configuration of Hyprland and Qtile for Arch Linux based distributions. This package includes an installation script to install and setup the required components. diff --git a/hypr/conf/ml4w.conf b/hypr/conf/ml4w.conf index ee5046d..902ea31 100644 --- a/hypr/conf/ml4w.conf +++ b/hypr/conf/ml4w.conf @@ -2,6 +2,10 @@ # ML4W configurations # ----------------------------------------------------- +windowrulev2 = float,class:(.*chat.openai.com.*) +windowrulev2 = size 500 50%,class:(.*chat.openai.com.*) +windowrulev2 = move 20 70,class:(.*chat.openai.com.*) + windowrulev2 = float,class:(com.ml4w.welcome) windowrulev2 = size 700 600,class:(com.ml4w.welcome) windowrulev2 = center,class:(com.ml4w.welcome) diff --git a/hypr/effects/wallpaper/blackwhite-brightness80 b/hypr/effects/wallpaper/blackwhite-brightness80 new file mode 100644 index 0000000..67bb0ce --- /dev/null +++ b/hypr/effects/wallpaper/blackwhite-brightness80 @@ -0,0 +1,2 @@ +magick $wallpaper -set colorspace Gray -separate -average $used_wallpaper +magick $used_wallpaper -brightness-contrast -20% $used_wallpaper \ No newline at end of file diff --git a/hypr/effects/wallpaper/blur1-brightness80 b/hypr/effects/wallpaper/blur1-brightness80 new file mode 100644 index 0000000..c1984aa --- /dev/null +++ b/hypr/effects/wallpaper/blur1-brightness80 @@ -0,0 +1,2 @@ +magick $wallpaper -blur "50x30" $used_wallpaper +magick $used_wallpaper -brightness-contrast -20% $used_wallpaper \ No newline at end of file diff --git a/hypr/effects/wallpaper/negate b/hypr/effects/wallpaper/negate new file mode 100644 index 0000000..971c7aa --- /dev/null +++ b/hypr/effects/wallpaper/negate @@ -0,0 +1 @@ +magick $wallpaper -negate $used_wallpaper \ No newline at end of file diff --git a/hypr/effects/wallpaper/negate-brightness80 b/hypr/effects/wallpaper/negate-brightness80 new file mode 100644 index 0000000..2d342c1 --- /dev/null +++ b/hypr/effects/wallpaper/negate-brightness80 @@ -0,0 +1,2 @@ +magick $wallpaper -negate $used_wallpaper +magick $used_wallpaper -brightness-contrast -20% $used_wallpaper diff --git a/hypr/scripts/wallpaper.sh b/hypr/scripts/wallpaper.sh index 457e7c5..9226e9e 100755 --- a/hypr/scripts/wallpaper.sh +++ b/hypr/scripts/wallpaper.sh @@ -152,7 +152,7 @@ else dunstify "Creating blurred version ..." "with image $newwall" -h int:value:50 -h string:x-dunst-stack-tag:wallpaper fi -magick $wallpaper -resize 75% $blurred +magick $used_wallpaper -resize 75% $blurred echo ":: Resized to 75%" if [ ! "$blur" == "0x0" ] ;then magick $blurred -blur $blur $blurred