From 55c30a51914fcb4814f949cc33dd7dd51e6de318 Mon Sep 17 00:00:00 2001 From: Jesper Fussing Moerk Date: Sat, 10 Feb 2018 10:04:30 +0100 Subject: [PATCH] Updated README with weechat stuff --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a36a628..234b506 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Focused Foreground: #009688 Unfocused Foreground: #BDBDBD Urgent Foreground: #BF360C +### Weechat +I'm using the theme script to theme my weechat. +I do realize that colors are a little bit off as we only have 256 colors to work with. + # Stow Commands I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing: ~~~ @@ -40,4 +44,5 @@ stow -t ~ polybar stow -t ~ rofi stow -t ~ gtk stow -t ~ zsh +stow -t ~ weechat ~~~