8 lines
197 B
Text
8 lines
197 B
Text
# see https://gnunn1.github.io/tilix-web/manual/vteconfig/
|
|
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
|
source /etc/profile.d/vte.sh
|
|
fi
|
|
|
|
case $HOST in
|
|
(iris) GRML_DISPLAY_BATTERY=1 ;;
|
|
esac
|