diff --git a/README.md b/README.md index 234b506..7c6bb08 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ I have implemented a manual switching mechanism so that I can switch configurati * [Dunst](https://github.com/dunst-project/dunst) * [Gnome Terminal](https://github.com/GNOME/gnome-terminal) +## Applications +* [WeeChat](https://github.com/weechat/weechat) +* [ncmpc](https://github.com/MusicPlayerDaemon/ncmpc) + # Themes ## Master Branch ### GTK @@ -44,5 +48,7 @@ stow -t ~ polybar stow -t ~ rofi stow -t ~ gtk stow -t ~ zsh + stow -t ~ weechat +stow -t ~ ncmpc ~~~ diff --git a/ncmpc/.ncmpc/config b/ncmpc/.ncmpc/config new file mode 100644 index 0000000..1415ecb --- /dev/null +++ b/ncmpc/.ncmpc/config @@ -0,0 +1,14 @@ +enable-colors = yes +color background = none +color title = 073 +color title-bold = 073 +color line = 073 +color line-flags = 073 +color list = white +color list-bold = 073 +color progressbar = 073 +color status-state = 073 +color status-song = 073 +color status-time = 073 +color alert = white + \ No newline at end of file