Skip to content

Commit bd0c2aa

Browse files
committed
#343 force chromium to use default theme as dark mode breaks many websites
1 parent bb39bc1 commit bd0c2aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

root/usr/bin/chromium

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
BIN=/usr/bin/chromium-browser
44

5+
# Bugfix for Chromium in Alpine
6+
export GTK_THEME=Adwaita:light
7+
58
# Cleanup
69
if ! pgrep chromium > /dev/null;then
710
rm -f $HOME/.config/chromium/Singleton*

0 commit comments

Comments
 (0)