random program changes

This commit is contained in:
frosty 2024-07-03 20:01:13 -04:00
parent 79dd8b1e18
commit 382ff8816e
3 changed files with 4 additions and 16 deletions

View file

@ -1,5 +1,5 @@
[general] [general]
sensitivity = 55 sensitivity = 60
[input] [input]
method = pipewire method = pipewire
@ -9,9 +9,5 @@ source = auto
channels = mono channels = mono
show_idle_bar_heads = 0 show_idle_bar_heads = 0
[color]
background = default
foreground = default
[smoothing] [smoothing]
noise_reduction = 15 noise_reduction = 15

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
while read file; do while read -r file; do
case "$1" in case $1 in
"w") wallpaper "$file" ;; w) wallpaper "$file" ;;
esac esac
done done

View file

@ -1,11 +1,3 @@
#################################
# Fading #
#################################
fading = false;
fade-in-step = 0.23;
fade-out-step = 0.21;
################################# #################################
# General Settings # # General Settings #
################################# #################################