Skip to content

Commit

Permalink
Add icons for actions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Dec 1, 2023
1 parent 9cc624c commit ef1e197
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions calculate-sha256sum@rcalixte/[email protected]_action.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
_Name=Calculate sha256sum
_Comment=Calculate the sha256sum for this file
Exec=<calculate-sha256sum@rcalixte/[email protected] %F>
Icon-Name=checkbox-checked-symbolic
Selection=s
Extensions=nodirs;
Dependencies=gettext;sha256sum;zenity;
1 change: 1 addition & 0 deletions send-as-attachment@rcalixte/[email protected]_action.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
_Name=Send as Attachment
_Comment=Attach to a new e-mail
Exec=/usr/bin/xdg-email --attach "%F"
Icon-Name=mail-attachment-symbolic
Selection=notnone
Extensions=nodirs;
Dependencies=xdg-email;
Expand Down
1 change: 1 addition & 0 deletions send-to-printer@rcalixte/[email protected]_action.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
_Name=Print file(s)
_Comment=Print via the default printer
Exec=/usr/bin/lpr "%F"
Icon-Name=printer-symbolic
Selection=notnone
Dependencies=lpr;
Mimetypes=application/msword;text/spreadsheet;application/vnd.oasis.opendocument.presentation;application/mspowerpoint;application/pdf;application/postscript;application/rtf;application/vnd.ms-excel;application/vnd.ms-powerpoint;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.text;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.wordprocessingml.document;image/bmp;image/jpeg;image/png;text/markdown;text/plain;text/richtext;text/rtf;
1 change: 1 addition & 0 deletions send-with-kdeconnect@rcalixte/[email protected]_action.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
_Name=Send with KDE Connect
_Comment=Send file(s) to a paired device
Exec=<send-with-kdeconnect@rcalixte/[email protected] %F>
Icon-Name=kdeconnect
Selection=notnone
Extensions=nodirs;
Dependencies=gettext;kdeconnect-cli;zenity;

0 comments on commit ef1e197

Please sign in to comment.