This file contains hidden or 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
/* -------------------- Midnight Waves - by: ushruff -------------------- */ | |
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelink"; | |
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; | |
@\import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Overpass:wght@400;700&family=Quicksand:wght@400;600&family=Rubik:wght@300;400;600;700&display=swap'); | |
:root { | |
--main-back: #101415; | |
--card-back: #262626; |
This file contains hidden or 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
# This file is parsed by pam_env module | |
# | |
# Syntax: simple "KEY=VAL" pairs on separate lines | |
#Personal | |
EDITOR DEFAULT=nvim | |
TERMINAL DEFAULT=st | |
BROWSER DEFAULT=google-chrome-stable | |
HOME DEFAULT=/home/@{PAM_USER} |
This file contains hidden or 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
#!/system/bin/sh | |
# Colors | |
# ---------------------------------------- | |
BL='\e[01;90m' > /dev/null 2>&1; # Black | |
R='\e[01;91m' > /dev/null 2>&1; # Red | |
G='\e[01;92m' > /dev/null 2>&1; # Green | |
Y='\e[01;93m' > /dev/null 2>&1; # Yellow | |
B='\e[01;94m' > /dev/null 2>&1; # Blue | |
P='\e[01;95m' > /dev/null 2>&1; # Purple |
This file contains hidden or 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
#!/bin/zsh | |
export EDITOR="nvim" | |
export TERMINAL="termite" | |
export BROWSER="google-chrome-stable" | |
# Clean up | |
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh" | |
export XDG_CONFIG_HOME="$HOME/.config" | |
export XDG_DATA_HOME="$HOME/.local/share" |
This file contains hidden or 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
if [[ $- != *i* ]]; then | |
return | |
fi | |
# completion cache path setup | |
typeset -g comppath="$HOME/.cache" | |
typeset -g compfile="$comppath/.zcompdump" | |
if [[ -d "$comppath" ]]; then | |
[[ -w "$compfile" ]] || rm -rf "$compfile" >/dev/null 2>&1 |
This file contains hidden or 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
/* List design by 5cm */ | |
@\import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"; | |
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelink"; | |
body { | |
background: url(https://image.myanimelist.net/ui/fkLITaJTefafxFKPGRznglNnufcAvn5pOQqmKwnxF4MEGjNRtCIn1TT-_7JXz8nZ), | |
url(https://image.myanimelist.net/ui/uf6p6rEk2dlZoh8DIyYQTScPXcYWVkorZzR5QFff8DyDzTdbJYJwzH3R2lWVJkHOdP4y55c06A4fZbPXJpqYDvLuhyaebcSPnK6QLHBED7-o-ClTkn_bsnshpfBLGgPZjMiKMrXcb1iI6PR717oIPNFRI5v-1r-20IDrpHAdy8KmO4zdFnmomZ_ySnrHu1cr4VmTEJbm7Xv2ihRc4y3k9ljwhkaai7BkFFcWo-qGkHg) !important; | |
font: 300 11px Open Sans; color: black !important;} |