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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmobar') 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 = "}{" -- cgit v1.2.3