!!!!!!!!!1

This commit is contained in:
Sakooooo 2023-10-05 08:20:18 +04:00
parent b625ba8c7b
commit 85e1401de9
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Config {
font = "JetBrainsMono NF 9"
, bgColor = "black"
, fgColor = "#646464"
, position = TopH 30
, position = BottomH 25
, border = NoBorder
, borderColor = "#646464"
, borderWidth = 0

View file

@ -306,7 +306,7 @@ myStartupHook = do
spawnOnce "blueman-applet"
spawnOnce "flameshot"
spawn "picom"
spawn "trayer --edge top --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black'"
spawn "trayer --edge top --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'"
------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up.