summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-22 15:36:49 +0200
committerjoe <rbo@gmx.us>2025-09-22 15:36:49 +0200
commit01c0c82ad48f6d7b302e72d2c7acd4202f4d214d (patch)
tree56bad348d0c44e851ee5533945f3ac781da9488d
parentup (diff)
downloaddotfiles-bsd-01c0c82ad48f6d7b302e72d2c7acd4202f4d214d.tar.gz
dotfiles-bsd-01c0c82ad48f6d7b302e72d2c7acd4202f4d214d.tar.bz2
dotfiles-bsd-01c0c82ad48f6d7b302e72d2c7acd4202f4d214d.tar.xz
dotfiles-bsd-01c0c82ad48f6d7b302e72d2c7acd4202f4d214d.tar.zst
dotfiles-bsd-01c0c82ad48f6d7b302e72d2c7acd4202f4d214d.zip
up
-rw-r--r--.local/share/irssi/default.theme2
-rw-r--r--.local/share/irssi/doom.theme8
2 files changed, 5 insertions, 5 deletions
diff --git a/.local/share/irssi/default.theme b/.local/share/irssi/default.theme
index 79b1af5..96bed02 100644
--- a/.local/share/irssi/default.theme
+++ b/.local/share/irssi/default.theme
@@ -118,7 +118,7 @@ abstracts = {
##
# the basic styling of how to print message, $0 = nick mode, $1 = nick
- msgnick = "%K<%n$0$1-%K>%n %|";
+ # msgnick = "%K<%n$0$1-%K>%n %|";
# message from you is printed. "ownnick" specifies the styling of the
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
diff --git a/.local/share/irssi/doom.theme b/.local/share/irssi/doom.theme
index 87be3ed..578fae6 100644
--- a/.local/share/irssi/doom.theme
+++ b/.local/share/irssi/doom.theme
@@ -118,7 +118,7 @@ abstracts = {
##
# the basic styling of how to print message, $0 = nick mode, $1 = nick
- msgnick = "%K<%n$0%G$1-%K>%n %|";
+ # msgnick = "%K<%n$0%G$1-%K>%n %|";
# message from you is printed. "msgownnick" specifies the styling of the
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
@@ -137,7 +137,7 @@ abstracts = {
# privmsgnick = "%K{msgnick %R$*%K}%n";
# $0 = nick mode, $1 = nick
- ownmsgnick = "%Y<%n$0%G$1-%Y>%n %|";
+ ownmsgnick = "%Y<%n$0%_%r$1-%Y%_>%n %|";
# ownmsgnick = "{msgnick $0 $1-}";
ownnick = "%g$*%n";
@@ -147,12 +147,12 @@ abstracts = {
# public message in channel meant for me, $0 = nick mode, $1 = nick
# pubmsgmenick = "{msgnick $0 $1-}";
- pubmsgmenick = "%R<%n$0%Y$1-%R>%n %|";
+ # pubmsgmenick = "%R<%n$0%Y$1-%R>%n %|";
menick = "%Y$*%n";
# public highlighted message in channel
# $0 = highlight color, $1 = nick mode, $2 = nick
- pubmsghinick = "{msgnick $1 $0$2-%n}";
+ # pubmsghinick = "{msgnick $1 $0$2-%n}";
# channel name is printed with message
msgchannel = "%K:%c$*%n";