Added proxmox ssh-configsconfig/.scripts/sound.sh now shows mute state while changing volume/also corrected display of volume levelcompton -> picom in config/.config/i3/config

This commit is contained in:
TuDatTr
2020-09-19 13:49:26 +02:00
parent 87bfeb8da7
commit 2968f25fc1
7 changed files with 158 additions and 36 deletions

View File

@@ -25,7 +25,7 @@ function kb_routine {
function battery_routine {
capacity=$(< /sys/class/power_supply/BAT0/capacity)
if [[ $capacity -lt lower_battery_threshold ]]; then
dunstify "$capacity";
acpi | grep -q 'Discharging' && dunstify "$capacity";
fi
}