diff options
Diffstat (limited to '')
| -rw-r--r-- | xmonad/xmobar.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad/xmobar.hs b/xmonad/xmobar.hs index 828ab1b6..459fe9d2 100644 --- a/xmonad/xmobar.hs +++ b/xmonad/xmobar.hs @@ -18,8 +18,8 @@ Config { "-h", "green", "-l", "red"] 10 - , Run CommandReader "~/dev/libre/dotfiles/scripts/xmobar-mpris.sh" "mpris" - , Run CommandReader "~/dev/libre/dotfiles/scripts/xmobar-notmuch.sh" "notmuch" + , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-mpris.sh" "mpris" + , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-notmuch.sh" "notmuch" ] , template = " <fc=#5ea2a4>%date%</fc> | %default:Master%| %mpris% } { | %notmuch% | %wlp59s0wi% | %battery% | %memory% * %swap% | %cpu% | %disku% " } |
