Added termite and Tizonia Configs

This commit is contained in:
Brad 2019-03-12 16:31:24 -05:00
parent dd53257e10
commit 43f9c9d6e8
3 changed files with 198 additions and 0 deletions

42
termite/config Normal file
View File

@ -0,0 +1,42 @@
[colors]
# special
foreground = #93a1a1
foreground_bold = #93a1a1
cursor = #93a1a1
background = #002b36
# black
color0 = #002b36
color8 = #657b83
# red
color1 = #dc322f
color9 = #dc322f
# green
color2 = #859900
color10 = #859900
# yellow
color3 = #b58900
color11 = #b58900
# blue
color4 = #268bd2
color12 = #268bd2
# magenta
color5 = #6c71c4
color13 = #6c71c4
# cyan
color6 = #2aa198
color14 = #2aa198
# white
color7 = #93a1a1
color15 = #fdf6e3
[options]
font = Inconsolata 12

117
tizonia/tizonia.conf Normal file
View File

@ -0,0 +1,117 @@
# -*-Mode: conf; -*-
# tizonia-config v0.17.0 configuration file
[ilcore]
# Tizonia OpenMAX IL Core section
# Component plugins discovery
# -------------------------------------------------------------------------
# A comma-separated list of paths to be scanned by the Tizonia IL Core when
# searching for component plugins
component-paths = /usr/lib/tizonia0-plugins12;
# IL Core extension plugins discovery
# -------------------------------------------------------------------------
# A comma-separated list of paths to be scanned by the Tizonia IL Core when
# searching for IL Core extensions (not implemented yet)
extension-paths =
[resource-management]
# Tizonia OpenMAX IL Resource Management (RM) section
# Resource Manager (RM) daemon interface enable/disable switch
# -------------------------------------------------------------------------
# Whether the IL RM functionality is enabled or not
enabled = false
# RM database
# -------------------------------------------------------------------------
# This is the path to the Resource Manager database
rmdb = /usr/share/tizrmd/tizrm.db
[plugins]
# OpenMAX IL Component plugins section
# Each key-value pair represents a list of any data that a
# specific component might need. The entries here must honor the following
# format: OMX.component.name.key = <semi-colon-separated list of items>
# ALSA Audio Renderer
# -------------------------------------------------------------------------
#
# OMX.Aratelia.audio_renderer.alsa.pcm.preannouncements_disabled.port0 = false
OMX.Aratelia.audio_renderer.alsa.pcm.alsa_device = default
OMX.Aratelia.audio_renderer.alsa.pcm.alsa_mixer = Master
[tizonia]
# Tizonia player section
# The default audio renderer used by the tizonia player
# -------------------------------------------------------------------------
# Valid values are:
# - OMX.Aratelia.audio_renderer.pulseaudio.pcm
# - OMX.Aratelia.audio_renderer.alsa.pcm
default-audio-renderer = OMX.Aratelia.audio_renderer.pulseaudio.pcm
# MPRIS v2 interface enable/disable switch
# -------------------------------------------------------------------------
# Valid values are: true | false
#
mpris-enabled = false
# Spotify configuration
# -------------------------------------------------------------------------
# To avoid passing this information on the command line, uncomment
# and configure accordingly
#
spotify.user = bradart
spotify.password = Good2knoW
# spotify.recover_lost_token = false (set to true to continue playback after
# the token has been [spuriously?] lost)
# Google Play Music configuration
# -------------------------------------------------------------------------
# To avoid passing this information on the command line, uncomment and
# configure here.
#
gmusic.user = bradart.ink@gmail.com
gmusic.password = jmaiymbyelyztgid
gmusic.device_id = 1019282736445647
# SoundCloud configuration
# -------------------------------------------------------------------------
# To avoid passing this information on the command line, uncomment and
# configure your SoundCloud OAuth token here.
#
# To obtain your OAuth token, Tizonia needs to be granted access to your
# SoundCloud account. Visit http://tizonia.org/docs/soundcloud/ for the
# details.
#
# soundcloud.oauth_token = X-XXXXXX-XXXXXXXX-XXXXXXXXXXXXXX
# Dirble configuration
# -------------------------------------------------------------------------
# To avoid passing this information on the command line, uncomment and
# configure your Dirble Api Key here.
#
# To obtain your Dirble API key, go to https://dirble.com/developer/
#
# dirble.api_key = xxxxxxxxxxxxxx
# Plex configuration
# -------------------------------------------------------------------------
# To avoid passing this information on the command line, uncomment and
# configure your Plex server and account auth token here.
#
# To find how to obtain a Plex user authentication token, see:
# https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
#
# plex.base_url = xxxxxxxxxxxxxx (e.g. http://plexserver:32400)
# plex.auth_token = xxxxxxxxxxxxxx (e.g. SrPEojhap3H5Qj2DmjhX)

39
walls/solarized.dark.txt Normal file
View File

@ -0,0 +1,39 @@
[colors]
# special
foreground = #93a1a1
foreground_bold = #93a1a1
cursor = #93a1a1
background = #002b36
# black
color0 = #002b36
color8 = #657b83
# red
color1 = #dc322f
color9 = #dc322f
# green
color2 = #859900
color10 = #859900
# yellow
color3 = #b58900
color11 = #b58900
# blue
color4 = #268bd2
color12 = #268bd2
# magenta
color5 = #6c71c4
color13 = #6c71c4
# cyan
color6 = #2aa198
color14 = #2aa198
# white
color7 = #93a1a1
color15 = #fdf6e3