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]
sensitivity = 55
sensitivity = 60
[input]
method = pipewire
@ -9,9 +9,5 @@ source = auto
channels = mono
show_idle_bar_heads = 0
[color]
background = default
foreground = default
[smoothing]
noise_reduction = 15

View file

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

View file

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