Skip to content

Instantly share code, notes, and snippets.

View Schneegans's full-sized avatar
🥧
I like pies!

Simon Schneegans Schneegans

🥧
I like pies!
View GitHub Profile
@Schneegans
Schneegans / Catppuccin.xml
Created September 2, 2024 18:05
Blender Catppuccin Theme
<bpy>
<Theme>
<user_interface>
<ThemeUserInterface
menu_shadow_fac="0.4"
menu_shadow_width="2"
icon_alpha="1"
icon_saturation="0.5"
widget_emboss="#00000026"
editor_outline="#000000"
@Schneegans
Schneegans / index.html
Created May 16, 2024 17:17
Transparent-Window-Test
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>
@Schneegans
Schneegans / index.html
Created March 9, 2024 08:31
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>
@Schneegans
Schneegans / menus.json
Created December 22, 2023 19:20
Kando 0.3.0 Example Menu Configuration
{
"menus": [
{
"shortcut": "Control+Space",
"centered": false,
"nodes": {
"type": "submenu",
"name": "Main Menu",
"icon": "stars",
"iconTheme": "material-symbols-rounded",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Schneegans
Schneegans / comments.json
Last active December 13, 2022 14:04
Badges for BingeRSS
{"schemaVersion":1,"label":"Comments","message":"21.9%","color":"hsl(52, 100%, 40%)","labelColor":"303030"}
@Schneegans
Schneegans / main.js
Last active December 2, 2025 04:57
Test-Effect
/*
KWin - the KDE window manager
This file is part of the KDE project.
SPDX-FileCopyrightText: 2018, 2021, 2022 Vlad Zahorodnii <[email protected]>, Martin Flöser <[email protected]>, Simon Schneegans
SPDX-License-Identifier: GPL-3.0-or-later
*/
"use strict";
@Schneegans
Schneegans / comments.json
Last active September 14, 2025 17:44
Badges for the Desktop-Cube
{"schemaVersion":1,"label":"Comments","message":"30.9%","color":"hsl(74, 100%, 40%)","labelColor":"303030"}
@Schneegans
Schneegans / comments.json
Last active March 27, 2025 19:07
Badges for Burn-My-Windows
{"label":"Comments","message":"30.5%","schemaVersion":1,"color":"hsl(73, 100%, 40%)","labelColor":"303030"}
@Schneegans
Schneegans / test.sh
Created May 20, 2021 19:11
Simple example script for automatic GNOME Shell extension testing.
#!/bin/bash
# This is a rough attempt on quick testing of GNOME Shell extensions which are awaiting a
# review. It installs a given extension in a podman container, enables it and tries to
# open the preferences dialog.
# Use it like this:
# ./test.sh 24550 3.36
# The first number is the review ID from the URL: (e.g. extensions.gnome.org/review/24550)
# The second is the GNOME Shell version: 3.36, 3.38 and 40.0 are currently supported.