river: removed background color

This commit is contained in:
Aly Raffauf 2024-04-13 18:50:25 -04:00
parent 0c907e69fc
commit 8ca44f4512

View file

@ -315,9 +315,9 @@
done
# Set background and border color
riverctl background-color 0x${border_secondary}
riverctl background-color 0x00000000
riverctl border-color-focused 0x${border_primary}
riverctl border-color-unfocused 0x${border_inactive}
riverctl border-color-unfocused 0x${border_secondary}
# Set keyboard repeat rate
riverctl set-repeat 50 300