diff options
author | sinanmohd <sinan@firemail.cc> | 2023-03-20 16:16:34 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-03-20 16:24:57 +0530 |
commit | 7edf4a579e9beb577506143ab1b5f8d87ce1519c (patch) | |
tree | 778fbf3ef16f0b3e39383a619dd8d16c2d0e3025 /.local/bin/linkhandler | |
parent | 9f864646907edad998b03f46ea84ed6457b97738 (diff) |
font: switch to font awesome for fonts
Diffstat (limited to '.local/bin/linkhandler')
-rwxr-xr-x | .local/bin/linkhandler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler index f641419..361a09f 100755 --- a/.local/bin/linkhandler +++ b/.local/bin/linkhandler @@ -3,7 +3,7 @@ note() { command -v notify-send > /dev/null && - notify-send " linkhandler" "$1" + notify-send " linkhandler" "$1" } main() |