added vscode settings
This commit is contained in:
parent
358503f857
commit
b66a71129e
17 changed files with 807 additions and 18 deletions
|
@ -7,7 +7,7 @@ while true; do
|
|||
currentPowerSetting=$(powerprofilesctl get)
|
||||
|
||||
if [ "$batteryLevel" -le "25" ] && [ "$batteryStatus" == "Discharging" ]; then
|
||||
notify-send -u critical -i ~/Stuff/scripts/battery-alert.svg "Low Battery" "25% battery remaining"
|
||||
notify-send -u critical -i ~/dotfiles/scripts/battery-alert.svg "Low Battery" "25% battery remaining"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue