From 9dcd101b5420a265c977ecc58163f5b1da3fd16f Mon Sep 17 00:00:00 2001 From: Daniele Fucini <dfucini@gmail.com> Date: Mon, 25 Mar 2024 22:35:54 +0100 Subject: [PATCH] Update .bashrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9351c50..8829e3c 100644 --- a/.bashrc +++ b/.bashrc @@ -19,7 +19,7 @@ alias ncmpcpp='systemctl --user start mpd-mpris; ncmpcpp; systemctl --user stop alias rm='rm -I' alias sort='sort -n' alias sudo='sudo ' -alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 8 --transparent true --tint 0x1f2022 --height 18 --monitor 0' +alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 7 --transparent true --tint 0x1f2022 --height 18 --monitor 0' alias vi='vim' if [ "$TERM" == "xterm-kitty" ]; then