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"