mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:53:17 -09:00
12 lines
330 B
Bash
Executable File
12 lines
330 B
Bash
Executable File
#!/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.."
|