Skip to content

Instantly share code, notes, and snippets.

View rdschmidt's full-sized avatar

Bleys rdschmidt

  • Retired
  • Essen, Germany
  • 07:42 (UTC -12:00)
View GitHub Profile
@rdschmidt
rdschmidt / vr2.lua
Last active January 26, 2023 15:46
LUA Script Conky Vertical.
settings_table = {
{
name='cpu', arg='cpu1',
max=100,
bg_color=0xffffff, bg_alpha=0.3,
fg_color=0xffffff, fg_alpha=0.8,
hand_color=0x8B008B, hand_alpha=0.9,
x=10, y=250,
width=16, height=60,
@rdschmidt
rdschmidt / conkyrc
Last active December 12, 2022 00:24
Conky horizontal inkl. Clementine Now playing...
conky.config = {
-- — Conky settings
background = true,
update_interval = 1,
total_run_times = 0,
net_avg_samples = 2,
cpu_avg_samples = 1,
no_buffers = true,
imlib_cache_size = 0,
@rdschmidt
rdschmidt / vr.lua
Created December 11, 2022 13:46
LUA Script für horizontales Conky
settings_table = {
{
name='cpu', arg='cpu1',
max=100,
bg_color=0xffffff, bg_alpha=0.1,
fg_color=0xffffff, fg_alpha=0.8,
hand_color=0x8B008B, hand_alpha=0.9,
x=390, y=90,
width=8, height=60,
@rdschmidt
rdschmidt / wetter.sh
Last active January 31, 2023 17:41
Shell script for Openweather Data retrieval to hand over to LUA
#!/bin/sh
#openweathermap RSS tool conky
#
#
# Bleys 2022
#
# personal key. Create an account here: https://openweathermap.org/api
key="xxxxxxxxxxxxxxxxxxxxxxxxxxxx" #persönlicher Key. Hier einmal Account anlegen: https://openweathermap.org/api und key erzeugen
lat="51.450832" #Längengrad der eigenen Location / Longitude of own location
lon="7.013056" #Breitengrad der eigenen Location / Latitude of your own location