Fix Chrome titlebar color in Fedora

If you come across the issue of wanting Chrome to use dark mode but the title bar is still bright white, read on… Issue found in Fedora 36 I have not had experience with this problem in other versions. How to fix this issue Original solution found here. Run the following commands: sed -i 's/^Exec=\/usr\/bin\/google-chrome-stable$/& --enable-features=WebUIDarkMode --force-dark-mode/' /usr/share/applications/google-chrome.desktop sed -i 's/%U/--enable-features=WebUIDarkMode --force-dark-mode &/' /usr/share/applications/google-chrome.desktop It’s a fairly easy fix which basically just forces Chrome to use dark mode....

July 19, 2023

How to get wxPython running on Fedora 36/38

The instructions for installing wxPython on other platforms can be found here. I usually run Fedora as my desktop OS and the lack of an easy way to install all the dependencies and such is what spurred this post. I have run these steps on Fedora 36 and 38 successfully Clone wxPython repository This step is not neccessary unless you are building from source code (which is not happening here)....

July 8, 2023

git init blog...

Welcome to my little piece of the internet How cliche right? The introduction First of all, I would like to take a moment to thank you for being here. I have no experience doing this sort of thing, but here it goes… My name is Travis and I am many things. Name any hobby and I gauruntee I’ve either done it or thought about doing it. Things like music, archery, DIY electronics, programming, homelab, gaming, metalwork, building computers, 3d printing, and probably many more that I can’t even remember....

May 21, 2023