Skip to content

Instantly share code, notes, and snippets.

@flauschtrud
flauschtrud / conky.conkyrc
Created December 10, 2020 20:55
Simple and Minimalistic Conky Theme with Basic Stats
conky.config = {
use_xft = true,
alignment = 'top_left',
gap_x = 50,
gap_y = 50,
minimum_width = 400,
update_interval = 1.0,
background = false,
@flauschtrud
flauschtrud / random_image.sh
Last active December 10, 2020 20:55
Conky Theme with Random Image Slideshow
#!/bin/bash
# path to the images (will be recursively scanned)
DIRECTORY="/home/user/Pictures"
# desired width and height of the image (adjust conky size accordingly)
WIDTH=600
HEIGHT=450
# offset for filename bar (has to be added to conky's height)
VERTICAL_OFFSET=12