first commit
This commit is contained in:
54
mpv/script-opts/tethys.conf
Normal file
54
mpv/script-opts/tethys.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
### Config
|
||||
showPictureInPictureButton=yes
|
||||
showSpeedButton=yes
|
||||
# Show name and shortcut of buttons on hover
|
||||
showShortcutTooltip=yes
|
||||
# Show chapter above timestamp in seekbar tooltip
|
||||
showChapterTooltip=yes
|
||||
# skipback/skipfrwd amount in seconds
|
||||
skipBy=5
|
||||
# RightClick skipback/skipfrwd amount in seconds
|
||||
skipByMore=30
|
||||
# "exact" (mordenx default) or "relative+keyframes" (mpv default)
|
||||
skipMode=exact
|
||||
# PictureInPicture 33% screen width, 10px from bottom right
|
||||
pipGeometry=33%+-10+-10
|
||||
# PictureInPicture will show video on all virtual desktops
|
||||
pipAllWorkspaces=yes
|
||||
|
||||
### Sizes
|
||||
# 16:9 video thumbnail = 256x144
|
||||
thumbnailSize=256
|
||||
seekbarHeight=20
|
||||
controlsHeight=64
|
||||
buttonTooltipSize=20
|
||||
windowBarHeight=44
|
||||
windowButtonSize=44
|
||||
windowTitleSize=24
|
||||
cacheTextSize=20
|
||||
timecodeSize=27
|
||||
seekbarTimestampSize=30
|
||||
seekbarTimestampOutline=1
|
||||
chapterTickSize=6
|
||||
windowTitleOutline=1
|
||||
|
||||
### Colors (uses GGBBRR for some reason)
|
||||
### Alpha ranges 0 (opaque) .. 255 (transparent)
|
||||
textColor=FFFFFF
|
||||
buttonColor=CCCCCC
|
||||
buttonHoveredColor=FFFFFF
|
||||
buttonHoveredRectColor=000000
|
||||
# Easily debug button geometry by setting buttonHoveredRectAlpha to 80
|
||||
buttonHoveredRectAlpha=255
|
||||
tooltipColor=CCCCCC
|
||||
windowBarColor=000000
|
||||
# windowBarAlpha (80 is mpv default) (255 morden default)
|
||||
windowBarAlpha=255
|
||||
windowButtonColor=CCCCCC
|
||||
closeButtonHoveredColor=1111DD
|
||||
seekbarHandleColor=FFFFFF
|
||||
seekbarFgColor=483DD7
|
||||
seekbarBgColor=929292
|
||||
seekbarCacheColor=000000
|
||||
seekbarCacheAlpha=128
|
||||
chapterTickColor=CCCCCC
|
||||
Reference in New Issue
Block a user