Skip to content

Instantly share code, notes, and snippets.

@maxmorozoff
Created January 31, 2022 14:34
Show Gist options
  • Save maxmorozoff/d83310d643f74af7b2de48afd1b3258d to your computer and use it in GitHub Desktop.
Save maxmorozoff/d83310d643f74af7b2de48afd1b3258d to your computer and use it in GitHub Desktop.
Enable dark mode in google chrome.
#!/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