diff --git a/.config/xmobar/xmobarrc2 b/.config/xmobar/xmobarrc2 index 8c46720..3b03ae5 100755 --- a/.config/xmobar/xmobarrc2 +++ b/.config/xmobar/xmobarrc2 @@ -35,5 +35,5 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = " | %UnsafeStdinReader% }{ |  %uname% | %cpu% | %memory% | %disku% | %enp6s0% |  %pacupdate%| %date% | %trayerpad%" + , template = " | %UnsafeStdinReader% }{ |  %uname% | %cpu% | %memory% | %disku% | %enp6s0% |  %pacupdate%| %date% |%trayerpad%" } diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 4c2b9e4..1ac70f2 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -115,7 +115,7 @@ myStartupHook = do spawnOnce "picom &" spawnOnce "nm-applet &" spawnOnce "volumeicon &" - spawnOnce "trayer --edge top --align right --widthtype request --margin 5 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x292d3e --height 18 &" + spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x292d3e --height 18 &" --spawnOnce "emacs --daemon &" setWMName "LG3D"