Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# <img src="https://raw.githubusercontent.com/ChugunovRoman/figma-linux/master/resources/icons/128x128.png" width="32"> Figma electron app (unofficial)

<p align="center">
<img src="./resources/icons/192.png">
</p>
<h1 align="center">Select for Figma</h1>

Figma-linux is an unofficial [Electron](http://electron.atom.io)-based [Figma](https://figma.com) desktop app for Linux.

<p align="center">
An unofficial <a href="http://electron.atom.io">Electron</a>-based <a href="https://figma.com">Figma</a> desktop app for Linux.
</p><br>
<p>
<img src="https://raw.githubusercontent.com/ChugunovRoman/figma-linux/master/images/screenshot1.jpg">
</p>
Expand Down
2 changes: 1 addition & 1 deletion resources/figma-linux-appimage.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Figma Linux
Name=Select for Figma
Comment=Unofficial desktop application for linux
Exec=figma-linux %U
Terminal=false
Expand Down
2 changes: 1 addition & 1 deletion resources/figma-linux-dev.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Figma Linux Dev Build
Name=Select for Figma Dev Build
Comment=Unofficial desktop application for linux
Exec=/opt/figma-linux-dev/figma-linux-dev %U
Terminal=false
Expand Down
2 changes: 1 addition & 1 deletion resources/figma-linux-snap.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Figma Linux
Name=Select for Figma
Comment=Unofficial desktop application for linux
Exec=figma-linux %U
Terminal=false
Expand Down
2 changes: 1 addition & 1 deletion resources/figma-linux.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Figma Linux
Name=Select for Figma
Comment=Unofficial desktop application for linux
Exec=/opt/figma-linux/figma-linux %U
Terminal=false
Expand Down
Binary file added resources/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/128x128.png
Binary file not shown.
Binary file added resources/icons/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/192x192.png
Binary file not shown.
Binary file added resources/icons/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/24x24.png
Binary file not shown.
Binary file added resources/icons/256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/256x256.png
Binary file not shown.
Binary file added resources/icons/36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/36x36.png
Binary file not shown.
Binary file added resources/icons/384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/384x384.png
Binary file not shown.
Binary file added resources/icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/48x48.png
Binary file not shown.
Binary file added resources/icons/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/512x512.png
Binary file not shown.
Binary file added resources/icons/64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/64x64.png
Binary file not shown.
Binary file added resources/icons/72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/72x72.png
Binary file not shown.
Binary file added resources/icons/96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/96x96.png
Binary file not shown.
76 changes: 42 additions & 34 deletions resources/icons/scalable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./renderer/base.css">
<title>Figma</title>
<title>Select</title>
</head>
<body>
<script src="renderer/panel.js" ></script>
Expand Down