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

changed weechat configuration

This commit is contained in:
eoli3n 2017-12-20 21:32:48 +01:00
parent 2f2d3738f8
commit 3e938a89e4
2 changed files with 13 additions and 2 deletions

11
roles/weechat/README.md Normal file

@ -0,0 +1,11 @@
# Weechat Theme
To let ansible rerun cmd in weechat fifo, please
```
rm ~/.weechat/themed
```
Then you can re run configuration
```
cd ~/dotfiles
./install.sh weechat
```

@ -21,14 +21,13 @@
- '*/set weechat.bar.status.color_bg 0'
- '*/set weechat.bar.title.color_bg 0'
- '*/set weechat.color.chat_nick_colors 1,2,3,4,5,6'
- '*/set buffers.color.hotlist_message_fg 7'
- '*/set weechat.color.chat_highlight_bg red'
- '*/set weechat.color.chat_highlight black'
- '*/script install colorize_nicks.py buffers.pl iset.pl highmon.pl'
- '*/bar toggle nicklist'
- '*/bar toggle title'
- '*/bar toggle status'
- '*/set weechat.look.separator_horizontal " "'
- '*/set buffers.color.hotlist_message_fg 7'
- '*/set buffers.color.current_bg 240'
- '*/set buffers.color.current_fg white'
- '*/set buffers.look.show_number off'
@ -42,6 +41,7 @@
- '*/set weechat.look.prefix_quit ""'
- '*/set weechat.look.prefix_suffix " "'
- '*/set weechat.look.read_marker none'
- '*/script install colorize_nicks.py highmon.pl'
- '*/upgrade'
- name: Create themed file