Update brightnessctl call arguments
This commit is contained in:
parent
cab6f258fc
commit
a3fe6195fd
6
reboot.sh
Normal file
6
reboot.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
dt=$(date +'%d/%m/%y-%H.%M.%S')
|
||||||
|
echo "[$dt] navi restarting..." >> $HOME/navi.log
|
||||||
|
brightnessctl --device amdgpu_bl1 set 128
|
||||||
|
brightnessctl --device asus::kbd_backlight 1
|
||||||
|
reboot
|
6
shutdown.sh
Executable file
6
shutdown.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
dt=$(date +'%d/%m/%y-%H.%M.%S')
|
||||||
|
echo "[$dt] navi shutting down..." >> navi.log
|
||||||
|
brightnessctl set 128
|
||||||
|
brightnessctl --device asus::kbd_backlight 1
|
||||||
|
shutdown -h now
|
Loading…
x
Reference in New Issue
Block a user