1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

removed tiny config

This commit is contained in:
eoli3n 2020-05-13 21:08:11 +02:00
parent 097d72de2b
commit 42051e3917
3 changed files with 0 additions and 155 deletions

@ -48,7 +48,6 @@
- { role: variety, tags: variety }
- { role: wofi, tags: wofi }
- { role: kitty, tags: kitty }
- { role: tiny, tags: tiny }
tasks:
- include_role:
name: vagrant

@ -1,23 +0,0 @@
---
- name: create config dir
file:
path: ~/.config/tiny/
state: directory
- name: create log dir
file:
path: ~/.tiny_logs
state: directory
- name: template conf file
template:
src: config.yml.j2
dest: ~/.config/tiny/config.yml
vars:
sasl_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
39373035363436313436346361366164616264383036613938306239363766343332633432306364
3331353965326465373031653833613439306130343732380a636464653265363737643263333665
39656231636466316438363231336339346562313830313534336663346636373733336435396266
3861613663613163630a393135623439346161343939376565376339613433633062353138393765
6664

@ -1,131 +0,0 @@
# Servers to auto-connect
servers:
- addr: chat.freenode.net
port: 6697
tls: true
realname: eoli3n
nicks:
- eoli3n
# Channels to automatically join
join:
- '#archlinux-fr'
- '#archlinux'
- '#gamedev-fr'
- '#nixos'
# SASL authentication
sasl:
username: 'eoli3n'
password: '{{ sasl_password }}'
- addr: irc.oftc.net
port: 6697
tls: true
realname: eoli3n
nicks:
- eoli3n
# Defaults used when connecting to servers via the /connect command
defaults:
nicks:
- eoli3n
realname: eoli3n
join: []
tls: false
# Where to put log files
log_dir: '/home/{{ user }}/.tiny_logs'
# How to show timestamps. Should be a valid strftime() format string. Run `man
# strftime` in your shell for strftime format specification.
timestamp_format: '%H:%M'
# Color theme based on 256 colors. Colors can be defined as color indices
# (0-255) or with their names.
#
# Accepted color names are:
# default (0), black (0), maroon (1), green (2), olive (3), navy (4),
# purple (5), teal (6), silver (7), gray (8), red (9), lime (10),
# yellow (11), blue (12), magenta (13), cyan (14), white (15)
#
# Attributes can be combined (e.g [bold, underline]), and valid values are bold
# and underline
colors:
nick: [ 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14 ]
clear:
fg: default
bg: default
user_msg:
fg: black
bg: default
err_msg:
fg: black
bg: maroon
attrs: [bold]
topic:
fg: cyan
bg: default
attrs: [bold]
cursor:
fg: black
bg: default
join:
fg: lime
bg: default
attrs: [bold]
part:
fg: maroon
bg: default
attrs: [bold]
nick_change:
fg: lime
bg: default
attrs: [bold]
faded:
fg: 242
bg: default
exit_dialogue:
fg: default
bg: navy
highlight:
fg: red
bg: default
attrs: [bold]
completion:
fg: 84
bg: default
timestamp:
fg: 242
bg: default
tab_active:
fg: default
bg: default
attrs: [bold]
tab_normal:
fg: gray
bg: default
tab_new_msg:
fg: purple
bg: default
tab_highlight:
fg: red
bg: default
attrs: [bold]