Skip to content

Instantly share code, notes, and snippets.

View CheesecakeCG's full-sized avatar

Chris D CheesecakeCG

View GitHub Profile
[
{
"folderName": "hare_ware Cyber-Squrriel",
"avatars": [
{
"name": "SQRRL Polar",
"id": "avtr_a673b043-3f24-4d34-b098-f07d994d353a"
},
{
"name": "SQRRL Redwood",
@CheesecakeCG
CheesecakeCG / config.json
Created November 17, 2021 03:16
Waybar config
{
"layer": "top", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 36, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// "gtk-layer-shell": "false",
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/window"],
"modules-center": ["sway/mode"],
"modules-right": ["temperature", "tray", "custom/ppc", "pulseaudio", "network", "battery", "custom/layout", "clock#date", "clock"],
@CheesecakeCG
CheesecakeCG / start.js
Created September 19, 2021 08:24
Autoscroll on a webpage
const interval = setInterval(function() {
window.scrollTo(0, window.scrollMaxY + 500);
}, 500);
@CheesecakeCG
CheesecakeCG / conky-pillar-honeybadger.lua
Created May 20, 2020 20:22
Conky pillar style widget for optimized for the 1080p Thinkpad T450S
luna = require 'lunajson'
color_path = "/home/chrisd/.cache/wal/colors.json"
fh = io.open( color_path, "rb" )
if fh then
raw = fh:read("*a")
fh:close()
print (raw)
wal = luna.decode(raw)
This file has been truncated, but you can view the full file.
[gd_resource type="Theme" load_steps=1382 format=2]
[ext_resource path="res://fonts/Open_Sans/OpenSans-Light.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 10.5
content_margin_right = 10.5
content_margin_top = 8.0
content_margin_bottom = 8.0
bg_color = Color( 0.94902, 0.941176, 0.941176, 1 )
This file has been truncated, but you can view the full file.
[gd_resource type="Theme" load_steps=1382 format=2]
[ext_resource path="res://fonts/Open_Sans/OpenSans-Light.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 10.5
content_margin_right = 10.5
content_margin_top = 8.0
content_margin_bottom = 8.0
bg_color = Color( 0.94902, 0.941176, 0.941176, 1 )
@CheesecakeCG
CheesecakeCG / conky.conf
Last active October 9, 2018 17:10
Fancy Conky Config based on one from the wiki
conky.config = {
use_xft= true,
xftalpha= .1,
update_interval= 1,
total_run_times= 0,
background= true,
own_window= true,
own_window_type= 'desktop',