Skip to content

Instantly share code, notes, and snippets.

View jhilker98's full-sized avatar
🔎
Currently looking for work.

Jacob Hilker jhilker98

🔎
Currently looking for work.
View GitHub Profile

;; Automatically generated
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(anzu-cons-mode-line-p nil)
@jhilker98
jhilker98 / postman.desktop
Created February 3, 2020 14:14 — forked from hauthorn/postman.desktop
Postman desktop entry
[Desktop Entry]
Type=Application
Version=1.0
Name=Postman
Comment=Supercharge your API workflow
Icon=/home/hauthorn/Programs/Postman/resources/app/assets/icon.png
Exec="/home/hauthorn/Programs/Postman/Postman"
@jhilker98
jhilker98 / bashrc
Created March 7, 2020 16:17
broken bashrc, need help fixing xterm-256 - temporarily added ref to aliases
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
[colors]
;background = ${xrdb:color0:;222}
;background = ;cc${xrdb:color0:;222}
background = ${env:color0_alpha:#CC0c0c0c}
;background = ;CC${color0/';'}
background-alt = #444
bbg = ${env:BGCOLOR:#CC0c0c0c}
foreground = ${xrdb:color7:#222}
foreground-alt = ${xrdb:color7:#222}
@jhilker98
jhilker98 / sysmenu.sh
Created May 27, 2020 18:30
broken polybar powermenu
#!/bin/bash
rofi -no-lazy-grab -sep "|" -dmenu -i -p 'System :' \
-hide-scrollbar true \
-bw 0 \
-lines 5 \
-line-padding 10 \
-padding 20 \
-width 15 \
\
@jhilker98
jhilker98 / alacritty.yml
Created June 1, 2020 17:52
alacritty can't do italics or bold
font:
normal:
family: Iosevka Medium
style: Regular
italic:
family: Iosevka Medium
style: Italic
bold:
family: Iosevka Medium
style: Bold
@jhilker98
jhilker98 / gist:94932006b9708e504da5229d211ec213
Created June 19, 2020 17:16
attempted fix for when no players found in playerctl
elif [[ "$(playerctl metadata title) - $(playerctl metadata artist) != "$song ]] && [[ "$(playerctl metadata title) - $(playerctl metadata artist)" != "No players found - No players found" ]]; then
"$(playerctl metadata title) - $(playerctl metadata artist)" 2>/dev/null
notify-send "Current Song" "No music playing"
fi
p {
color: red;
}
h1 {
color: skyblue;
}
name srclang status
Pyronsworn Python In Development
Chronicler for CK3 Go Planning
Feedreader Python Planning
Hugo Theme HTML/CSS Planning
Linux Kernel C Deployed
Website Hugo SSG Abandoned
@jhilker98
jhilker98 / projects.json
Last active April 5, 2021 18:42
Project Code for my dashboard
[
{
"name": "Chronicler",
"srclang": "Python",
"status": "In Development"
},
{
"name": "All For One",
"srclang": "HTML",
"status": "In Development"