Skip to content

Instantly share code, notes, and snippets.

@danielkec
Created September 22, 2023 12:52
Show Gist options
  • Save danielkec/26846ee8c568072bdda748624e523033 to your computer and use it in GitHub Desktop.
Save danielkec/26846ee8c568072bdda748624e523033 to your computer and use it in GitHub Desktop.
Wireshark

Dark mode

  1. sudo apt install adwaita-qt
  2. wireshark -style Adwaita-Dark
  3. sudo sed -i "/Exec=/c\Exec=wireshark -style Adwaita-Dark" /usr/share/applications/org.wireshark.Wireshark.desktop

No Sudo

  1. sudo dpkg-reconfigure wireshark-common
  2. sudo adduser <yourUser> wireshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment