Skip to content

Commit

Permalink
Upgrade icon names to FontAwesome5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdimir committed Sep 19, 2018
1 parent 52a39ab commit 717826a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions autoname_workspaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@
'atom': fa.icons['code'],
'banshee': fa.icons['play'],
'cura': fa.icons['cube'],
'darktable': fa.icons['picture-o'],
'evince': fa.icons['file-pdf-o'],
'feh': fa.icons['picture-o'],
'darktable': fa.icons['image'],
'evince': fa.icons['file-pdf'],
'feh': fa.icons['image'],
'firefox': fa.icons['firefox'],
'google-chrome': fa.icons['chrome'],
'gpick': fa.icons['eyedropper'],
'imv': fa.icons['picture-o'],
'gpick': fa.icons['eye-dropper'],
'imv': fa.icons['image'],
'keybase': fa.icons['key'],
'kicad': fa.icons['microchip'],
'kitty': fa.icons['terminal'],
'libreoffice': fa.icons['file-text-o'],
'mupdf': fa.icons['file-pdf-o'],
'libreoffice': fa.icons['file-alt'],
'mupdf': fa.icons['file-pdf'],
'postman': fa.icons['space-shuttle'],
'slack': fa.icons['slack'],
'spotify': fa.icons['music'], # could also use the 'spotify' icon
'steam': fa.icons['steam'],
'subl': fa.icons['file-text-o'],
'subl3': fa.icons['file-text-o'],
'thunar': fa.icons['files-o'],
'subl': fa.icons['file-alt'],
'subl3': fa.icons['file-alt'],
'thunar': fa.icons['copy'],
'thunderbird': fa.icons['envelope'],
'urxvt': fa.icons['terminal'],
'xfce4-terminal': fa.icons['terminal'],
Expand Down

0 comments on commit 717826a

Please sign in to comment.