24 lines
731 B
Plaintext
24 lines
731 B
Plaintext
$wallpaperDir = ~/Bilder/wallpaper
|
|
$WR = WallRizz -n -e -s 81x25 -d $wallpaperDir $themeMode -f "STD.setenv('enableBlur',true)"
|
|
$WallRizz = kitty -1 -o allow_remote_control=yes -o background_opacity=$overlay_window_opacity --title=WallRizz $WR
|
|
$WallRizzRandom = kitty -1 -o allow_remote_control=yes --class=hidden --title=hidden $WR -r
|
|
|
|
# WallRizz MODERN BLOCK SYNTAX
|
|
windowrule {
|
|
name = wallrizz-stack
|
|
match:title = ^(WallRizz)$
|
|
|
|
float = on
|
|
pin = on
|
|
dim_around = on
|
|
border_size = 10
|
|
rounding = 20
|
|
size = 363 981
|
|
move = 80% 5%
|
|
animation = slide right
|
|
}
|
|
|
|
# Key binds
|
|
bindd = ,f3, Apply wallpaper preset, exec, $WallRizz
|
|
bindd = $mainMod, f3, Apply random wallpaper, exec, $WallRizzRandom
|