Skip to content

Instantly share code, notes, and snippets.

View jemsgit's full-sized avatar
🚀

Evgeniy J jemsgit

🚀
View GitHub Profile
# THIS CONFIG RELIES ON 2 SCRIPTS, CPUSPEED AND CPUTEMP
# YOUR SYSTEM MAY NOT REQUIRE THEM, REPLACE AS DESIRED
double_buffer yes
# maintain spacing between certain elements
use_spacer yes
# set to yes if you want conky to be forked in the background
background yes
use_xft yes
@jemsgit
jemsgit / cutmov2gif.sh
Last active August 20, 2022 22:21
cut movie and make gif
#!/bin/bash
#Start time
StTime="00:02:31"
#Length of video
LenV="00:00:05"
#Quantity images per sec
R="4"
#Width of images
WIDTH="600"