diff --git a/config/xmonad/scripts/trayer.sh b/config/xmonad/scripts/trayer.sh deleted file mode 100755 index 3aeb5e69..00000000 --- a/config/xmonad/scripts/trayer.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -sleep 1 && killall trayer -trayer \ - --edge bottom \ - --align right \ - --SetDockType true \ - --SetPartialStrut true \ - --height 30 \ - --transparent true \ - --alpha 0 \ - --tint #000000 \ - --widthtype request diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 7060eaf0..6be00ce2 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -257,7 +257,6 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h } -- By default, do nothing. myStartupHook = do spawnOnce "keepassxc" - spawn "/home/sako/.config/xmonad/scripts/trayer.sh" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.