Updates
This commit is contained in:
parent
2802fc7999
commit
81f502a3b1
@ -1 +1 @@
|
||||
2.9.1RC1
|
||||
2.9.1RC2
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
2
hypr/effects/wallpaper/blackwhite-brightness80
Normal file
2
hypr/effects/wallpaper/blackwhite-brightness80
Normal file
@ -0,0 +1,2 @@
|
||||
magick $wallpaper -set colorspace Gray -separate -average $used_wallpaper
|
||||
magick $used_wallpaper -brightness-contrast -20% $used_wallpaper
|
2
hypr/effects/wallpaper/blur1-brightness80
Normal file
2
hypr/effects/wallpaper/blur1-brightness80
Normal file
@ -0,0 +1,2 @@
|
||||
magick $wallpaper -blur "50x30" $used_wallpaper
|
||||
magick $used_wallpaper -brightness-contrast -20% $used_wallpaper
|
1
hypr/effects/wallpaper/negate
Normal file
1
hypr/effects/wallpaper/negate
Normal file
@ -0,0 +1 @@
|
||||
magick $wallpaper -negate $used_wallpaper
|
2
hypr/effects/wallpaper/negate-brightness80
Normal file
2
hypr/effects/wallpaper/negate-brightness80
Normal file
@ -0,0 +1,2 @@
|
||||
magick $wallpaper -negate $used_wallpaper
|
||||
magick $used_wallpaper -brightness-contrast -20% $used_wallpaper
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user