From 977d0c5d04f8ee0acd5de7a79bc8bec1cef24c97 Mon Sep 17 00:00:00 2001 From: airosa Date: Wed, 26 Oct 2022 19:38:57 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B3=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 42ce62c..82e8a78 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -17,7 +17,7 @@ set -g status-bg green set -g status-left " " -set -g status-right "%H:%M %d-%m-%y%y | #[fg=red,dim,bg=default]#(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) " +set -g status-right "%H:%M %d-%m-%Y | #[fg=red,dim,bg=default]#(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) " # No bells at all set -g bell-action none