Skip to content

Instantly share code, notes, and snippets.

View biggles5107's full-sized avatar

Christian Arnold biggles5107

View GitHub Profile
@biggles5107
biggles5107 / retroarch.cfg
Created February 12, 2023 19:14
RetroArch config file with CRT SwitchRes 240p for VGA monitor
accessibility_enable = "false"
accessibility_narrator_speech_speed = "5"
ai_service_enable = "false"
ai_service_mode = "1"
ai_service_pause = "false"
ai_service_source_lang = "0"
ai_service_target_lang = "0"
ai_service_url = "http://localhost:4404/"
all_users_control_menu = "false"
apply_cheats_after_load = "false"
@biggles5107
biggles5107 / autohwsched.sh
Created May 14, 2020 04:40
autohwsched.sh: a simple script to generate class schedule list for each day in a month in a CSV format
#!/bin/bash
## autohwsched.sh: a simple script to generate class schedule list for each day in a
## month in a CSV format. It is useful for tracking at a glance whether and how
## consistently daily work is being completed.
## usage: ./autoshwsched.sh month > file.csv
## NOTE: This script assumes a five day class schedule and reads from "classes.csv" in
## the same directory by default (can be configured below). It does not add any
@biggles5107
biggles5107 / .conkyrc
Created August 5, 2017 21:30
A conky config using Material Design colors
background yes
update_interval 2
double_buffer yes
#no_buffers yes
#imlib_cache_size 10
gap_x 30
gap_y -250
#minimum_size 268 1220
#maximum_width 600
@biggles5107
biggles5107 / .conkyrc
Created July 16, 2017 19:07
my conky config
out_to_x yes
out_to_console no
total_run_times 0
double_buffer yes
own_window yes
own_window_transparent yes
own_window_type desktop
background yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
own_window_colour 000000
@biggles5107
biggles5107 / commandrunner.sh
Created April 27, 2016 20:36
Script for CommandRunner applet
#!/bin/bash
# get dem informations
CPU_TEMP=`sensors|grep temp3|cut -c16-17`°C
CPU_FREQ=`cpupower frequency-info|grep 'current CPU'|grep GHz|cut -c26-33`
GPU_TEMP=`nvidia-smi|egrep '[[:digit:]][[:digit:]]C'|cut -c9-10`°C
# generate our cool XML file
cat <<EOF
<xml>