Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Iambecomeroot/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Feb 2, 2017
2 parents 5243c54 + f33b505 commit d5ebca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conky/.config/conky/mpd.conky
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ conky.config = {
show_graph_scale = false,
show_graph_range = false,
draw_graph_borders = false,
lua_load = "/home/marcel/.dotfiles/conky/mpd.lua",
lua_load = "/home/marcel/.config/conky/mpd.lua",
}

conky.text = '${texeci 10 artwork 2>&1 > /dev/null}${lua main}'
2 changes: 1 addition & 1 deletion conky/.config/conky/mpd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
--

-- Read lines into table
local lines = lines_from('/home/marcel/.dotfiles/conky/env')
local lines = lines_from('/home/marcel/.config/conky/env')

-- Create config var
local config = {}
Expand Down

0 comments on commit d5ebca4

Please sign in to comment.