battery status for iris

This commit is contained in:
Jinks 2022-01-09 15:21:51 +01:00
parent a42dcba2b4
commit 27d0d32ee7

View file

@ -2,3 +2,7 @@
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
case $HOST in
(iris) GRML_DISPLAY_BATTERY=1 ;;
esac