From 31b2f8d08a6a716a3c877f68999d5bab1e1502c4 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Sun, 24 Mar 2024 12:17:44 +0100 Subject: [PATCH] Update .bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index ba92db1..d0f17b9 100644 --- a/.bashrc +++ b/.bashrc @@ -18,6 +18,7 @@ alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null' 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 vi='vim' if [ "$TERM" == "xterm-kitty" ]; then