Skip to content

Instantly share code, notes, and snippets.

View Agnihotri2096's full-sized avatar
🎯
Focusing

Akshat Agnihotri Agnihotri2096

🎯
Focusing
View GitHub Profile
@taiwbi
taiwbi / gnome-transparent-sidebar.css
Last active July 20, 2024 19:17
Make Gnome applications sidebar semi-transparent, and add blur with Blur My Shell Extension if you want to
/* Mohammad Mahdi Tayebi
*
* To apply transparent sidebar. copy this file into ~/.config/gtk-4.0/gtk.css and if
* you use adw-gtk3 theme you can add it to ~/.config/gtk-3.0/gtk.css as well
*
* Use blur my shell extension to add blur effect behind the transparent part of windows
*/
/* Transparent Sidebar */
window {
@miketartar
miketartar / ColdTurkeyBlockerActivator.py
Created September 26, 2020 04:21
Cold Turkey Blocker Activator
import json
import sqlite3
import os
DB_PATH = "C:/ProgramData/Cold Turkey/data-app.db"
def activate():