Update .config
This commit is contained in:
parent
6f0e376c92
commit
0ae3a3ae79
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
options=(
|
||||||
|
style=round
|
||||||
|
width=3.0
|
||||||
|
hidpi=off
|
||||||
|
#active_color=0xffe2e2e3
|
||||||
|
#inactive_color=0xff414550
|
||||||
|
active_color=0xc0e2e2e3
|
||||||
|
inactive_color=0xc02c2e34
|
||||||
|
)
|
||||||
|
|
||||||
|
borders "${options[@]}"
|
|
@ -61,3 +61,5 @@ yabai -m rule --add title='scratchpad' sub-layer=above space=10 grid=4:4:1:1:2:2
|
||||||
/Users/slococo/.local/bin/open.sh &
|
/Users/slococo/.local/bin/open.sh &
|
||||||
|
|
||||||
/Users/slococo/.local/bin/doNotCharge.sh &
|
/Users/slococo/.local/bin/doNotCharge.sh &
|
||||||
|
|
||||||
|
borders &
|
||||||
|
|
Loading…
Reference in New Issue