mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
changed weechat configuration
This commit is contained in:
parent
2f2d3738f8
commit
3e938a89e4
11
roles/weechat/README.md
Normal file
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
|
||||
|
Loading…
Reference in New Issue
Block a user