diff options
author | JesΓΊs <heckyel@hyperbola.info> | 2021-07-09 22:08:07 -0500 |
---|---|---|
committer | JesΓΊs <heckyel@hyperbola.info> | 2021-07-09 22:08:07 -0500 |
commit | bfff3015c4410d6d21a4ac1ad78c9df6ef3bd744 (patch) | |
tree | ebfe52c9321b6aa5f63b1b660815633127ac46a9 | |
parent | 687126996a35afe7d033aac2be543367817eae55 (diff) | |
download | fair-viewer-bfff3015c4410d6d21a4ac1ad78c9df6ef3bd744.tar.lz fair-viewer-bfff3015c4410d6d21a4ac1ad78c9df6ef3bd744.tar.xz fair-viewer-bfff3015c4410d6d21a4ac1ad78c9df6ef3bd744.zip |
update icons gtk
-rwxr-xr-x | bin/gtk-fair-viewer | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index d924359..a0e4c9b 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -150,16 +150,16 @@ sub which_command { my %symbols = ( thumbs_up => 'π', thumbs_down => 'π', - type => 'π‘', + type => 'β―', author => 'π', - author_id => 'π€', + author_id => 'μ', average => 'π', category => 'ποΈ', play => 'βΆοΈ', - views => 'π', + views => 'π', heart => 'β€οΈ', published => 'β±οΈ', - updated => 'β¨', + updated => 'β', numero => '#οΈβ£', video => 'ποΈ', subs => 'πͺ', |