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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user