diff --git a/termite/config b/termite/config new file mode 100644 index 0000000..af6bf88 --- /dev/null +++ b/termite/config @@ -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 diff --git a/tizonia/tizonia.conf b/tizonia/tizonia.conf new file mode 100644 index 0000000..e92bfc8 --- /dev/null +++ b/tizonia/tizonia.conf @@ -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 = + +# 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) + diff --git a/walls/solarized.dark.txt b/walls/solarized.dark.txt new file mode 100644 index 0000000..5db7a6a --- /dev/null +++ b/walls/solarized.dark.txt @@ -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