feat: river: changed background color to black and changed border colors.
This commit is contained in:
parent
563c3bec58
commit
7c842d0ac0
1 changed files with 8 additions and 4 deletions
12
river/init
12
river/init
|
@ -7,6 +7,14 @@
|
||||||
#
|
#
|
||||||
# See the river(1), riverctl(1), and rivertile(1) man pages for complete
|
# See the river(1), riverctl(1), and rivertile(1) man pages for complete
|
||||||
# documentation.
|
# documentation.
|
||||||
|
#
|
||||||
|
|
||||||
|
# Setting the default border width in pixels
|
||||||
|
# and the border colors
|
||||||
|
riverctl border-width 2
|
||||||
|
riverctl border-color-focused 0xFFFFFF
|
||||||
|
riverctl background-color 0x000000
|
||||||
|
riverctl border-color-unfocused 0x586e75
|
||||||
|
|
||||||
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
|
||||||
|
|
||||||
|
@ -148,10 +156,6 @@ do
|
||||||
riverctl map $mode None XF86MonBrightnessDown spawn 'brightnessctl set 5%-'
|
riverctl map $mode None XF86MonBrightnessDown spawn 'brightnessctl set 5%-'
|
||||||
done
|
done
|
||||||
|
|
||||||
# Set background and border color
|
|
||||||
riverctl background-color 0x002b36
|
|
||||||
riverctl border-color-focused 0x93a1a1
|
|
||||||
riverctl border-color-unfocused 0x586e75
|
|
||||||
|
|
||||||
# Set keyboard repeat rate
|
# Set keyboard repeat rate
|
||||||
riverctl set-repeat 50 300
|
riverctl set-repeat 50 300
|
||||||
|
|
Loading…
Reference in a new issue