Skip to content

Instantly share code, notes, and snippets.

@alo0oz
alo0oz / README.md
Created January 19, 2018 04:20 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
#!/bin/sh
#
# cmus-status-display
#
# Usage:
# in cmus command ":set status_display_program=cmus-status-display"
#
# This scripts is executed by cmus when status changes:
# cmus-status-display key1 val1 key2 val2 ...
#
@alo0oz
alo0oz / YPBConky.rc
Created June 10, 2021 20:02 — forked from slinkyvagabond/YPBConky.rc
Current Conky rc, designed for primarily AMD processors/gfx cards
##Juddly's Custom Conky##
conky.config = {
alignment = 'top_left',
use_xft = true,
xftalpha = 0.8,
font = 'Noto:normal:size=8',
text_buffer_size = 2048,
update_interval = 0.5,
total_run_times = 0,
background = true,