Reference (microsoft/vscode#31168)
find /usr/share/ -name "product.json"
# cd into vscodum directory
cd /usr/share/vscodium-bin/resources/app
# macOS
# /Applications/VSCodium.app/Contents/Resources/app/product.json| #!/usr/bin/env python | |
| """ | |
| Script to split audiobook chapters into separate files using metadata | |
| """ | |
| from __future__ import print_function | |
| import os | |
| import re |
find /usr/share/ -name "product.json"
# cd into vscodum directory
cd /usr/share/vscodium-bin/resources/app
# macOS
# /Applications/VSCodium.app/Contents/Resources/app/product.json| [Control Panel\\Colors] 1491939580 | |
| #time=1d2b2fb5c69191c | |
| "ActiveBorder"="62 62 62" | |
| "ActiveTitle"="62 62 62" | |
| "AppWorkSpace"="53 53 53" | |
| "Background"="62 62 62" | |
| "ButtonAlternativeFace"="200 0 0" | |
| "ButtonDkShadow"="154 154 154" | |
| "ButtonFace"="62 62 62" | |
| "ButtonHilight"="119 126 140" |
| -- MS Teams on Linux doesn't show the window decorations, let's fix that | |
| -- drop this in your devilspie2 folder, typically ~/.config/devilspie2 and start devilspie2 | |
| if string.match(get_window_name(), "Microsoft Teams") then | |
| decorate_window(); | |
| pin_window(); | |
| make_always_on_top(); | |
| end |
This guide will enable systemd to run as normal under WSL 2. This will enable services like microk8s, docker and many more to just work during a WSL session. Note: this was tested on Windows 10 Build 2004, running Ubuntu 20.04 LTS in WSL 2.
To enable systemd under WSL we require a tool called systemd-genie
Copy the contents of install-sg.sh to a new file /tmp/install-sg.sh:
cd /tmp
WARNING: This was only tested with GNOME 3.38. No plan on working around with GNOME 40+ and libadwaita.
This will add black and highlight outline to the window decoration for GNOME desktop/GTK apps w/ Mojave-dark theme, it will look similar to how MacOS windows edge look like. Should work well with Adwaita theme.
Rounded teriminal corner is not included, it is from https://github.com/owozsh/adwaita-rounded