ソースを参照

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}]}"
}



読み込み中…
キャンセル
保存