diff --git a/i3/i3/i3bar_clickparser.bash b/i3/i3/i3bar_clickparser.bash index 3a504c7..f54198f 100644 --- a/i3/i3/i3bar_clickparser.bash +++ b/i3/i3/i3bar_clickparser.bash @@ -3,7 +3,7 @@ line="$1" log(){ - echo $* >> ~/.i3/output_i3bar.log.2 + echo $* >> ~/.i3/logs/output_i3bar.log } # I'm sorry.