From f54c2267ea651eb33368cbc0d0a20e5d24f757ff Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 16 Jun 2022 22:24:09 +0300 Subject: conform to xdg standard config locations --- xmobar/xmobarrc | 6 +++--- xmonad.hs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xmobar/xmobarrc b/xmobar/xmobarrc index 185739e..6770406 100755 --- a/xmobar/xmobarrc +++ b/xmobar/xmobarrc @@ -16,7 +16,7 @@ Config { font = "xft:Lato:weight=bold:pixelsize=12:antialias=true:hinting=true" , lowerOnStart = True , hideOnStart = False , persistent = True - , iconRoot = ".xmonad/xpm/" + , iconRoot = ".config/xmonad/xpm/" , commands = [ Run UnsafeStdinReader , Run Com "uname" ["-r"] "" 0 , Run Uptime @@ -94,9 +94,9 @@ Config { font = "xft:Lato:weight=bold:pixelsize=12:antialias=true:hinting=true" , "\xe601" -- akesi ] 20 - , Run Com ".xmonad/xmobar/trayer-padding-icon.sh" + , Run Com ".config/xmonad/xmobar/trayer-padding-icon.sh" ["panel"] "trayerpad" 10 - , Run Com ".xmonad/xmobar/separator.sh" [] "s" 0 + , Run Com ".config/xmonad/xmobar/separator.sh" [] "s" 0 ] , sepChar = "%" , alignSep = "}{" diff --git a/xmonad.hs b/xmonad.hs index 8efd6e1..a906ac6 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -417,7 +417,7 @@ myKeys = main :: IO () main = do - xmproc <- spawnPipe "xmobar ~/.xmonad/xmobar/xmobarrc" + xmproc <- spawnPipe "xmobar ~/.config/xmonad/xmobar/xmobarrc" -- the xmonad, ya know...what the wm is named after! xmonad $ docks . ewmh $ def { manageHook = myManageHook <+> manageDocks -- cgit v1.2.3