Skip to content

Instantly share code, notes, and snippets.

View sumeshir26's full-sized avatar
🚀
Time to code.

sumeshir26 sumeshir26

🚀
Time to code.
View GitHub Profile
import ctypes as ct
def dark_title_bar(window):
"""
MORE INFO:
https://docs.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwmwindowattribute
"""
window.update()
DWMWA_USE_IMMERSIVE_DARK_MODE = 20
set_window_attribute = ct.windll.dwmapi.DwmSetWindowAttribute
get_parent = ct.windll.user32.GetParent
#!/bin/bash
echo "Hi. I am your GAUDC program installation automator." && echo "This code is open-source as a GitHub Gist, and I am LG, the maker of this script." && echo Feel free to comment on any issues. # --> Beginning Message
echo "Now, make sure you installed Git and NodeJS because you need to clone and build GAUDC. I will make a temporary directory and give you the path at the end." # --> Next message
echo "Have you installed Git and NodeJS? Because, the script needs it."
echo "If you have it, respond with 'yes' as it is. If not, respond with 'no' as it is."