You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
159 B

  1. #!/usr/bin/env bash
  2. init () {
  3. kill $(pidof redshift)
  4. fanmode.sh 1
  5. }
  6. deinit () {
  7. exec redshift &
  8. fanmode.sh 0
  9. }
  10. init && /usr/bin/prime-run $@ && deinit