Skip to content

Instantly share code, notes, and snippets.

View sanjarcode's full-sized avatar

Sanjar Afaq sanjarcode

View GitHub Profile
@sanjarcode
sanjarcode / createTextButton.js
Last active January 18, 2021 22:48
gnome-shell-extensions snippets
// Use this in init()
function createTextButton(textP = "Click Here!", action) {
const St = imports.gi.St;
const Main = imports.ui.main;
// create button
button = new St.Bin({
style_class: "panel-button",
reactive: true,
can_focus: true,
x_fill: true,
@sanjarcode
sanjarcode / cloudSettings
Last active January 15, 2025 10:49
STALE, NOT IN USE vscode Settings Sync Gist
{"lastUpload":"2022-08-27T11:31:09.388Z","extensionVersion":"v3.4.3"}