mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
add limelight
This commit is contained in:
parent
211404c248
commit
d75bdad638
11
.config/limelight/limelightrc
Executable file
11
.config/limelight/limelightrc
Executable 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
3
.zshrc
@ -135,6 +135,9 @@ alias fgrep='fgrep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
|
||||
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
|
||||
eval "$(starship init zsh)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user