mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-26 23:24:42 +02:00
#343 force chromium to use default theme as dark mode breaks many websites
This commit is contained in:
parent
bb39bc1676
commit
bd0c2aab46
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
BIN=/usr/bin/chromium-browser
|
BIN=/usr/bin/chromium-browser
|
||||||
|
|
||||||
|
# Bugfix for Chromium in Alpine
|
||||||
|
export GTK_THEME=Adwaita:light
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
if ! pgrep chromium > /dev/null;then
|
if ! pgrep chromium > /dev/null;then
|
||||||
rm -f $HOME/.config/chromium/Singleton*
|
rm -f $HOME/.config/chromium/Singleton*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user