Autostart poweralertd
This commit is contained in:
parent
59f5a7000a
commit
8f8c29ca19
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown
|
||||||
# Lock screen daemon
|
# Lock screen daemon
|
||||||
riverctl spawn $HOME/.config/river/screenlock.sh
|
riverctl spawn $HOME/.config/river/screenlock.sh
|
||||||
|
|
||||||
|
# Poweralertd daemon
|
||||||
|
pkill poweralertd
|
||||||
|
poweralertd -s -i "line power" & disown
|
||||||
|
|
||||||
# Set background and border color
|
# Set background and border color
|
||||||
riverctl background-color 0x002b36
|
riverctl background-color 0x002b36
|
||||||
riverctl border-color-focused 0x8aadf4
|
riverctl border-color-focused 0x8aadf4
|
||||||
|
|
Loading…
Add table
Reference in a new issue