From a5c0b71e8b24f4258ba265c1e8d58b4a7c7dbfe1 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Thu, 14 Aug 2025 20:19:53 +0200 Subject: [PATCH] Update trayer --- .bash_aliases | 3 ++- .config/xmonad/xmonad.hs | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index f1cb4bd..561cadd 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -15,7 +15,8 @@ alias sort='sort -n' alias ssh='kitten ssh' alias sudo='doas' alias sudoedit='doas rvim' -alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 1' +#alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 1' +alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --tint 0x232634 --height 18 --monitor 1' alias trc='trash-empty' alias trl='trash-list' alias trm='trash-rm' diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 667bf50..9c0444e 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -197,8 +197,7 @@ myStartupHook = do spawnOnce "trayer -l --edge top --align right --SetDockType true \ \--SetPartialStrut true --expand true --widthtype request \ - \--transparent true --tint 0x232634 --height 18 \ - \--monitor 1" + \--tint 0x232634 --height 18 --monitor 1" spawnOnce "redshift-gtk" spawnOnce "udiskie" spawnOnce "nm-applet"