Skip to content

Instantly share code, notes, and snippets.

View hexadecimalDinosaur's full-sized avatar
🦕

Ivy Fan-Chiang hexadecimalDinosaur

🦕
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hexadecimalDinosaur on github.
  • I am userblackbox (https://keybase.io/userblackbox) on keybase.
  • I have a public key whose fingerprint is EEE0 FB08 C3A0 0E23 892A 5A35 D023 0F8F 6E4F E77C

To claim this, I am signing this object:

#!/bin/bash
# syscat
# a info script thrown together
# created by UserBlackBox based off of Nero's version (ssh-dw)
f=3 b=4
for j in f b; do
for i in {0..7}; do
printf -v $j$i %b "\e[${!j}${i}m"
done
@hexadecimalDinosaur
hexadecimalDinosaur / conkyrc
Last active April 26, 2020 16:37
Conky config
-- LICENSE GPL V 2.1
-- Free for use and modification
-- Keep the credits
-- DEPENDENCIES
-- Package conky-all >= 1.10 (apt install conky-all)
-- Package lm-sensors (apt install lm-sensors)
-- All needed fonts in the .font file
-- CPU usage in percents. For SMP machines, the CPU number can be provided as an argument. ${cpu cpu0} is/ the total usage, and ${cpu cpuX} (X >= 1) are individual CPUs.