add limelight

This commit is contained in:
Adam Jeniski 2022-12-04 10:46:38 -05:00
parent 211404c248
commit d75bdad638
2 changed files with 14 additions and 0 deletions

11
.config/limelight/limelightrc Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env sh
LIMELIGHT=~/repos/limelight/bin/limelight
$LIMELIGHT -m config width 5
#$LIMELIGHT -m config radius 0
#$LIMELIGHT -m config placement interior
$LIMELIGHT -m config active_color 0xff30638e
$LIMELIGHT -m config normal_color 0x66003d5b
echo "limelight configuration loaded.."

3
.zshrc
View File

@ -135,6 +135,9 @@ alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto' alias egrep='egrep --color=auto'
export PATH="/opt/homebrew/opt/cython/bin:$PATH" export PATH="/opt/homebrew/opt/cython/bin:$PATH"
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
alias awb='~/repos/limelight/bin/limelight -c ~/.config/limelight/limelightrc'
export STARSHIP_CONFIG=~/.config/starship/starship.toml export STARSHIP_CONFIG=~/.config/starship/starship.toml
eval "$(starship init zsh)" eval "$(starship init zsh)"