mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
👕 Minor tweaks
This commit is contained in:
parent
e327151501
commit
bd099a5aad
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ A self-hosted web IRC client.
|
||||||
## About
|
## About
|
||||||
|
|
||||||
A self-hosted web IRC client that uses a modern and sleek interface with
|
A self-hosted web IRC client that uses a modern and sleek interface with
|
||||||
support for theming, push notifications, link previews, file uploads and
|
support for theming, push notifications, link previews, file uploads and
|
||||||
more. Fully cross-platform and mobile friendly.
|
more. Fully cross-platform and mobile friendly.
|
||||||
|
|
||||||
![Screenshot][screenshot]
|
![Screenshot][screenshot]
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,6 @@ if ! hass.directory_exists "/data/thelounge"; then
|
||||||
else
|
else
|
||||||
for theme in $(hass.config.get "themes")
|
for theme in $(hass.config.get "themes")
|
||||||
do
|
do
|
||||||
/usr/local/bin/thelounge install "$theme"
|
/usr/local/bin/thelounge install "${theme}"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue