Created
January 31, 2022 14:34
-
-
Save maxmorozoff/d83310d643f74af7b2de48afd1b3258d to your computer and use it in GitHub Desktop.
Enable dark mode in google chrome.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Enable dark mode in google chrome | |
sudo sed '/^Exec=/ s/$/ --enable-features=WebUIDarkMode --force-dark-mode/' -i \ | |
/usr/share/applications/google-chrome.desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment