From d539ead6eaef6806c918b38eb62d1e47ddb022c3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:09:56 +0300 Subject: [PATCH] lmao nvm --- config/xmobar/xmobarrc | 2 +- config/xmonad/xmonad.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc index d60e0c05..278e5eaa 100644 --- a/config/xmobar/xmobarrc +++ b/config/xmobar/xmobarrc @@ -4,7 +4,7 @@ Config { font = "JetBrainsMono NF 10" , bgColor = "black" , fgColor = "#646464" - , position = BottomH 30 + , position = TopH 30 , border = NoBorder , borderColor = "#646464" , borderWidth = 0 diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 4ede8bfc..5ea02d61 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -302,7 +302,7 @@ myStartupHook = do spawnOnce "nm-applet" spawnOnce "blueman-applet" spawnOnce "flameshot" - spawn "trayer --edge bottom --align right --padding 2 --iconspacing 1 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'" + spawn "trayer --edge top --align right --padding 2 --iconspacing 1 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.