mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-08 00:56:58 +03:00
Dark mode
This provides a lightweight dark mode. This is a work in progress. There's darker styles when the operating system is in dark mode. If you would like to try it out I am currently applying this patch in my [home assistant addon][ha-addon]. closes #580 Screenshots -----------       [ha-addon]: https://github.com/samrocketman/addons-homeassistant/
This commit is contained in:
parent
2fdafd34ca
commit
8e4147ed20
4 changed files with 86 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -18,6 +18,6 @@ case $WGUI_MANAGE_RESTART in (1|t|T|true|True|TRUE)
|
|||
done &
|
||||
esac
|
||||
|
||||
|
||||
./wg-ui &
|
||||
trap 'kill 0; exit 0;' SIGTERM INT EXIT
|
||||
wait $!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue