Xfce: add custom kali panel layouts for xfce4-panel-profiles

This commit is contained in:
Daniel Ruiz de Alegría
2023-01-09 15:46:07 +01:00
parent 3fd9803bd6
commit b84e36fd1c
15 changed files with 193 additions and 1 deletions
@@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Type=Application
Exec=exo-open --launch TerminalEmulator
Icon=org.xfce.terminalemulator
StartupNotify=true
Terminal=false
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
X-AppStream-Ignore=True
Name=Terminal Emulator
Comment=Use the command line
X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop
@@ -0,0 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Name=Root Terminal Emulator
Comment=Opens a terminal as the root user, using sudo to ask for the password
Exec=pkexec x-terminal-emulator
Icon=utilities-root-terminal
StartupNotify=false
Terminal=false
Type=Application
Categories=System;Utility;TerminalEmulator;
X-Kali-Package=kali-menu
X-XFCE-Source=file:///usr/share/applications/root-terminal.desktop
@@ -0,0 +1,12 @@
[Desktop Entry]
Name=PowerShell
Comment=PowerShell is an automation and configuration management platform
Encoding=UTF-8
Exec=pwsh
Icon=kali-pwsh
StartupNotify=false
Terminal=true
Type=Application
Categories=System;Utility;
X-Kali-Package=powershell
X-XFCE-Source=file:///usr/share/applications/kali-pwsh.desktop