diff options
author | Yigit Sever | 2020-04-07 18:33:31 +0300 |
---|---|---|
committer | Yigit Sever | 2020-04-07 18:33:31 +0300 |
commit | 9675be0beb82decf37b036b1a12e1a7303a584d6 (patch) | |
tree | e52b23cc6b019fbe7ba69540350e8738085495aa | |
parent | c3d6fe5d78a8f305a2134d6298c3da7f1eac114f (diff) | |
download | dotfiles-9675be0beb82decf37b036b1a12e1a7303a584d6.tar.gz dotfiles-9675be0beb82decf37b036b1a12e1a7303a584d6.tar.bz2 dotfiles-9675be0beb82decf37b036b1a12e1a7303a584d6.zip |
focus script uses my name
-rwxr-xr-x | .config/polybar/focus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/focus b/.config/polybar/focus index fdf2f30..f375cc3 100755 --- a/.config/polybar/focus +++ b/.config/polybar/focus | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/env perl | 1 | #!/usr/bin/env perl |
2 | # shows active taskwarrior task on polybar | 2 | # shows active taskwarrior task on polybar |
3 | #Copyright © 2019 yourname | 3 | #Copyright © 2019 yigit |
4 | 4 | ||
5 | #This program is free software: you can redistribute it and/or modify | 5 | #This program is free software: you can redistribute it and/or modify |
6 | #it under the terms of the GNU General Public License as published by | 6 | #it under the terms of the GNU General Public License as published by |