mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
13 lines
405 B
Bash
13 lines
405 B
Bash
cat <<EOF >~/.local/share/applications/Activity.desktop
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Name=Activity
|
|
Comment=System activity from btop
|
|
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/btop.toml --class=Activity --title=Activity -e btop
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=/home/$USER/.local/share/omakub/applications/icons/Activity.png
|
|
Categories=GTK;
|
|
StartupNotify=false
|
|
EOF
|