-
I did my own simple script to start tmux where are the available icons and how can I add my own? btw, this is my script. # /home/username/.local/share/pop-launcher/scripts/tmux/start-tmux.sh
#!/bin/sh
#
# name: Start Tmux
# icon: system-restart
# description: Start my tmux sessions
# keywords: start my day
alacritty --command tmux I was about to create an issue |
Beta Was this translation helpful? Give feedback.
Answered by
mmstick
Sep 10, 2021
Replies: 1 comment 1 reply
-
The icon may be a path or a name, with the name referring to an icon in There's a Flatpak application called Icon Library, which lists available symbolic icons. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JuanVqz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The icon may be a path or a name, with the name referring to an icon in
/usr/share/icons
, preferring the system icon theme.There's a Flatpak application called Icon Library, which lists available symbolic icons.