From 0b059d7bf47bee14a8297c256d4461b362d6c2bb Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 14 Mar 2021 02:20:33 +0300 Subject: [PATCH] Weechat updates --- modules/applications/packages.nix | 2 +- modules/applications/weechat.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/applications/packages.nix b/modules/applications/packages.nix index 86da3fe..f8474eb 100644 --- a/modules/applications/packages.nix +++ b/modules/applications/packages.nix @@ -20,7 +20,7 @@ spectral # Audio/Video vlc - lxqt.pavucontrol-qt + pavucontrol # Tools zip unrar diff --git a/modules/applications/weechat.nix b/modules/applications/weechat.nix index ea15745..ffcd8c4 100644 --- a/modules/applications/weechat.nix +++ b/modules/applications/weechat.nix @@ -25,7 +25,7 @@ in { python.slack.color_edited_suffix = "095" python.slack.color_reaction_suffix = "darkgray" python.slack.color_thread_suffix = "lightcyan" - python.slack.colorize_private_chats = "false" + python.slack.colorize_private_chats = "true" python.slack.debug_level = "3" python.slack.debug_mode = "false" python.slack.distracting_channels = "" @@ -46,7 +46,6 @@ in { python.slack.short_buffer_names = "false" python.slack.show_buflist_presence = "true" python.slack.show_reaction_nicks = "true" - python.slack.slack_api_token = "$slack_api_token" python.slack.slack_timeout = "20000" python.slack.switch_buffer_on_join = "true" python.slack.thread_messages_in_channel = "false"