Skip to content

Commit

Permalink
Move monitor-filter.awk to awk dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ojv committed May 17, 2017
1 parent 2e4f8b9 commit 371c8ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion monitor
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local mon = table.concat({
}, " ")

local awk = table.concat({
"awk -f monitor-filter.awk",
"awk -f awk/monitor-filter.awk",
awk_var("conky_name"),
awk_var("awesome_name"),
awk_var("string_for_conky"),
Expand Down

0 comments on commit 371c8ca

Please sign in to comment.