;; 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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
font: | |
normal: | |
family: Iosevka Medium | |
style: Regular | |
italic: | |
family: Iosevka Medium | |
style: Italic | |
bold: | |
family: Iosevka Medium | |
style: Bold |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p { | |
color: red; | |
} | |
h1 { | |
color: skyblue; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Chronicler", | |
"srclang": "Python", | |
"status": "In Development" | |
}, | |
{ | |
"name": "All For One", | |
"srclang": "HTML", | |
"status": "In Development" |
OlderNewer