소스 검색

Shorter notifications on g14control.sh

master
haemka 3 년 전
부모
커밋
8f2e9a23de
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      g14control.sh

+ 3
- 3
g14control.sh 파일 보기

@@ -39,7 +39,7 @@ disp() {

CHKLEVEL=$(cat ${INTERFACE})

notify-send "Display backlight level changed" \
notify-send -t 500 "Display backlight level changed" \
"${CURRLEVEL} -> ${CHKLEVEL}"
}

@@ -64,7 +64,7 @@ kbd() {

CHKLEVEL=$(cat ${INTERFACE})

notify-send "Keyboard backlight level changed" \
notify-send -t 500 "Keyboard backlight level changed" \
"${CURRLEVEL} -> ${CHKLEVEL}"
}

@@ -94,7 +94,7 @@ fan() {

CHKMODE=$(cat ${INTERFACE})

notify-send "Fan mode changed" \
notify-send -t 500 "Fan mode changed" \
"${MODELIST[${CURRMODE}]} -> ${MODELIST[${CHKMODE}]}"
}



불러오는 중...
취소
저장