mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
132 lines
2.7 KiB
Django/Jinja
132 lines
2.7 KiB
Django/Jinja
# Flex Launcher v2.1 sample configuration file
|
|
# For documentation of these settings, visit: https://complexlogic.github.io/flex-launcher/configuration
|
|
[General]
|
|
DefaultMenu=Main
|
|
VSync=true
|
|
#FPSLimit=
|
|
OnLaunch=Blank
|
|
ResetOnBack=false
|
|
MouseSelect=false
|
|
InhibitOSScreensaver=false
|
|
#StartupCmd=
|
|
#QuitCmd=
|
|
|
|
[Background]
|
|
Mode=Slideshow
|
|
Color=#000000
|
|
#Image=
|
|
SlideshowDirectory={{ htpc_shared_directory_background_images }}
|
|
SlideshowImageDuration=30
|
|
SlideshowTransitionTime=3
|
|
#ChromaKeyColor=#010101
|
|
Overlay=true
|
|
OverlayColor=#000000
|
|
OverlayOpacity=30%
|
|
|
|
[Layout]
|
|
MaxButtons=6
|
|
#IconSize=256
|
|
IconSize=128
|
|
IconSpacing=5%
|
|
VCenter=50%
|
|
|
|
[Titles]
|
|
Enabled=true
|
|
Font=/usr/share/flex-launcher/assets/fonts/OpenSans-Regular.ttf
|
|
FontSize=36
|
|
Color=#FFFFFF
|
|
Opacity=100%
|
|
Shadows=false
|
|
ShadowColor=#000000
|
|
OversizeMode=Shrink
|
|
Padding=20
|
|
|
|
[Highlight]
|
|
Enabled=true
|
|
FillColor=#FFFFFF
|
|
FillOpacity=25%
|
|
OutlineSize=0
|
|
OutlineColor=#0000FF
|
|
OutlineOpacity=100%
|
|
CornerRadius=25
|
|
VPadding=30
|
|
HPadding=30
|
|
|
|
[Scroll Indicators]
|
|
Enabled=true
|
|
FillColor=#FFFFFF
|
|
OutlineSize=0
|
|
OutlineColor=#000000
|
|
Opacity=100%
|
|
|
|
[Clock]
|
|
Enabled=true
|
|
ShowDate=true
|
|
Alignment=Left
|
|
Font=/usr/share/flex-launcher/assets/fonts/SourceSansPro-Regular.ttf
|
|
FontSize=50
|
|
FontColor=#FFFFFF
|
|
Shadows=false
|
|
ShadowColor=#000000
|
|
Margin=5%
|
|
Opacity=100%
|
|
TimeFormat=24hr
|
|
DateFormat=Little
|
|
IncludeWeekday=true
|
|
|
|
[Screensaver]
|
|
Enabled=false
|
|
IdleTime=300
|
|
Intensity=70%
|
|
PauseSlideshow=true
|
|
|
|
[Hotkeys]
|
|
# Esc to quit
|
|
Hotkey1=#1B;:quit
|
|
|
|
[Gamepad]
|
|
Enabled=false
|
|
DeviceIndex=-1
|
|
#ControllerMappingsFile=
|
|
LStickX-=:left
|
|
LStickX+=:right
|
|
#LStickY-=
|
|
#LStickY+=
|
|
#RStickX-=
|
|
#RStickX+=
|
|
#RStickY-=
|
|
#RStickY+=
|
|
#LTrigger=
|
|
#RTrigger=
|
|
ButtonA=:select
|
|
ButtonB=:back
|
|
#ButtonX=
|
|
#ButtonY=
|
|
#ButtonBack=
|
|
#ButtonGuide=
|
|
#ButtonStart=
|
|
#ButtonLeftStick=
|
|
#ButtonRightStick=
|
|
#ButtonLeftShoulder=
|
|
#ButtonRightShoulder=
|
|
#ButtonDPadUp=
|
|
#ButtonDPadDown=
|
|
ButtonDPadLeft=:left
|
|
ButtonDPadRight=:right
|
|
|
|
# Menu configurations
|
|
[Main]
|
|
Entry1=Kodi;/usr/share/flex-launcher/assets/icons/kodi.png;/usr/share/applications/kodi.desktop
|
|
Entry2=Firefox;/usr/share/flex-launcher/assets/icons/firefox.png;/usr/bin/firefox
|
|
Entry3=Steam;/usr/share/flex-launcher/assets/icons/steam.png;/usr/share/applications/steam.desktop;BigPicture
|
|
Entry4=Moonlight;/usr/share/flex-launcher/assets/icons/moonlight.png;/usr/share/applications/moonlight.desktop
|
|
Entry5=RetroArch;/usr/share/flex-launcher/assets/icons/retroarch.png;/usr/share/applications/retroarch.desktop
|
|
Entry6=System;/usr/share/flex-launcher/assets/icons/system.png;:submenu System
|
|
|
|
|
|
|
|
[System]
|
|
Entry1=Shutdown;/usr/share/flex-launcher/assets/icons/system.png;:shutdown
|
|
Entry2=Restart;/usr/share/flex-launcher/assets/icons/restart.png;:restart
|
|
Entry3=Sleep;/usr/share/flex-launcher/assets/icons/sleep.png;:sleep
|