removing unnesesery stuff

This commit is contained in:
PoliEcho 2024-04-11 15:11:54 +02:00
commit 195d93e2da
162 changed files with 1695 additions and 6082 deletions

View File

@ -1,30 +0,0 @@
#!/bin/sh
DESTDIR=share/desktop-base/kali-theme
DESKTOP_BACKGROUND=$(echo $1 | sed 's/\..\+//')
DESKTOP_BACKGROUND_EXTENSION=$(echo $1 | grep -o '\..\+')
DESKTOP_BACKGROUND_PURPLE=$(echo $2 | sed 's/\..\+//')
DESKTOP_BACKGROUND_PURPLE_EXTENSION=$(echo $2 | grep -o '\..\+')
LOGIN_BACKGROUND=$(echo $3 | sed 's/\..\+//')
LOGIN_BACKGROUND_EXTENSION=$(echo $3 | grep -o '\..\+')
# login/lockscreen
ln -sfv ../../../backgrounds/kali/${LOGIN_BACKGROUND}.xml ${DESTDIR}/lockscreen/gnome-background.xml
ln -sfv ../../../backgrounds/kali/${LOGIN_BACKGROUND}-16x9${LOGIN_BACKGROUND_EXTENSION} ${DESTDIR}/login/background
# Desktop background
kde_wallpaper=$(echo ${DESKTOP_BACKGROUND} | sed -E 's/(^|-)([a-z])/\U\2/g')
kde_wallpaper_purple=$(echo ${DESKTOP_BACKGROUND_PURPLE} | sed -E 's/(^|-)([a-z])/\U\2/g')
ln -sfv ../../../backgrounds/kali/${DESKTOP_BACKGROUND}.xml ${DESTDIR}/wallpaper/gnome-background.xml
ln -sfv ../../../backgrounds/kali/${DESKTOP_BACKGROUND_PURPLE}.xml ${DESTDIR}/wallpaper/gnome-background-purple.xml
ln -nsfv ../../../wallpapers/${kde_wallpaper}/contents ${DESTDIR}/wallpaper/contents
sed -i "s/defaultWallpaperTheme=.*/defaultWallpaperTheme=${kde_wallpaper}/" share/plasma/desktoptheme/kali/metadata.desktop
sed -i "s/defaultFileSuffix=.*/defaultFileSuffix=${DESKTOP_BACKGROUND_EXTENSION}/" share/plasma/desktoptheme/kali/metadata.desktop
sed -i "s/defaultWallpaperTheme=.*/defaultWallpaperTheme=${kde_wallpaper_purple}/" share/plasma/desktoptheme/kali-purple/metadata.desktop
sed -i "s/defaultFileSuffix=.*/defaultFileSuffix=${DESKTOP_BACKGROUND_PURPLE_EXTENSION}/" share/plasma/desktoptheme/kali-purple/metadata.desktop
# default background symlink for XFCE
mkdir -p share/backgrounds/kali-16x9
ln -sf ${DESKTOP_BACKGROUND}${DESKTOP_BACKGROUND_EXTENSION} share/backgrounds/kali-16x9/default
sed -i '/default-purple/d' debian/kali-themes-purple.links
echo "/usr/share/backgrounds/kali-16x9/${DESKTOP_BACKGROUND_PURPLE}${DESKTOP_BACKGROUND_PURPLE_EXTENSION} /usr/share/backgrounds/kali-16x9/default-purple" >> debian/kali-themes-purple.links

View File

@ -1,15 +0,0 @@
#!/bin/sh
update_script() {
local script=$1
(
sed -n -e '1,/^FILES_TO_DIVERT="/ p' $script
cat files-to-divert
sed -n -e '/^" # END FILES_TO_DIVERT/,$ p' $script
) > $script.new
mv $script.new $script
}
update_script debian/kali-themes.preinst
update_script debian/kali-themes.postinst
update_script debian/kali-themes.postrm

1478
debian/changelog vendored

File diff suppressed because it is too large Load Diff

123
debian/control vendored
View File

@ -1,123 +0,0 @@
Source: kali-themes
Section: misc
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
Daniel Ruiz de Alegría <daniruiz@kali.org>,
Raphaël Hertzog <raphael@offensive-security.com>,
Build-Depends:
debhelper-compat (= 13),
librsvg2-bin,
optipng,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://gitlab.com/kalilinux/packages/kali-themes.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/kali-themes
Package: kali-themes-common
Architecture: all
Depends:
kali-wallpapers-2024,
${misc:Depends},
Suggests:
gtk2-engines-pixbuf,
kali-wallpapers-2019.4,
kali-wallpapers-2020.4,
kali-wallpapers-2021.4,
kali-wallpapers-2022,
kali-wallpapers-2023,
kali-wallpapers-legacy,
librsvg2-common,
Breaks:
desktop-base (<< 10.0.3+kali2),
gnome-theme-kali (<< 2019.4),
kali-desktop-kde (<< 2021.4.1),
kali-menu (<< 2021.3.2),
Replaces:
desktop-base (<< 10.0.3+kali2),
gnome-theme-kali (<< 2019.4),
kali-menu (<< 2021.3.2),
Provides:
gnome-theme-kali,
Description: Kali Themes (data files)
This package contains multiple themes for kali. It includes graphical toolkit
themes, icon themes, color schemes, desktop backgrounds and more.
.
This package only contains the actual files, it doesn't change any system
setting and doesn't enable any Kali theme by default.
Package: kali-desktop-base
Architecture: all
Depends:
kali-themes-common (= ${source:Version}),
${misc:Depends},
Description: Kali version of Debian's desktop-base package
This empty package provides hooks into the various alternatives defined by
Debian's desktop-base to provide consistent Kali branding through the whole
distribution.
Package: kali-themes
Architecture: all
Depends:
fonts-cantarell,
fonts-firacode,
gtk2-engines-pixbuf,
kali-themes-common (= ${source:Version}),
librsvg2-common,
plymouth-label,
${misc:Depends},
Breaks:
gnome-shell (>= 46~),
gnome-shell (<< 45~),
kali-defaults (<< 2019.4.0),
kali-desktop-xfce (<< 2020.2.18),
kali-menu (<< 2019.4.4),
Replaces:
kali-defaults (<< 2019.4.0),
Description: Configure all desktops to use the Kali theme
Installing this package should configure most desktops to use the Kali theme
by default.
.
The actual artwork files are provided by kali-themes-common but this package
provides configuration files and other settings for each desktop so that
they use the Kali theme by default.
Package: gnome-theme-kali
Section: oldlibs
Architecture: all
Depends:
kali-themes,
${misc:Depends},
Description: Transitional package to install kali-themes
All the theme related files have been moved to kali-themes.
.
This dummy package can be safely removed once kali-themes is installed on the
system.
Package: kali-themes-mobile
Architecture: all
Depends:
kali-themes (= ${source:Version}),
kali-wallpapers-mobile-2023,
adw-gtk3-kali,
${misc:Depends},
Description: Configure Phosh desktop to use the Kali theme
Installing this package should configure Phosh desktop to use the Kali theme
by default.
Package: kali-themes-purple
Architecture: all
Depends:
kali-themes (= ${source:Version}),
${misc:Depends},
Breaks:
kali-themes (<< 2023.3.1),
Replaces:
kali-themes (<< 2023.3.1),
Description: Configure all desktops to use the Kali Purple theme
Installing this package should configure most desktops to use the Kali Purple
theme by default.
.
The actual artwork files are provided by kali-themes-common but this package
provides configuration files and other settings for each desktop so that
they use the Kali Purple theme by default.

31
debian/copyright vendored
View File

@ -1,31 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kali-themes
Source: https://gitlab.com/kalilinux/packages/kali-themes.git
Files: *
Copyright: 2015-2019 Offensive Security
License: GPL-3.0+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.
Comments: Beware some of the graphical elements are protected by the
trademark law. See: https://www.kali.org/trademark-policy/
.
The initial theme has been created by Jared Sot <ravefinity@gmail.com> for
Offensive Security.
.
The theme has been created by Daniel Ruiz de Alegría <daniel@drasite.com> for
Offensive Security.

10
debian/gbp.conf vendored
View File

@ -1,10 +0,0 @@
[DEFAULT]
debian-branch = kali/master
debian-tag = kali/%(version)s
pristine-tar = True
[pq]
patch-numbers = False
[dch]
multimaint-merge = True

View File

@ -1,12 +0,0 @@
#!/bin/sh
set -e
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "2019.4"; then
# Cleanup diversion setup by former real package
dpkg-divert --rename --package gnome-theme-kali \
--divert /usr/share/gnome-shell/theme/gnome-shell.css.original \
--remove /usr/share/gnome-shell/theme/gnome-shell.css
fi
#DEBHELPER#

2
debian/kali-ci.yml vendored
View File

@ -1,2 +0,0 @@
include:
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml

View File

@ -1,7 +0,0 @@
/usr/share/desktop-base
/usr/share/icons/vendor/128x128/emblems
/usr/share/icons/vendor/256x256/emblems
/usr/share/icons/vendor/64x64/emblems
/usr/share/icons/vendor/scalable/emblems
/usr/share/images/desktop-base
/usr/share/wallpapers

View File

@ -1,7 +0,0 @@
package-contains-empty-directory [usr/share/desktop-base/]
package-contains-empty-directory [usr/share/icons/vendor/128x128/emblems/]
package-contains-empty-directory [usr/share/icons/vendor/256x256/emblems/]
package-contains-empty-directory [usr/share/icons/vendor/64x64/emblems/]
package-contains-empty-directory [usr/share/icons/vendor/scalable/emblems/]
package-contains-empty-directory [usr/share/images/desktop-base/]
package-contains-empty-directory [usr/share/wallpapers/]

View File

@ -1,187 +0,0 @@
#!/bin/sh
set -e
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remove" ]; then
# Vendor logo alternative
update-alternatives --install \
/usr/share/images/vendor-logos \
vendor-logos \
/usr/share/images/kali-logos 200 \
--slave /usr/share/icons/vendor/64x64/emblems/emblem-vendor.png \
emblem-vendor-64 \
/usr/share/icons/desktop-base/64x64/emblems/emblem-kali.png \
--slave /usr/share/icons/vendor/128x128/emblems/emblem-vendor.png \
emblem-vendor-128 \
/usr/share/icons/desktop-base/128x128/emblems/emblem-kali.png \
--slave /usr/share/icons/vendor/256x256/emblems/emblem-vendor.png \
emblem-vendor-256 \
/usr/share/icons/desktop-base/256x256/emblems/emblem-kali.png \
--slave /usr/share/icons/vendor/scalable/emblems/emblem-vendor.svg \
emblem-vendor-scalable \
/usr/share/icons/desktop-base/scalable/emblems/emblem-kali.svg \
# Theme package alternatives
update-alternatives --install \
/usr/share/desktop-base/active-theme \
desktop-theme \
/usr/share/desktop-base/kali-theme 200
# Desktop background alternatives
update-alternatives --install \
/usr/share/images/desktop-base/desktop-background \
desktop-background /usr/share/backgrounds/kali-16x9/default 210
# Set up an alternative for the XML version of the background
# (for GNOME)
update-alternatives --install \
/usr/share/images/desktop-base/desktop-background.xml \
desktop-background.xml /usr/share/desktop-base/kali-theme/wallpaper/gnome-background.xml 210
# Set up an alternative for the XML version of the lock screen
# (for GNOME)
update-alternatives --install \
/usr/share/images/desktop-base/desktop-lockscreen.xml \
desktop-lockscreen.xml /usr/share/desktop-base/kali-theme/lockscreen/gnome-background.xml 210
# Set up an alternative for the wallpaper for Plasma 5/KDE
update-alternatives --install \
/usr/share/wallpapers/DebianTheme \
desktop-plasma5-wallpaper /usr/share/desktop-base/kali-theme/wallpaper 210
# Login theme
# Highest priority for active theme
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
desktop-login-background /usr/share/desktop-base/kali-theme/login/background.svg 210
# Set up an alternative for the GRUB background/colors config
# Highest priority for active theme
# Favor widescreen / hi-res background for efi installations detected
# by the presence of grub-efi* packages (not the grub-efi*-bin which dont
# necessary account for grub being the active bootloader).
if dpkg-query --list grub-efi* | grep -v "^... grub-efi[^[:space:]]*-bin" | grep -q "^[ih][HUFWti] " ; then
echo "grub-efi* packages found, using 16/9 as default grub background ratio"
grub_first_ratio="16x9"
grub_second_ratio="4x3"
else
echo "No grub-efi* package found, using 4/3 as default grub background ratio"
grub_first_ratio="4x3"
grub_second_ratio="16x9"
fi
active_grub_first_ratio=/usr/share/grub/themes/kali/grub-${grub_first_ratio}.png
active_grub_second_ratio=/usr/share/grub/themes/kali/grub-${grub_second_ratio}.png
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub ${active_grub_first_ratio} 200 \
--slave /usr/share/desktop-base/grub_background.sh \
desktop-grub.sh /usr/share/grub/themes/kali/grub_background.sh
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub ${active_grub_second_ratio} 190 \
--slave /usr/share/desktop-base/grub_background.sh \
desktop-grub.sh /usr/share/grub/themes/kali/grub_background.sh
# Apply GRUB background update into /boot
# Try detecting active grub packages (so not -doc, -common, -bin) as a hint
# that GRUB is being used as bootloader before calling update-grub.
# Some people use the *-bin packages without using GRUB as bootloader
# (see #851893 for more context).
if dpkg-query --list "grub-*" | grep -v "^... grub\(-common\|-emu\|[^[:space:]]*\(-bin\|-doc\)\)" | grep -q "^[ih][HUFWti] " \
&& command -v update-grub > /dev/null ; then
# Ensure the background image file has actually been written to disc
# before updating.
sync
# Report success whatever grub return status. This is needed at least
# in live systems for installation to succeed (see #850601).
# Until we find a better solution like detecting were in a live image
# and not calling update-grub at all.
update-grub || echo "Updating grub failed, report success anyway!"
fi
if command -v update-initramfs > /dev/null; then
update-initramfs -u
fi
fi
desktop_base_version=$(dpkg-query -f'${Version}' -W desktop-base 2>/dev/null || true)
if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$desktop_base_version" lt-nl 10.0.3+kali3 || \
dpkg --compare-versions "$2" lt-nl "2019.4.6"; then
# Remove alternatives for the old theme
# Background images
while read theme filename; do
update-alternatives --remove \
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
done << EOF
kali 1024x768.svg
kali 1280x720.svg
kali 1280x800.svg
kali 1280x1024.svg
kali 1600x1200.svg
kali 1920x1080.svg
kali 1920x1200.svg
kali 2560x1440.svg
kali 2560x1600.svg
kali 3840x2160.svg
EOF
# Remove gnome-background.xml alternatives
update-alternatives --remove \
desktop-background.xml \
/usr/share/desktop-base/kali-theme/wallpaper/gnome-background.xml
# Remove desktop-lockscreen.xml alternatives
update-alternatives --remove \
desktop-lockscreen.xml \
/usr/share/desktop-base/kali-theme/lockscreen/gnome-background.xml
# Remove Plasma 5/KDE wallpaper alternatives
update-alternatives --remove \
desktop-plasma5-wallpaper \
/usr/share/desktop-base/kali-theme/wallpaper
# Remove login theme alternatives
update-alternatives --remove \
desktop-login-background \
/usr/share/desktop-base/kali-theme/login/background.svg
# Remove grub alternatives
update-alternatives --remove \
desktop-grub \
/usr/share/desktop-base/kali-theme/grub/grub-4x3.png
update-alternatives --remove \
desktop-grub \
/usr/share/desktop-base/kali-theme/grub/grub-16x9.png
elif dpkg --compare-versions "$2" lt-nl "2020.2.3"; then
# Remove invalid alternatives that moved to /usr/share/desktop-base/active-theme/*
update-alternatives --remove \
desktop-background \
/usr/share/backgrounds/kali/kali-logo-16x9.png
update-alternatives --remove \
desktop-background.xml \
/usr/share/backgrounds/kali/kali-logo.xml
update-alternatives --remove \
desktop-lockscreen.xml \
/usr/share/backgrounds/kali/kali-light.xml
update-alternatives --remove \
desktop-plasma5-wallpaper \
/usr/share/wallpapers/KaliLogo
update-alternatives --remove \
desktop-login-background \
/usr/share/backgrounds/kali/kali-light.svg
elif dpkg --compare-versions "$2" lt-nl "2024.1.0"; then
update-alternatives --remove \
desktop-background \
/usr/share/desktop-base/kali-theme/wallpaper/contents/images/3840x2160.png
fi
fi
#DEBHELPER#

View File

@ -1,49 +0,0 @@
#!/bin/sh
set -e
if [ "$1" = "remove" ]; then
# Remove vendor logos alternative, all slaves get removed automatically
update-alternatives --remove \
vendor-logos \
/usr/share/desktop-base/kali-logos
# Remove background alternatives for theme packages
update-alternatives --remove \
desktop-background \
/usr/share/backgrounds/kali-16x9/default
# Remove desktop-background.xml alternatives
update-alternatives --remove \
desktop-background.xml \
/usr/share/desktop-base/kali-theme/wallpaper/gnome-background.xml
# Remove desktop-lockscreen.xml alternatives
update-alternatives --remove \
desktop-lockscreen.xml \
/usr/share/desktop-base/kali-theme/lockscreen/gnome-background.xml
# Remove Plasma 5/KDE wallpaper alternatives
update-alternatives --remove \
desktop-plasma5-wallpaper \
/usr/share/desktop-base/kali-theme/wallpaper
# Remove login theme alternatives
update-alternatives --remove \
desktop-login-background \
/usr/share/desktop-base/kali-theme/login/background.svg
# Remove GRUB alternatives
update-alternatives --remove \
desktop-grub \
/usr/share/grub/themes/kali/grub-4x3.png
update-alternatives --remove \
desktop-grub \
/usr/share/grub/themes/kali/grub-16x9.png
# Remove theme package alternatives
update-alternatives --remove \
desktop-theme \
/usr/share/desktop-base/kali-theme
fi
#DEBHELPER#

View File

@ -1 +0,0 @@
/usr/share/xfce4-panel-profiles/layouts

View File

@ -1,5 +0,0 @@
# Those are created by "make install"
share/* usr/share/
usr/share/icons/
usr/share/images/
usr/share/xfce4-panel-profiles/

View File

@ -1,12 +0,0 @@
# This is fine, we use "TryExec" to hide it when it's not available
desktop-command-not-in-package mousepad [usr/share/applications/xfce-text-editor.desktop]
# We don't want this desktop file to be easily found in searches as it
# duplicates another desktop file. It's here mainly to appear in the
# Xfce favorite section under a generic name that we control ("Text
# Editor" instead of "Mousepad")
desktop-entry-lacks-keywords-entry [usr/share/applications/xfce-text-editor.desktop]
# We don't want this desktop file to be easily found in searches as it
# is only used to set the default browser in some desktops
desktop-entry-lacks-keywords-entry [usr/share/applications/default-browser.desktop]
# This is not documentation
package-contains-documentation-outside-usr-share-doc [usr/share/grub/themes/kali/theme.txt]

View File

@ -1 +0,0 @@
dir_to_symlink /usr/share/themes/Kali-Light/gtk-3.0/assets ../../Kali-Dark/gtk-3.0/assets 2021.2.2~

View File

@ -1,10 +0,0 @@
[org.gnome.desktop.background]
picture-options = 'zoom'
picture-uri = 'file:///usr/share/backgrounds/kali/nethunter-pro-red-blue-1x1.png'
picture-uri-dark = 'file:///usr/share/backgrounds/kali/nethunter-pro-red-blue-1x1.png'
[org.gnome.desktop.interface]
icon-theme = 'Adwaita+Flat-Remix-Blue'
[sm.puri.phoc]
scale-to-fit = true

View File

@ -1,21 +0,0 @@
#!/bin/sh
set -e
PLASMA_DESKTOP_FILE=/usr/share/plasma/desktoptheme/kali/metadata.desktop
if [ "$1" = "configure" ]; then
dpkg-divert --no-rename --package kali-themes-mobile \
--divert "${PLASMA_DESKTOP_FILE}.original" \
--add "${PLASMA_DESKTOP_FILE}"
cp "${PLASMA_DESKTOP_FILE}" "${PLASMA_DESKTOP_FILE}.original"
cat >> "${PLASMA_DESKTOP_FILE}" <<- EOF
[Wallpaper]
defaultWallpaperTheme=NethunterProRedBlue
defaultWidth=3800
defaultHeight=3800
EOF
fi
#DEBHELPER#

View File

@ -1,14 +0,0 @@
#!/bin/sh
set -e
PLASMA_DESKTOP_FILE=/usr/share/plasma/desktoptheme/kali/metadata.desktop
if [ "$1" = "remove" ]; then
rm -f "${PLASMA_DESKTOP_FILE}"
dpkg-divert --rename --package kali-themes-mobile \
--divert "${PLASMA_DESKTOP_FILE}.original" \
--remove "${PLASMA_DESKTOP_FILE}"
fi
#DEBHELPER#

View File

@ -1,32 +0,0 @@
[org.gnome.desktop.background]
picture-options = 'zoom'
picture-uri = 'file:///usr/share/desktop-base/kali-theme/wallpaper/gnome-background-purple.xml'
picture-uri-dark = 'file:///usr/share/desktop-base/kali-theme/wallpaper/gnome-background-purple.xml'
[org.gnome.desktop.interface]
color-scheme = 'prefer-light'
gtk-theme = 'adw-gtk3'
icon-theme = 'Flat-Remix-Purple-Light'
[org.gnome.desktop.wm.preferences]
theme = 'adw-gtk3'
[org.gnome.gedit.preferences.editor]
scheme = 'Kali-Light'
[org.gnome.TextEditor]
style-scheme = 'Kali-Light'
[org.gnome.shell]
favorite-apps = ['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.TextEditor.desktop', 'firefox-esr.desktop']
[org.gnome.shell.extensions.user-theme]
name = 'Kali-Purple-Light'
[org.gnome.Terminal.Legacy.Settings]
theme-variant = 'light'
# Configuration for xfce's text-editor
[org.xfce.mousepad.preferences.view]
color-scheme = 'Kali-Light'

View File

@ -1,2 +0,0 @@
face-purple.svg usr/share/kali-themes
etc-purple/* etc/

View File

@ -1 +0,0 @@
/usr/share/backgrounds/kali-16x9/kali-purple-whirlwind.jpg /usr/share/backgrounds/kali-16x9/default-purple

View File

@ -1 +0,0 @@
package-contains-file-in-etc-skel [etc/skel/.config/*]

View File

@ -1,14 +0,0 @@
#!/bin/sh
set -e
ICON_FILE=/etc/skel/.face
if [ "$1" = "configure" ]; then
dpkg-divert --rename --package kali-themes-purple \
--divert "${ICON_FILE}.original" \
--add "${ICON_FILE}"
cp /usr/share/kali-themes/face-purple.svg "${ICON_FILE}"
fi
#DEBHELPER#

View File

@ -1,14 +0,0 @@
#!/bin/sh
set -e
ICON_FILE=/etc/skel/.face
if [ "$1" = "remove" ]; then
rm -f "${ICON_FILE}"
dpkg-divert --rename --package kali-themes-purple \
--divert "${ICON_FILE}.original" \
--remove "${ICON_FILE}"
fi
#DEBHELPER#

View File

@ -1,116 +0,0 @@
[com.gexperts.Tilix.Profile]
background-transparency-percent = 5
palette = ['#1F2229', '#D41919', '#5EBDAB', '#FEA44C', '#367bf0', '#9755b3', '#49AEE6', '#E6E6E6', '#198388', '#EC0101', '#47D4B9', '#FF8A18', '#277FFF', '#962ac3', '#05A1F7', '#FFFFFF']
[org.gnome.desktop.background]
picture-options = 'zoom'
picture-uri = 'file:///usr/share/desktop-base/kali-theme/wallpaper/gnome-background.xml'
picture-uri-dark = 'file:///usr/share/desktop-base/kali-theme/wallpaper/gnome-background.xml'
[org.gnome.desktop.interface]
color-scheme = 'prefer-dark'
gtk-theme = 'adw-gtk3-dark'
icon-theme = 'Flat-Remix-Blue-Dark'
monospace-font-name = 'Fira Code Medium 10'
[org.gnome.desktop.screensaver]
picture-options = 'zoom'
picture-uri = 'file:///usr/share/desktop-base/kali-theme/lockscreen/gnome-background.xml'
[org.gnome.desktop.wm.keybindings]
show-desktop = ['<Primary><Super>d', '<Primary><Alt>d', '<Super>d']
switch-applications = ['<Super>Tab']
switch-applications-backward = ['<Shift><Super>Tab']
switch-windows = ['<Alt>Tab']
switch-windows-backward = ['<Shift><Alt>Tab']
[org.gnome.desktop.wm.preferences]
button-layout = 'appmenu:minimize,maximize,close'
theme = 'adw-gtk3-dark'
# Configuration for gnome's image-viewer
[org.gnome.eog.ui]
disable-close-confirmation = true
sidebar = false
[org.gnome.gedit.preferences.editor]
background-pattern = 'grid'
scheme = 'Kali-Dark'
[org.gnome.TextEditor]
show-grid = true
style-scheme = 'Kali-Dark'
[org.gnome.gnome-system-monitor]
cpu-colors = [(0, '#fd3535'), (1, '#fd7d00'), (2, '#ffc730'), (3, '#0ca15e'), (4, '#14816c'), (5, '#4aaee6'), (6, '#367bf0'), (7, '#265ab1'), (8, '#153873'), (9, '#8c42ab'), (10, '#b8174c'), (11, '#d41919')]
cpu-stacked-area-chart = true
mem-color = '#B8174C'
net-in-color = '#367BF0'
net-out-color = '#D41919'
swap-color = '#19a187'
[org.gnome.shell]
disable-extension-version-validation = true
enabled-extensions = ['apps-menu@gnome-shell-extensions.gcampax.github.com','places-menu@gnome-shell-extensions.gcampax.github.com','dash-to-dock@micxgx.gmail.com','ProxySwitcher@flannaghan.com','ubuntu-appindicators@ubuntu.com','user-theme@gnome-shell-extensions.gcampax.github.com','ding@rastersoft.com','tiling-assistant@leleat-on-github']
favorite-apps = ['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.TextEditor.desktop', 'firefox-esr.desktop', 'kali-msfconsole.desktop', 'org.wireshark.Wireshark.desktop', 'kali-burpsuite.desktop', 'cherrytree.desktop']
[org.gnome.shell.extensions.dash-to-dock]
custom-theme-shrink=true
show-trash = false
running-indicator-style='DOTS'
disable-overview-on-startup = true
# Configure desktop icons in gnome-shell
[org.gnome.shell.extensions.ding]
icon-size = 'small'
show-home = false
show-trash = false
show-volumes = false
[org.gnome.shell.extensions.tiling-assistant]
enable-tiling-popup = false
[org.gnome.shell.extensions.user-theme]
name = 'Kali-Dark'
[org.gnome.Terminal.Legacy.Profile]
background-transparency-percent = 5
bold-is-bright = true
palette = ['#1F2229', '#D41919', '#5EBDAB', '#FEA44C', '#367bf0', '#9755b3', '#49AEE6', '#E6E6E6', '#198388', '#EC0101', '#47D4B9', '#FF8A18', '#277FFF', '#962ac3', '#05A1F7', '#FFFFFF']
scrollback-unlimited = true
use-theme-colors = true
use-transparent-background = true
[org.gnome.Terminal.Legacy.Settings]
confirm-close = false
theme-variant = 'dark'
[org.gtk.Settings.FileChooser]
sort-directories-first = true
[org.mate.terminal.profile]
background-darkness = 0.95
background-type = 'transparent'
palette = '#1F1F22222929:#D4D419191919:#5E5EBDBDABAB:#FEFEA4A44C4C:#36367B7BF0F0:#97975555B3B3:#4948AEAEE6E6:#E6E6E6E6E6E6:#191983838888:#ECEC01010101:#4747D4D4B9B9:#FFFF8A8A1818:#27277F7FFFFF:#96962A2AC3C3:#0505A1A1F7F7:#FFFFFFFFFFFF'
use-theme-colors = true
[org.onboard]
layout='Compact'
theme='Droid'
key-label-font='Cantarell'
# Configuration for xfce's text-editor
[org.xfce.mousepad.preferences.view]
auto-indent = true
color-scheme = 'Kali-Dark'
highlight-current-line = true
match-braces = true
show-line-numbers = true
word-wrap = true
[org.xfce.mousepad.preferences.window]
toolbar-visible = true
client-side-decorations = false
[org.xfce.mousepad.preferences.file]
add-last-end-of-line = true

View File

@ -1,2 +0,0 @@
face-root.svg usr/share/kali-themes
etc

View File

@ -1,8 +0,0 @@
image-file-has-unexpected-name (is SVG) [etc/skel/.face]
package-contains-file-in-etc-skel [etc/skel/.face*]
package-contains-file-in-etc-skel [etc/skel/.local/*]
# Config files for genmon and cpugraph xfce4-panel widgets
# At some point this will be moved to /etc/xdg/xfce4/panel/default.xml
# https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/issues/22
# https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/-/issues/13
package-contains-file-in-etc-skel [etc/skel/.config/*]

View File

@ -1,177 +0,0 @@
#!/bin/sh
set -e
FILES_TO_DIVERT="
/etc/gtk-2.0/gtkrc
/etc/lightdm/lightdm-gtk-greeter.conf
/etc/plymouth/plymouthd.conf
/etc/sddm.conf.d/kde_settings.conf
/etc/xdg/alacritty/alacritty.yml
/etc/xdg/compton.conf
/etc/xdg/gtk-3.0/settings.ini
/etc/xdg/kcm-about-distrorc
/etc/xdg/kdeglobals
/etc/xdg/kickoffrc
/etc/xdg/konsolerc
/etc/xdg/kscreenlockerrc
/etc/xdg/kwinrc
/etc/xdg/menus/xfce-settings-manager.menu
/etc/xdg/mimeapps.list
/etc/xdg/picom.conf
/etc/xdg/plasmarc
/etc/xdg/qt5ct/qt5ct.conf
/etc/xdg/qt6ct/qt6ct.conf
/etc/xdg/qterminal.org/qterminal.ini
/etc/xdg/terminator/config
/etc/xdg/Thunar/accels.scm
/etc/xdg/Thunar/uca.xml
/etc/xdg/xfce4/helpers.rc
/etc/xdg/xfce4/panel/default.xml
/etc/xdg/xfce4/terminal/terminalrc
/etc/xdg/xfce4/whiskermenu/defaults.rc
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
/etc/xdg/xfce-mimeapps.list
/etc/xdg/yakuakerc
" # END FILES_TO_DIVERT
install_all() {
local opt=$1
local file=
for file in $FILES_TO_DIVERT; do
install_config_file "$file" "$opt"
done
}
install_config_file() {
local file=$1
local opt=$2
local orig_file="/usr/share/kali-themes$file"
if [ "$opt" = "force" ] || ([ ! -e "$file" ] && [ -e "$orig_file" ]); then
echo "Installing $orig_file as $file"
mkdir -p "$(dirname "$file")"
cp "$orig_file" "$file"
fi
}
remove_config_file() {
local file=$1
rm -f "$file"
dpkg-divert --rename --package kali-themes \
--divert "$file.original" \
--remove "$file"
}
if [ "$1" = "configure" ]; then
if [ -z "$2" ]; then
# Initial install
install_all force
else
# Upgrade all files once
if dpkg --compare-versions "$2" lt "2019.4.18"; then
install_all force
fi
if dpkg --compare-versions "$2" lt "2020.2.3"; then
# Force upgrade modified config files
install_config_file /etc/xdg/xfce4/terminal/terminalrc force
install_config_file /etc/xdg/kscreenlockerrc force
fi
if dpkg --compare-versions "$2" lt "2021.1.1"; then
remove_config_file /etc/xdg/Trolltech.conf
fi
if dpkg --compare-versions "$2" lt "2021.3.0"; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
install_config_file /etc/xdg/kdeglobals force
install_config_file /etc/xdg/xfce4/helpers.rc force
fi
if dpkg --compare-versions "$2" lt "2021.4.1"; then
install_config_file /etc/xdg/kwinrc force
fi
if dpkg --compare-versions "$2" lt "2021.4.2"; then
install_config_file /etc/xdg/kickoffrc force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml force
fi
if dpkg --compare-versions "$2" lt "2022.1.0"; then
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml force
fi
if dpkg --compare-versions "$2" lt "2022.2.0"; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml force
fi
if dpkg --compare-versions "$2" lt "2022.4.3"; then
install_config_file /etc/xdg/mimeapps.list force
install_config_file /etc/xdg/picom.conf force
install_config_file /etc/xdg/terminator/config force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/thunar.xml force
fi
if dpkg --compare-versions "$2" lt "2022.4.4"; then
install_config_file /etc/xdg/xfce-mimeapps.list force
fi
if dpkg --compare-versions "$2" lt "2023.1.0"; then
install_config_file /etc/xdg/menus/xfce-settings-manager.menu force
install_config_file /etc/xdg/Thunar/accels.scm force
install_config_file /etc/xdg/Thunar/uca.xml force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml force
fi
if dpkg --compare-versions "$2" lt "2023.1.3"; then
install_config_file /etc/xdg/alacritty/alacritty.yml force
fi
if dpkg --compare-versions "$2" lt "2023.1.6"; then
install_config_file /etc/xdg/kcm-about-distrorc force
fi
if dpkg --compare-versions "$2" lt "2023.4.1"; then
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
fi
if dpkg --compare-versions "$2" lt "2024.1.3"; then
install_config_file /etc/xdg/xfce4/panel/default.xml force
fi
# Install remaining new files
install_all
fi
# Configure /root/.face to have a red-background avatar
if [ ! -e /root/.face ]; then
cp /usr/share/kali-themes/face-root.svg /root/.face
fi
ln -sf /root/.face /root/.face.icon
# If installed, replace default-browser with firefox in xfce4-panel
if dpkg-query --list firefox-esr | grep -q "^[ih][HUFWti] " ; then
echo "firefox-esr package found, replacing default-browser in xfce4-panel"
sed -i 's/xfce4-web-browser/firefox-esr/' /etc/xdg/xfce4/panel/default.xml
fi
# Use lighter configuration for xfce4-panel in arm devices
if dpkg --print-architecture | grep -q arm; then
sed -i '/<!--/d' /etc/xdg/xfce4/panel/default.xml
fi
# Copy grub theme to /boot
mkdir -p /boot/grub/themes/kali
cp -r /usr/share/grub/themes/kali/* /boot/grub/themes/kali/
# Set grub theme background
# Use background with 16x9 aspect ratio for efi installations detected
# by the presence of grub-efi* packages (not the grub-efi*-bin which dont
# necessary account for grub being the active bootloader).
if dpkg-query --list grub-efi* | grep -v "^... grub-efi[^[:space:]]*-bin" | grep -q "^[ih][HUFWti] " ; then
echo "grub-efi* packages found, using 16/9 as default grub background ratio"
else
echo "No grub-efi* package found, using 4/3 as default grub background ratio"
sed -i 's/grub-16x9\.png/grub-4x3.png/' /boot/grub/themes/kali/theme.txt
fi
# Rebuild the grub configuration with our config changes
if command -v update-grub >/dev/null; then
update-grub || true
fi
# Rebuild the initrd for plymouth
if command -v update-initramfs >/dev/null; then
update-initramfs -u
fi
fi
#DEBHELPER#

View File

@ -1,69 +0,0 @@
#!/bin/sh
set -e
FILES_TO_DIVERT="
/etc/gtk-2.0/gtkrc
/etc/lightdm/lightdm-gtk-greeter.conf
/etc/plymouth/plymouthd.conf
/etc/sddm.conf.d/kde_settings.conf
/etc/xdg/alacritty/alacritty.yml
/etc/xdg/compton.conf
/etc/xdg/gtk-3.0/settings.ini
/etc/xdg/kcm-about-distrorc
/etc/xdg/kdeglobals
/etc/xdg/kickoffrc
/etc/xdg/konsolerc
/etc/xdg/kscreenlockerrc
/etc/xdg/kwinrc
/etc/xdg/menus/xfce-settings-manager.menu
/etc/xdg/mimeapps.list
/etc/xdg/picom.conf
/etc/xdg/plasmarc
/etc/xdg/qt5ct/qt5ct.conf
/etc/xdg/qt6ct/qt6ct.conf
/etc/xdg/qterminal.org/qterminal.ini
/etc/xdg/terminator/config
/etc/xdg/Thunar/accels.scm
/etc/xdg/Thunar/uca.xml
/etc/xdg/xfce4/helpers.rc
/etc/xdg/xfce4/panel/default.xml
/etc/xdg/xfce4/terminal/terminalrc
/etc/xdg/xfce4/whiskermenu/defaults.rc
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
/etc/xdg/xfce-mimeapps.list
/etc/xdg/yakuakerc
" # END FILES_TO_DIVERT
drop_diversion() {
local file=$1
dpkg-divert --rename --package kali-themes \
--divert "$file.original" \
--remove "$file"
}
case "$1" in
remove)
for file in $FILES_TO_DIVERT; do
rm -f "$file"
drop_diversion "$file"
done
# Recover GNOME backgrounds
file=/usr/share/gnome-background-properties/gnome-backgrounds.xml
diverted_file=$(dirname $file)/disabled/$(basename $file)
if [ -e "$diverted_file" ]; then
dpkg-divert --rename --package kali-themes \
--divert "$diverted_file" \
--remove "$file"
rmdir "$(dirname $diverted_file)" || :
fi
;;
esac
#DEBHELPER#

View File

@ -1,87 +0,0 @@
#!/bin/sh
set -e
FILES_TO_DIVERT="
/etc/gtk-2.0/gtkrc
/etc/lightdm/lightdm-gtk-greeter.conf
/etc/plymouth/plymouthd.conf
/etc/sddm.conf.d/kde_settings.conf
/etc/xdg/alacritty/alacritty.yml
/etc/xdg/compton.conf
/etc/xdg/gtk-3.0/settings.ini
/etc/xdg/kcm-about-distrorc
/etc/xdg/kdeglobals
/etc/xdg/kickoffrc
/etc/xdg/konsolerc
/etc/xdg/kscreenlockerrc
/etc/xdg/kwinrc
/etc/xdg/menus/xfce-settings-manager.menu
/etc/xdg/mimeapps.list
/etc/xdg/picom.conf
/etc/xdg/plasmarc
/etc/xdg/qt5ct/qt5ct.conf
/etc/xdg/qt6ct/qt6ct.conf
/etc/xdg/qterminal.org/qterminal.ini
/etc/xdg/terminator/config
/etc/xdg/Thunar/accels.scm
/etc/xdg/Thunar/uca.xml
/etc/xdg/xfce4/helpers.rc
/etc/xdg/xfce4/panel/default.xml
/etc/xdg/xfce4/terminal/terminalrc
/etc/xdg/xfce4/whiskermenu/defaults.rc
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
/etc/xdg/xfce-mimeapps.list
/etc/xdg/yakuakerc
" # END FILES_TO_DIVERT
setup_diversion() {
local file=$1
local divert_opts="--rename"
if [ -e "$file" ]; then
if dpkg --search "$file" >/dev/null 2>&1; then
# Keep original file to avoid spurious dpkg prompt
cp "$file" "$file.original"
divert_opts="--no-rename"
fi
fi
dpkg-divert $divert_opts --package kali-themes \
--divert "$file.original" \
--add "$file"
}
case "$1" in
install)
# Handle upgrade from kali-defaults
DIVERT_FILE="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml"
if [ "$(dpkg-divert --listpackage $DIVERT_FILE)" = "kali-defaults" ]; then
rm -f $DIVERT_FILE
dpkg-divert --rename --package kali-defaults \
--divert $DIVERT_FILE.original \
--remove $DIVERT_FILE
fi
# Setup all the diversions
for file in $FILES_TO_DIVERT; do
setup_diversion "$file"
done
;;
upgrade)
# Dynamically add new diversions when required on upgrade
for file in $FILES_TO_DIVERT; do
if [ -z "$(dpkg-divert --listpackage "$file")" ]; then
setup_diversion "$file"
fi
done
if dpkg --compare-versions "$2" lt "2023.3.1"; then
rm -f /etc/xdg/plasma-workspace/env/kali-themes-purple.sh
fi
;;
esac
#DEBHELPER#

21
debian/rules vendored
View File

@ -1,21 +0,0 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_install:
dh_install
# Move config files that we divert into /usr/share/kali-themes/etc/*
# and let them be installed by the postinst
for file in $(shell cat files-to-divert); do \
mkdir -p debian/kali-themes/usr/share/kali-themes$$(dirname $$file); \
mv debian/kali-themes$$file debian/kali-themes/usr/share/kali-themes$$file; \
done
override_dh_installgsettings:
# With priority 21 settings overrides kali-defaults (20) and desktop-base (10)
dh_installgsettings --priority 21
cd debian/kali-themes-mobile/usr/share/glib-2.0/schemas/ && \
mv 21_kali-themes-mobile.gschema.override 22_kali-themes-mobile.gschema.override
cd debian/kali-themes-purple/usr/share/glib-2.0/schemas/ && \
mv 21_kali-themes-purple.gschema.override 22_kali-themes-purple.gschema.override

View File

@ -1 +0,0 @@
3.0 (native)

2
debian/watch vendored
View File

@ -1,2 +0,0 @@
version=4
# This is the upstream - nothing to check

View File

@ -1,68 +0,0 @@
TARGET_DIR = usr/share/icons/desktop-base
TARGET_DIR_SCALABLE = $(TARGET_DIR)/scalable/emblems
# Generic folder for alternatives
TARGET_VENDOR = usr/share/icons/vendor
# TODO remove installing to _legacy early in bullseye cycle
TARGET_DIR_LEGACY = usr/share/icons/hicolor
TARGET_DIR_SCALABLE_LEGACY = $(TARGET_DIR_LEGACY)/scalable/emblems
.PHONY: build clean install
EMBLEMS = $(basename $(wildcard *.svg))
$(info Emblems: '$(EMBLEMS)')
# TODO remove installing to _legacy early in bullseye cycle
RESOLUTIONS := 64 128 256
$(info Resolutions: '$(RESOLUTIONS)')
RESOLUTIONS_LEGACY := 16 22 32 36 48 64 128 256
$(info Legacy Resolutions: '$(RESOLUTIONS_LEGACY)')
# The build: target should depend on all PNGs to generate
$(info $(foreach SVG,$(EMBLEMS),$(foreach RES,$(RESOLUTIONS_LEGACY),$(SVG)-$(RES)x$(RES).png)))
build: $(foreach SVG,$(EMBLEMS),$(foreach RES,$(RESOLUTIONS_LEGACY),$(SVG)-$(RES)x$(RES).png))
# Dynamically add rules for PNG generation for each resolution, for each emblem file
define SVG_TO_PNG_RULE
$1-$2x$2.png: $1.svg
rsvg-convert $$< -w $2 -h $2 -o $$@.raw
optipng $$@.raw -out $$@
endef
$(foreach EMBLEM,$(EMBLEMS),$(foreach RES,$(RESOLUTIONS_LEGACY),$(eval $(call SVG_TO_PNG_RULE,$(EMBLEM),$(RES)))))
clean:
rm -f *.png.raw
rm -f *.png
install:
# Install PNG icons for each resolution
for RES in $(RESOLUTIONS) ; do \
EMBLEMS_DIR=$(DESTDIR)/$(TARGET_DIR)/$${RES}x$${RES}/emblems ; \
install -d $${EMBLEMS_DIR} ; \
for EMBLEM in $(EMBLEMS) ; do \
PNG_SOURCE=$${EMBLEM}-$${RES}x$${RES}.png ; \
$(INSTALL_DATA) $${PNG_SOURCE} $${EMBLEMS_DIR}/$${EMBLEM}.png ; \
done ; \
done
# TODO remove installing to _legacy early in bullseye cycle
for RES in $(RESOLUTIONS_LEGACY) ; do \
EMBLEMS_DIR=$(DESTDIR)/$(TARGET_DIR_LEGACY)/$${RES}x$${RES}/emblems ; \
install -d $${EMBLEMS_DIR} ; \
for EMBLEM in $(EMBLEMS) ; do \
PNG_SOURCE=$${EMBLEM}-$${RES}x$${RES}.png ; \
$(INSTALL_DATA) $${PNG_SOURCE} $${EMBLEMS_DIR}/$${EMBLEM}.png ; \
$(INSTALL_DATA) $${EMBLEM}.icon $${EMBLEMS_DIR}/ ; \
done ; \
done
# Install SVG emblems in the scalable emblems dir
for EMBLEM in $(EMBLEMS) ; do \
EMBLEMS_DIR=$(DESTDIR)/$(TARGET_DIR_SCALABLE) ; \
install -d $${EMBLEMS_DIR} ; \
$(INSTALL_DATA) $${EMBLEM}.svg $${EMBLEMS_DIR}/ ; \
done
for EMBLEM in $(EMBLEMS) ; do \
EMBLEMS_DIR=$(DESTDIR)/$(TARGET_DIR_SCALABLE_LEGACY) ; \
install -d $${EMBLEMS_DIR} ; \
$(INSTALL_DATA) $${EMBLEM}.svg $${EMBLEMS_DIR}/ ; \
$(INSTALL_DATA) $${EMBLEM}.icon $${EMBLEMS_DIR}/ ; \
done
include ../Makefile.inc

View File

@ -1,2 +0,0 @@
[Icon Data]
DisplayName=Kali Dragon

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +0,0 @@
export XDG_CONFIG_DIRS=/etc/xdg/xdg-kali-purple:/etc/xdg:$XDG_CONFIG_DIRS

View File

@ -1 +0,0 @@
XDG_CONFIG_DIRS=/etc/xdg/xdg-kali-purple:/etc/xdg:$XDG_CONFIG_DIRS

View File

@ -1 +0,0 @@
@define-color accent_bg_color #a400a4;

View File

@ -1 +0,0 @@
@define-color accent_bg_color #a400a4;

View File

@ -1 +0,0 @@
export XDG_CONFIG_DIRS=/etc/xdg/xdg-kali-purple:/etc/xdg:$XDG_CONFIG_DIRS

View File

@ -1,49 +0,0 @@
font:
size: 10
normal:
family: Fira Code
style: Regular
bold:
family: Fira Code
style: Bold
italic:
family: Fira Code
style: Italic
bold_italic:
family: Fira Code
style: Bold Italic
colors:
primary:
background: '0xFFFFFF'
foreground: '0x23252E'
normal:
black: '0x1F2229'
red: '0xD41919'
green: '0x5EBDAB'
yellow: '0xFEA44C'
blue: '0x367BF0'
magenta: '0x9755B3'
cyan: '0x49AEE6'
white: '0xE6E6E6'
bright:
black: '0x198388'
red: '0xEC0101'
green: '0x47D4B9'
yellow: '0xFF8A18'
blue: '0x277FFF'
magenta: '0x962AC3'
cyan: '0x05A1F7'
white: '0xFFFFFF'
window:
padding:
x: 5
y: 5

View File

@ -1,4 +0,0 @@
[Settings]
gtk-fallback-icon-theme=breeze
gtk-icon-theme-name=Flat-Remix-Purple-Light
gtk-theme-name=Kali-Purple-Light

View File

@ -1,111 +0,0 @@
[ColorEffects:Disabled]
Color=56,56,56
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.1
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=112,111,110
ColorAmount=0.025
ColorEffect=2
ContrastAmount=0.1
ContrastEffect=2
Enable=false
IntensityAmount=0
IntensityEffect=0
[Colors:Button]
BackgroundAlternate=246,246,246
BackgroundNormal=255,255,255
DecorationFocus=164,0,164
DecorationHover=164,0,164
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=164,0,164
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=0,0,0
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[Colors:Selection]
BackgroundAlternate=43,98,192
BackgroundNormal=164,0,164
DecorationFocus=38,86,168
DecorationHover=38,86,168
ForegroundActive=255,255,255
ForegroundInactive=255,255,255
ForegroundLink=255,216,110
ForegroundNegative=191,23,23
ForegroundNeutral=253,125,0
ForegroundNormal=255,255,255
ForegroundPositive=94,189,171
ForegroundVisited=204,204,204
[Colors:Tooltip]
BackgroundAlternate=51,51,51
BackgroundNormal=39,42,52
DecorationFocus=164,0,164
DecorationHover=43,98,192
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=164,0,164
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=255,255,255
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[Colors:View]
BackgroundAlternate=246,246,246
BackgroundNormal=255,255,255
DecorationFocus=164,0,164
DecorationHover=164,0,164
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=164,0,164
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=0,0,0
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[Colors:Window]
BackgroundAlternate=246,246,246
BackgroundNormal=255,255,255
DecorationFocus=164,0,164
DecorationHover=164,0,164
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=164,0,164
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=0,0,0
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[General]
fixed=Fira Code,10,-1,5,50,0,0,0,0,0,Regular
BrowserApplication=default-browser.desktop
shadeSortColumn=true
widgetStyle=Breeze
[Icons]
Theme=Flat-Remix-Purple-Light
[KDE]
LookAndFeelPackage=Kali-Purple-Light
contrast=4
widgetStyle=Breeze
[WM]
activeBackground=35, 37, 46
activeBlend=35, 37, 46
activeForeground=255,255,255
inactiveBackground=35, 37, 46
inactiveBlend=35, 37, 46
inactiveForeground=120,120,120

View File

@ -1,5 +0,0 @@
[Desktop Entry]
DefaultProfile=Kali-Light.profile
[Favorite Profiles]
Favorites=Kali-Dark.profile,Kali-Light.profile

View File

@ -1,13 +0,0 @@
[Appearance]
custom_palette=true
icon_theme=Flat-Remix-Purple-Light
color_scheme_path=/usr/share/qt5ct/colors/Kali-Purple-Light.conf
standard_dialogs=gtk3
style=Fusion
[Interface]
stylesheets=/usr/share/qt5ct/qss/fusion-simple-scrollbar.qss
[Fonts]
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x46\0i\0r\0\x61\0 \0\x43\0o\0\x64\0\x65@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x39\x10)
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@&\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)

View File

@ -1,13 +0,0 @@
[Appearance]
custom_palette=true
icon_theme=Flat-Remix-Purple-Light
color_scheme_path=/usr/share/qt6ct/colors/Kali-Purple-Light.conf
standard_dialogs=gtk3
style=Fusion
[Interface]
stylesheets=/usr/share/qt6ct/qss/fusion-simple-scrollbar.qss
[Fonts]
fixed="Fira Code,10,-1,5,500,0,0,0,0,0,0,0,0,0,0,1"
general="Cantarell,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"

View File

@ -1,31 +0,0 @@
[General]
AskOnExit=false
FixedTabWidth=false
TerminalMargin=5
colorScheme=Kali-Light
fontFamily=FiraCode
fontSize=10
highlightCurrentTerminal=false
HideTabBarWithOneTab=true
HistoryLimited=false
UseFontBoxDrawingChars=true
[MainWindow]
ApplicationTransparency=5
pos=@Point(200 100)
size=@Size(640 480)
[Shortcuts]
Collapse%20Subterminal=Ctrl+Shift+E
Split%20Terminal%20Horizontally=Ctrl+Shift+D
Split%20Terminal%20Vertically=Ctrl+Shift+R
Tab%201=Alt+1
Tab%2010=Alt+0
Tab%202=Alt+2
Tab%203=Alt+3
Tab%204=Alt+4
Tab%205=Alt+5
Tab%206=Alt+6
Tab%207=Alt+7
Tab%208=Alt+8
Tab%209=Alt+9

View File

@ -1 +0,0 @@
../terminator

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
<property name="desktop-icons" type="empty">
<property name="style" type="int" value="2"/>
<property name="file-icons" type="empty">
<property name="show-home" type="bool" value="true"/>
<property name="show-filesystem" type="bool" value="true"/>
<property name="show-removable" type="bool" value="true"/>
<property name="show-trash" type="bool" value="true"/>
</property>
<property name="icon-size" type="uint" value="48"/>
<property name="tooltip-size" type="double" value="64.000000"/>
</property>
<property name="backdrop" type="empty">
<property name="screen0" type="empty">
<property name="monitor0" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default-purple"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor1" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default-purple"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor2" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default-purple"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor3" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default-purple"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor4" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default-purple"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
</property>
</property>
</channel>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfwm4" version="1.0">
<property name="general" type="empty">
<property name="button_layout" type="string" value="O|HMC"/>
<property name="theme" type="string" value="Kali-Purple-Light"/>
<property name="title_font" type="string" value="Cantarell Bold 9"/>
<property name="easy_click" type="string" value="Super"/>
<property name="workspace_count" type="int" value="4"/>
<property name="cycle_workspaces" type="bool" value="false"/>
<property name="scroll_workspaces" type="bool" value="false"/>
<property name="wrap_windows" type="bool" value="false"/>
<property name="box_resize" type="bool" value="true"/>
<property name="cycle_raise" type="bool" value="true"/>
<property name="borderless_maximize" type="bool" value="false"/>
<property name="workspace_names" type="array">
<value type="string" value="1"/>
<value type="string" value="2"/>
<value type="string" value="3"/>
<value type="string" value="4"/>
<value type="string" value="5"/>
<value type="string" value="6"/>
<value type="string" value="7"/>
<value type="string" value="8"/>
<value type="string" value="9"/>
<value type="string" value="0"/>
</property>
</property>
</channel>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="ThemeName" type="string" value="Kali-Purple-Light"/>
<property name="IconThemeName" type="string" value="Flat-Remix-Purple-Light"/>
</property>
<property name="Xft" type="empty">
<property name="HintStyle" type="string" value="hintslight"/>
<property name="Hinting" type="int" value="1"/>
<property name="RGBA" type="string" value="rgb"/>
<property name="Antialias" type="int" value="1"/>
</property>
<property name="Gtk" type="empty">
<property name="CursorThemeName" type="string" value="Adwaita"/>
<property name="CursorThemeSize" type="int" value="24"/>
<property name="FontName" type="string" value="Cantarell 11"/>
<property name="MonospaceFontName" type="string" value="Fira Code Medium 10"/>
<property name="ButtonImages" type="bool" value="true"/>
<property name="MenuImages" type="bool" value="true"/>
</property>
<property name="Xfce" type="empty">
<property name="SyncThemes" type="bool" value="true"/>
</property>
</channel>

View File

@ -1,5 +0,0 @@
[Appearance]
Skin=Kali-Light
[Desktop Entry]
DefaultProfile=Kali-Light.profile

View File

@ -1,3 +0,0 @@
export QT_QPA_PLATFORMTHEME=qt5ct
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true"

View File

@ -1,7 +0,0 @@
# Try to force a 16x9 mode first, then 16x10, then default
GRUB_GFXMODE="1280x720,1280x800,auto"
GRUB_THEME="/boot/grub/themes/kali/theme.txt"
# Add splash option to enable plymouth
if ! echo "$GRUB_CMDLINE_LINUX_DEFAULT" | grep -q splash; then
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT splash"
fi

View File

@ -1,3 +0,0 @@
QT_QPA_PLATFORMTHEME=qt5ct
QT_AUTO_SCREEN_SCALE_FACTOR=0
_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true"

View File

@ -1,3 +0,0 @@
gtk-theme-name="Kali-Dark"
gtk-icon-theme-name="Flat-Remix-Blue-Dark"
gtk-fallback-icon-theme="breeze-dark"

View File

@ -1,14 +0,0 @@
[greeter]
background = /usr/share/desktop-base/kali-theme/login/background
theme-name = Kali-Light
font-name = Cantarell 11
icon-theme-name = Flat-Remix-Blue-Light
xft-antialias = true
xft-dpi = 96
xft-hintstyle = slight
xft-rgba = rgb
indicators = ~host;~spacer;~session;~layout;~a11y;~clock;~power;
clock-format = %d %b, %H:%M
screensaver-timeout = 60
default-user-image = #emblem-kali
keyboard = onboard

View File

@ -1,2 +0,0 @@
[Daemon]
Theme=kali

View File

@ -1,2 +0,0 @@
[Theme]
Current=breeze

View File

@ -1,26 +0,0 @@
[editor]
syntax_highlighting=custom-colors
rt_style_scheme=Kali-Dark
pt_style_scheme=Kali-Dark
ta_style_scheme=Kali-Dark
co_style_scheme=Kali-Dark
[fonts]
rt_font=Cantarell 11
pt_font=Cantarell 11
tree_font=Cantarell 10
code_font=Fira Code Medium 10
[colors]
tt_def_fg=#ffffff
tt_def_bg=#23252e
tt_sel_fg=#ffffff
tt_sel_bg=#2777ff
monospace_fg=#dc8ba6
monospace_bg=#16181e
ms_dedic_font=true
monospace_font=Fira Code Medium 10
col_link_webs=#00008989ffff
col_link_node=#4747d4d4b9b9
col_link_file=#ffff8a8a1818
col_link_fold=#96962a2ac3c3

View File

@ -1 +0,0 @@
F4 Terminal

View File

@ -1,4 +0,0 @@
Command=/usr/share/kali-themes/xfce4-panel-genmon-vpnip.sh
UseLabel=0
UpdatePeriod=1000
Font=FiraCode Nerd Font 8

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1 +0,0 @@
.face

View File

@ -1,2 +0,0 @@
#!/bin/sh
gnome-terminal

View File

@ -1,2 +0,0 @@
(gtk_accel_path "<Actions>/ThunarActions/uca-action-1-1" "F4")
(gtk_accel_path "<Actions>/ThunarActions/uca-action-2-2" "F4")

View File

@ -1,397 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE actions [
<!ELEMENT actions (action)+>
<!ELEMENT action (icon|patterns|name|unique-id|command|description|directories|audio-files|image-files|other-files|text-files|video-files)*>
<!ELEMENT icon (#PCDATA)>
<!ELEMENT command (#PCDATA)>
<!ELEMENT patterns (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ATTLIST name xml:lang CDATA #IMPLIED>
<!ELEMENT unique-id (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ATTLIST description xml:lang CDATA #IMPLIED>
<!ELEMENT startup-notify EMPTY>
<!ELEMENT directories EMPTY>
<!ELEMENT audio-files EMPTY>
<!ELEMENT image-files EMPTY>
<!ELEMENT other-files EMPTY>
<!ELEMENT text-files EMPTY>
<!ELEMENT video-files EMPTY>
]>
<actions>
<action>
<icon>utilities-terminal-symbolic</icon>
<patterns>*</patterns>
<name>Open Terminal Here</name>
<name xml:lang="ar">فتح الطرفيّة هنا</name>
<name xml:lang="ast">Abrir terminal equí</name>
<name xml:lang="bg">Отваряне на терминал тук</name>
<name xml:lang="bs">otvori terminal ovdje</name>
<name xml:lang="ca">Obre un terminal aquí</name>
<name xml:lang="cs">Otevřít terminál zde</name>
<name xml:lang="da">Åbn terminal her</name>
<name xml:lang="de">Terminal hier öffnen</name>
<name xml:lang="el">Άνοιγμα τερματικού εδώ</name>
<name xml:lang="en_AU">Open Terminal Here</name>
<name xml:lang="en_GB">Open Terminal Here</name>
<name xml:lang="eo">Malfermi terminalon ĉi tie</name>
<name xml:lang="es">Abrir un terminal aquí</name>
<name xml:lang="eu">Ireki terminala hemen</name>
<name xml:lang="fi">Avaa pääte tässä kansiossa</name>
<name xml:lang="fr">Ouvrir un terminal ici</name>
<name xml:lang="gl">Abrir un terminal aquí</name>
<name xml:lang="he">פתיחת מסוף מכאן</name>
<name xml:lang="hi">यहाँ टर्मिनल खोलें</name>
<name xml:lang="hu">Terminál megnyitása itt</name>
<name xml:lang="id">Buka Terminal Disini</name>
<name xml:lang="is">Opna skjáhermi hér</name>
<name xml:lang="it">Apri un terminale qui</name>
<name xml:lang="ja">ここでターミナルを開く</name>
<name xml:lang="ko">이 디렉토리에서 터미널 열기</name>
<name xml:lang="lt">Atverti čia terminalą</name>
<name xml:lang="lv">Atvērt Termināli Šeit</name>
<name xml:lang="ml">ടെര്‍മിനല്‍ ഇവിടെ തുറക്കൂ</name>
<name xml:lang="nl">Open hier een terminalvenster</name>
<name xml:lang="oc">Dobrir un terminal aicí</name>
<name xml:lang="pl">Otwórz w terminalu</name>
<name xml:lang="pt">Abra o Emulador de Terminal aqui</name>
<name xml:lang="pt_BR">Abrir Terminal Aqui</name>
<name xml:lang="ru">Открыть терминал</name>
<name xml:lang="sk">Otvoriť túto pozíciu v termináli</name>
<name xml:lang="sr">Овде отвори терминал</name>
<name xml:lang="sr@latin">Otvorite Terminal ovde</name>
<name xml:lang="sv">Öppna terminal här</name>
<name xml:lang="tr">Burada Uçbirim Aç</name>
<name xml:lang="uk">Відкрити термінал тут</name>
<name xml:lang="ur">یہاں ٹرمینل کھولیں</name>
<name xml:lang="zh_CN">在这里打开终端</name>
<name xml:lang="zh_HK">在此開啟終端機</name>
<name xml:lang="zh_TW">在此開啟終端機</name>
<unique-id>1-1</unique-id>
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
<description>Example for a custom action</description>
<description xml:lang="ar">مثال لإجراء مخصص</description>
<description xml:lang="ast">Exemplu d'una aición personalizada</description>
<description xml:lang="bg">Пример за потребителско действие</description>
<description xml:lang="bs">Primjer trenutne akcije</description>
<description xml:lang="ca">Exemple d'acció personalitzada</description>
<description xml:lang="cs">Příklad vlastní akce</description>
<description xml:lang="da">Eksempel til en tilpasset handling</description>
<description xml:lang="de">Beispiel für eine benutzerdefinierte Aktion</description>
<description xml:lang="el">Παράδειγμα προσαρμοσμένης ενέργειας</description>
<description xml:lang="en_AU">Example for a custom action</description>
<description xml:lang="en_GB">Example for a custom action</description>
<description xml:lang="es">Ejemplo de una acción personalizada</description>
<description xml:lang="eu">Ekintza pertsonalizatu baten adibidea</description>
<description xml:lang="fi">Esimerkki omasta toiminnosta</description>
<description xml:lang="fr">Exemple d'une action personnalisée</description>
<description xml:lang="gl">Exemplo dunha acción personalizada</description>
<description xml:lang="he">דוגמה לפעולה אישית</description>
<description xml:lang="hi"> कस्टम बटन का उदाहरण </description>
<description xml:lang="hu">Példa egyéni műveletre</description>
<description xml:lang="id">Contoh untuk aksi ubahan</description>
<description xml:lang="is">Dæmi um sérsniðna aðgerð</description>
<description xml:lang="it">Esempio di azione personalizzata</description>
<description xml:lang="ja">カスタムアクションの例</description>
<description xml:lang="ko">커스텀 동작의 예시</description>
<description xml:lang="lt">Pasirinktinio veiksmo pavyzdys</description>
<description xml:lang="lv">Pašveidotas darbības piemērs</description>
<description xml:lang="ml">കസ്റ്റം ആക്ഷന് ഒരുദാഹരണം</description>
<description xml:lang="nl">Voorbeeld van een aangepaste actie</description>
<description xml:lang="oc">Exemple d'una accion personalizada</description>
<description xml:lang="pl">Przykład niestandardowej akcji</description>
<description xml:lang="pt">Exemplo de uma ação personalizada</description>
<description xml:lang="pt_BR">Exemplo de uma ação personalizada</description>
<description xml:lang="ru">Пример для пользовательского действия</description>
<description xml:lang="sk">Príklad vlastnej akcie</description>
<description xml:lang="sr">Пример за произвољну радњу</description>
<description xml:lang="sr@latin">Primer proizvoljne radnje</description>
<description xml:lang="sv">Exempel på en anpassad åtgärd</description>
<description xml:lang="tr">Özel bir eylem örneği</description>
<description xml:lang="uk">Приклад особливої дії</description>
<description xml:lang="ur">کسٹم اکشن کی مثال</description>
<description xml:lang="zh_CN">自定义操作的示例</description>
<description xml:lang="zh_HK">自訂動作範例</description>
<description xml:lang="zh_TW">自訂動作範例</description>
<startup-notify/>
<directories/>
</action>
<action>
<icon>utilities-terminal-symbolic</icon>
<patterns>*</patterns>
<name>Open Terminal Here</name>
<name xml:lang="ar">فتح الطرفيّة هنا</name>
<name xml:lang="ast">Abrir terminal equí</name>
<name xml:lang="bg">Отваряне на терминал тук</name>
<name xml:lang="bs">otvori terminal ovdje</name>
<name xml:lang="ca">Obre un terminal aquí</name>
<name xml:lang="cs">Otevřít terminál zde</name>
<name xml:lang="da">Åbn terminal her</name>
<name xml:lang="de">Terminal hier öffnen</name>
<name xml:lang="el">Άνοιγμα τερματικού εδώ</name>
<name xml:lang="en_AU">Open Terminal Here</name>
<name xml:lang="en_GB">Open Terminal Here</name>
<name xml:lang="eo">Malfermi terminalon ĉi tie</name>
<name xml:lang="es">Abrir un terminal aquí</name>
<name xml:lang="eu">Ireki terminala hemen</name>
<name xml:lang="fi">Avaa pääte tässä kansiossa</name>
<name xml:lang="fr">Ouvrir un terminal ici</name>
<name xml:lang="gl">Abrir un terminal aquí</name>
<name xml:lang="he">פתיחת מסוף מכאן</name>
<name xml:lang="hi">यहाँ टर्मिनल खोलें</name>
<name xml:lang="hu">Terminál megnyitása itt</name>
<name xml:lang="id">Buka Terminal Disini</name>
<name xml:lang="is">Opna skjáhermi hér</name>
<name xml:lang="it">Apri un terminale qui</name>
<name xml:lang="ja">ここでターミナルを開く</name>
<name xml:lang="ko">이 디렉토리에서 터미널 열기</name>
<name xml:lang="lt">Atverti čia terminalą</name>
<name xml:lang="lv">Atvērt Termināli Šeit</name>
<name xml:lang="ml">ടെര്‍മിനല്‍ ഇവിടെ തുറക്കൂ</name>
<name xml:lang="nl">Open hier een terminalvenster</name>
<name xml:lang="oc">Dobrir un terminal aicí</name>
<name xml:lang="pl">Otwórz w terminalu</name>
<name xml:lang="pt">Abra o Emulador de Terminal aqui</name>
<name xml:lang="pt_BR">Abrir Terminal Aqui</name>
<name xml:lang="ru">Открыть терминал</name>
<name xml:lang="sk">Otvoriť túto pozíciu v termináli</name>
<name xml:lang="sr">Овде отвори терминал</name>
<name xml:lang="sr@latin">Otvorite Terminal ovde</name>
<name xml:lang="sv">Öppna terminal här</name>
<name xml:lang="tr">Burada Uçbirim Aç</name>
<name xml:lang="uk">Відкрити термінал тут</name>
<name xml:lang="ur">یہاں ٹرمینل کھولیں</name>
<name xml:lang="zh_CN">在这里打开终端</name>
<name xml:lang="zh_HK">在此開啟終端機</name>
<name xml:lang="zh_TW">在此開啟終端機</name>
<unique-id>2-2</unique-id>
<command>exo-open --working-directory %d --launch TerminalEmulator</command>
<description>Open terminal in containing directory</description>
<description xml:lang="ar">فتح الطرفية في المجلد المحتوي</description>
<description xml:lang="bg">Отворете терминала в съдържаща директория</description>
<description xml:lang="cs">Otevřít terminál v adresáři, ve kterém se nacházíte</description>
<description xml:lang="da">Åbn terminal i indeholdende mappe</description>
<description xml:lang="de">Terminal im aktuellen Verzeichnis öffnen</description>
<description xml:lang="en_GB">Open terminal in containing directory</description>
<description xml:lang="es">Abrir un terminal en la carpeta contenedora</description>
<description xml:lang="fi">Avaa pääte kohteen sisältävässä kansiossa</description>
<description xml:lang="fr">Ouvrir le terminal dans le dossier contenant</description>
<description xml:lang="gl">Abrir un terminal no cartafol contedor</description>
<description xml:lang="he">פתיחת מסוף בתיקייה המכילה</description>
<description xml:lang="hi">इस डायरेक्टरी में टर्मिनल खोलें </description>
<description xml:lang="hu">Terminál megnyitása a tartalmazó könyvtárban</description>
<description xml:lang="id">Buka terminal di direktori yang berisi</description>
<description xml:lang="it">Apri terminale nella directory superiore</description>
<description xml:lang="ja">ディレクトリ内でターミナルを開く</description>
<description xml:lang="ko">포함하는 디렉토리에서 터미널 열기</description>
<description xml:lang="lt">Atverti failą vidiniame kataloge</description>
<description xml:lang="lv">Atvērt termināli ietvertajā direktorijā</description>
<description xml:lang="nl">Open een terminalvenster in de bovenliggende map</description>
<description xml:lang="oc">Dobrir un terminal dins lo repertòri contenedor</description>
<description xml:lang="pl">Otwiera terminal w bieżącym katalogu</description>
<description xml:lang="pt">Abra o terminal no diretório que contém</description>
<description xml:lang="pt_BR">Abrir terminal no diretório que contém</description>
<description xml:lang="ru">Открыть терминал в этом каталоге.</description>
<description xml:lang="sk">Otvoriť terminál v adresári obsahujúcom </description>
<description xml:lang="sr">Отворите терминал у садржавајућем директоријуму</description>
<description xml:lang="sr@latin">Otvorite Terminal u sadržajni direktorijum</description>
<description xml:lang="sv">Öppna terminal i innevarande katalog</description>
<description xml:lang="tr">Dizinde Uçbirim Aç</description>
<description xml:lang="uk">Відкрити термінал у каталозі цих даних</description>
<description xml:lang="ur">اسی ڈاریکٹری مین ٹرمینل کھولیں</description>
<description xml:lang="zh_CN">在包含的目录中打开终端</description>
<description xml:lang="zh_HK">在包括本項目的目錄開啟終端機</description>
<description xml:lang="zh_TW">在包含本項目的目錄開啟終端機</description>
<audio-files/>
<image-files/>
<other-files/>
<text-files/>
<video-files/>
</action>
<action>
<icon>folder-open-symbolic</icon>
<name>Open as Root</name>
<name xml:lang="ar">فتح كجذر</name>
<name xml:lang="ast">Abrir como root</name>
<name xml:lang="bg">Отваряне като Администратор</name>
<name xml:lang="bs">Otvori kao root</name>
<name xml:lang="ca">Obre com a root</name>
<name xml:lang="cs">Otevřít jako Root</name>
<name xml:lang="da">Åbn som administrator</name>
<name xml:lang="de">Als Systemverwalter öffnen</name>
<name xml:lang="el">Άνοιγμα ως Διαχειριστής</name>
<name xml:lang="en_AU">Open as Root</name>
<name xml:lang="en_GB">Open as Root</name>
<name xml:lang="es">Abrir con permisos administrativos</name>
<name xml:lang="eu">Ireki erro modura</name>
<name xml:lang="fi">Avaa pääkäyttäjänä</name>
<name xml:lang="fr">Ouvrir en tant que superutilisateur</name>
<name xml:lang="gl">Abrir como administrador (root)</name>
<name xml:lang="he">פתיחה כמשתמש על</name>
<name xml:lang="hi">रुट के रूप में खोलें</name>
<name xml:lang="hu">Megnyitás rendszergazdaként</name>
<name xml:lang="id">Buka sebagai Root</name>
<name xml:lang="is">Opna sem kerfisstjóri (root)</name>
<name xml:lang="it">Apri come Root</name>
<name xml:lang="ja">Root として開く</name>
<name xml:lang="ko">관리자 권한으로 열기</name>
<name xml:lang="lt">Atverti kaip Root</name>
<name xml:lang="ml">റൂട്ട് ആയി തുറക്കുക</name>
<name xml:lang="nl">Openen als beheerder</name>
<name xml:lang="oc">Dobrir en tant qu'utilizaire root</name>
<name xml:lang="pl">Otwórz jako administrator</name>
<name xml:lang="pt">Abrir como Administrador</name>
<name xml:lang="pt_BR">Abrir como Root</name>
<name xml:lang="ru">Открыть как root</name>
<name xml:lang="sk">Otvoriť ako správca</name>
<name xml:lang="sr">Отвори као администратор</name>
<name xml:lang="sr@latin">Otvori kao root</name>
<name xml:lang="sv">Öppna som administratör</name>
<name xml:lang="tr">Yönetici haklarıyla aç</name>
<name xml:lang="uk">Відкрити як адміністратор</name>
<name xml:lang="ur">یہ فولڈر بطور _روٹ کھولیں</name>
<name xml:lang="zh_CN">以 Root 身份打开</name>
<name xml:lang="zh_HK">以 Root 身分開啟</name>
<name xml:lang="zh_TW">以 Root 權限開啟</name>
<unique-id>3-3</unique-id>
<command>pkexec thunar %f</command>
<description>Open the folder with administration privileges</description>
<description xml:lang="ar">فتح المجلد بامتيازات المسؤول</description>
<description xml:lang="ast">Abre la carpeta con drechos alministrativos</description>
<description xml:lang="bg">Отвори папката с права на администратора</description>
<description xml:lang="bs">Otvorite direktorij s administratorskim ovlastima</description>
<description xml:lang="ca">Obre la carpeta amb permisos d'administració</description>
<description xml:lang="cs">Otevřít tuto složku s administrátorskými právy</description>
<description xml:lang="da">Åbn mappen med administratorrettigheder</description>
<description xml:lang="de">Ordner mit Administratorrechten öffnen</description>
<description xml:lang="el">Άνοιγμα του φακέλου με δικαιώματα διαχείρισης</description>
<description xml:lang="en_AU">Open the folder with administration privileges</description>
<description xml:lang="en_GB">Open the folder with administration privileges</description>
<description xml:lang="es">Abrir la carpeta con permisos administrativos</description>
<description xml:lang="eu">Ireki karpeta administrazio-pribilegioekin</description>
<description xml:lang="fi">Avaa kansio pääkäyttäjän oikeuksilla</description>
<description xml:lang="fr">Ouvre le dossier avec les privilèges de l'administrateur</description>
<description xml:lang="gl">Abrir o cartafol con privilexios de administración</description>
<description xml:lang="he">פתיחת התיקייה עם הרשאות מנהלן</description>
<description xml:lang="hi">वास्तविक फाइल हेतु लिंक का अनुगमन करें</description>
<description xml:lang="hu">Mappa megnyitása adminisztrátori jogosultságokkal</description>
<description xml:lang="id">Buka map dengan ijin administrator</description>
<description xml:lang="is">Opna möppuna með kerfisstjórnunarréttindum</description>
<description xml:lang="it">Apre la cartella con i privilegi di amministrazione</description>
<description xml:lang="ja">管理者権限を持った状態で、対象のフォルダーを開きます</description>
<description xml:lang="ko">관리자 권한으로 폴더 열기</description>
<description xml:lang="lt">Atverti aplanką administratoriaus teisėmis</description>
<description xml:lang="ml">ഫോൾഡർ കാര്യനിർവാഹക അവകാശത്തോടെ തുറക്കുക</description>
<description xml:lang="nl">Open deze map met beheerdersrechten</description>
<description xml:lang="oc">Dobrís lo dorsièr amb los privilègis de l'administrator</description>
<description xml:lang="pl">Otwórz ten katalog z uprawnieniami administratora</description>
<description xml:lang="pt">Abrir a pasta com privilégios de administrador</description>
<description xml:lang="pt_BR">Abre a pasta com privilégios administrativos</description>
<description xml:lang="ru">Открыть папку с привилегиями root</description>
<description xml:lang="sk">Otvoriť priečinok ss správcovskými právomocami</description>
<description xml:lang="sr">Отворите фасциклу са администраторским правима</description>
<description xml:lang="sr@latin">Otvara direktorijum sa administratorskim privilegijama</description>
<description xml:lang="sv">Öppna mappen med administrationsrättigheter</description>
<description xml:lang="tr">Yönetici ayrıcalıklarıyla klasörü açın</description>
<description xml:lang="uk">Відкрити теку з правами адміністратора</description>
<description xml:lang="ur">فولڈر کو بطور ایڈمینسٹریٹر کھولیں</description>
<description xml:lang="zh_CN">以管理员权限打开文件夹</description>
<description xml:lang="zh_HK">以管理員權限開啟資料夾</description>
<description xml:lang="zh_TW">以系統管理權限開啟資料夾</description>
<patterns>*</patterns>
<directories/>
</action>
<action>
<icon>document-print-symbolic</icon>
<name>Print file(s)</name>
<name xml:lang="ar">طباعة ملف (ملفات)</name>
<name xml:lang="bg">Печат на файлове</name>
<name xml:lang="cs">Vytisknout soubor(y)</name>
<name xml:lang="da">Udskriv fil(er)</name>
<name xml:lang="de">Datei(en) drucken</name>
<name xml:lang="en_GB">Print file(s)</name>
<name xml:lang="es">Imprimir archivos</name>
<name xml:lang="fi">Tulosta tiedosto(t)</name>
<name xml:lang="fr">Imprimer le(s) fichier(s)</name>
<name xml:lang="gl">Imprimir o(s) ficheiro(s)</name>
<name xml:lang="he">הדפסת קבצים</name>
<name xml:lang="hi">फाइल (लों) को मुद्रित करें</name>
<name xml:lang="hu">Fájl(ok) nyomtatása</name>
<name xml:lang="id">Cetak berkas</name>
<name xml:lang="it">Stampa file(s)</name>
<name xml:lang="ja">ファイルを印刷する</name>
<name xml:lang="ko">파일(들) 프린트하기</name>
<name xml:lang="lt">Spausdinti failą(-us)</name>
<name xml:lang="lv">Izvadīt datni(es)</name>
<name xml:lang="nl">Druk bestand(en) af</name>
<name xml:lang="oc">Imprimir fichièr(s)</name>
<name xml:lang="pl">Wydrukuj plik(i)</name>
<name xml:lang="pt">Imprimir ficheiros(s)</name>
<name xml:lang="pt_BR">Imprimir arquivo(s)</name>
<name xml:lang="ru">Распечатать файл(ы)</name>
<name xml:lang="sk">Tlač súboru/súborov </name>
<name xml:lang="sr">Штампај датотеку</name>
<name xml:lang="sr@latin">Odštampajte fajl(ove)</name>
<name xml:lang="sv">Skriv ut fil(er)</name>
<name xml:lang="tr">Dosya(ları) yazdır</name>
<name xml:lang="uk">Надрукувати файли</name>
<name xml:lang="ur">فائیل (س) کو پرنت کریں</name>
<name xml:lang="zh_CN">打印文件(s)</name>
<name xml:lang="zh_HK">打印檔案</name>
<name xml:lang="zh_TW">列印檔案</name>
<unique-id>5-5</unique-id>
<command>thunar-print %F</command>
<description>Send one or multiple files to the default printer</description>
<description xml:lang="ar">إرسال ملف أو عدة ملفات إلى الطابعة الافتراضية</description>
<description xml:lang="bg">Изпратете един или няколко файла до принтера по подразбиране</description>
<description xml:lang="cs">Odeslat jeden nebo vícero souborů na výchozí tiskárnu</description>
<description xml:lang="da">Send en eller flere filer til standardprinteren</description>
<description xml:lang="de">Eine oder mehrere Dateien an den Standarddrucker senden</description>
<description xml:lang="en_GB">Send one or more files to the deafult printer</description>
<description xml:lang="es">Enviar uno o más archivos a la impresora predeterminada</description>
<description xml:lang="fi">Lähetä yksi tai usempi tiedosto oletustulostimelle</description>
<description xml:lang="fr">Envoyer un ou plusieurs fichiers à l'imprimante par défaut</description>
<description xml:lang="gl">Enviar un ou máis ficheiros á impresora predeterminada</description>
<description xml:lang="he">שליחת קובץ אחד או יותר למדפסת בררת המחדל</description>
<description xml:lang="hi">डिफ़ॉल्ट प्रिंटर को एक या एक से ज़्यादा फाइल भेजें </description>
<description xml:lang="hu">Egy vagy több fájl küldése az alapértelmezett nyomtatóra</description>
<description xml:lang="id">Kirim satu atau beberapa berkas ke printer bawaan</description>
<description xml:lang="it">Invia uno o più file alla stampante predefinita</description>
<description xml:lang="ja">一つ又は複数のファイルをデフォルトのプリンターに送る</description>
<description xml:lang="ko">하나 이상의 파일 시본 프린터기에 보내기</description>
<description xml:lang="lt">Siųsti vieną ar kelis failus į numatytąjį spausdintuvą</description>
<description xml:lang="lv">Nosūtīt vienu vai vairāk failus uz noklusējuma printeri</description>
<description xml:lang="nl">Druk één of meer bestanden naar de standaard printer</description>
<description xml:lang="oc">Enviar un o mai dun fichièr a limprimenta per defaut</description>
<description xml:lang="pl">Przesyła jeden lub wiele plików do domyślnej drukarki</description>
<description xml:lang="pt">Envie um ou vários ficheiros para a impressora predefinida</description>
<description xml:lang="pt_BR">Enviar um ou múltiplos arquivos para a impressora padrão</description>
<description xml:lang="ru">Отправить файл(ы) на основной принтер по умолчанию</description>
<description xml:lang="sk">Odoslanie jedného alebo viacerých súborov na predvolenú tlačiareň </description>
<description xml:lang="sr">Пошаљите једну или више датотека подразумеваном штампачу</description>
<description xml:lang="sr@latin">Pošaljite jedan ili više fajlova na zadati štampač</description>
<description xml:lang="sv">Skicka en eller flera filer till standardskrivaren</description>
<description xml:lang="tr">Yazıcıya bir veya daha fazla dosya gönder</description>
<description xml:lang="uk">Надіслати один або декілька файлів на типовий принтер</description>
<description xml:lang="ur">ایک یا زاید فائیلس کو ڈیفالٹ پرینڑر میں بھیجیں</description>
<description xml:lang="zh_CN">发送文件到默认打印机</description>
<description xml:lang="zh_HK">傳送一個或多個檔案到打印機</description>
<description xml:lang="zh_TW">傳送一個或多個檔案到預設印表機</description>
<patterns>*.asc;*.brf;*.css;*.doc;*.docm;*.docx;*.dotm;*.dotx;*.fodg;*.fodp;*.fods;*.fodt;*.gif;*.htm;*.html;*.jpe;*.jpeg;*.jpg;*.odb;*.odf;*.odg;*.odm;*.odp;*.ods;*.odt;*.otg;*.oth;*.otp;*.ots;*.ott;*.pbm;*.pdf;*.pgm;*.png;*.pnm;*.pot;*.potm;*.potx;*.ppm;*.ppt;*.pptm;*.pptx;*.rtf;*.shtml;*.srt;*.text;*.tif;*.tiff;*.txt;*.xbm;*.xls;*.xlsb;*.xlsm;*.xlsx;*.xltm;*.xltx;*.xpm;*.xwd</patterns>
<image-files/>
<other-files/>
<text-files/>
</action>
</actions>

View File

@ -1,49 +0,0 @@
font:
size: 10
normal:
family: Fira Code
style: Regular
bold:
family: Fira Code
style: Bold
italic:
family: Fira Code
style: Italic
bold_italic:
family: Fira Code
style: Bold Italic
colors:
primary:
background: '0x23252e'
foreground: '0xFFFFFF'
normal:
black: '0x1F2229'
red: '0xD41919'
green: '0x5EBDAB'
yellow: '0xFEA44C'
blue: '0x367BF0'
magenta: '0x9755B3'
cyan: '0x49AEE6'
white: '0xE6E6E6'
bright:
black: '0x198388'
red: '0xEC0101'
green: '0x47D4B9'
yellow: '0xFF8A18'
blue: '0x277FFF'
magenta: '0x962AC3'
cyan: '0x05A1F7'
white: '0xFFFFFF'
window:
padding:
x: 5
y: 5

View File

@ -1,6 +0,0 @@
[Desktop Entry]
Type=Application
Name=Xcape Super Key Bind
Exec=xcape -e 'Super_L=Control_L|Escape'
Terminal=false
OnlyShowIn=XFCE;

View File

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Name=Disable motherboard beep on Xfce
Comment=Mute terminal and logout beep
Exec=xset b off
Terminal=false
OnlyShowIn=XFCE;

View File

@ -1,71 +0,0 @@
# Compton Configuration, courtesy of Xubuntu Developers
# https://raw.githubusercontent.com/Xubuntu/xubuntu-default-settings/master/etc/xdg/xdg-xubuntu/compton.conf
#
# About Compton: https://github.com/chjj/compton
# Heavily based on: https://bit.ly/1l5OrzL
# Sample settings: https://github.com/chjj/compton/blob/master/compton.sample.conf
# --- Backend (OpenGL used by default)
# Related Links
# https://github.com/chjj/compton/wiki/perf-guide
# https://github.com/chjj/compton/wiki/vsync-guide
#backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
unredir-if-possible = true;
#vsync = "opengl-swc";
# --- Shadows (Disable with shadow = false;)
# The shadow exclude options are helpful if you have shadows enabled.
# Due to the way compton draws its shadows, certain applications (Such as
# shaped windows, custom popups, non-standard toolkits) will have visual glitches.
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
shadow-radius = 10; # The blur radius for shadows. (default 10)
shadow-offset-x = -15; # The left offset for shadows. (default -15)
shadow-offset-y = -12; # The top offset for shadows. (default -12)
shadow-opacity = 0.4;
shadow-exclude = [
"! name~=''", # "Unknown" windows, including xfwm4 alt-tab
"n:e:Notification",
"n:e:Plank",
"n:e:Docky",
"g:e:Synapse",
"g:e:Kupfer",
"g:e:Conky",
"n:w:*Firefox*",
"n:w:*Chrome*",
"n:w:*Chromium*",
"class_g ?= 'Notify-osd'",
"class_g ?= 'Cairo-dock'",
"class_g ?= 'Xfce4-notifyd'",
"class_g ?= 'Xfce4-power-manager'",
"class_g ?= 'Xfwm4'", # For the "new" xfwm4 alt-tab
"_GTK_FRAME_EXTENTS@:c" # GTK+ 3 CSD windows https://github.com/chjj/compton/issues/189
];
# --- Fading (Disable with fading = false;)
fading = true; # Fade windows during opacity changes.
fade-delta = 5; # The time between steps in a fade in milliseconds. (default 5).
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.03).
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
# --- Additional Settings
detect-client-opacity = true;
# --- Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.9; focus = true; };
};

View File

@ -1,4 +0,0 @@
[Settings]
gtk-fallback-icon-theme=breeze-dark
gtk-icon-theme-name=Flat-Remix-Blue-Dark
gtk-theme-name=Kali-Dark

View File

@ -1,2 +0,0 @@
[General]
LogoPath=emblem-kali

View File

@ -1,113 +0,0 @@
[ColorEffects:Disabled]
Color=56,56,56
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.1
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=112,111,110
ColorAmount=0.025
ColorEffect=2
ContrastAmount=0.1
ContrastEffect=2
Enable=false
IntensityAmount=0
IntensityEffect=0
[Colors:Button]
BackgroundAlternate=35,37,46
BackgroundNormal=35, 37, 46
DecorationFocus=39,119,255
DecorationHover=39,119,255
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=39,119,255
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=255,255,255
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[Colors:Selection]
BackgroundAlternate=43,98,192
BackgroundNormal=39,119,255
DecorationFocus=38,86,168
DecorationHover=38,86,168
ForegroundActive=255,255,255
ForegroundInactive=255,255,255
ForegroundLink=255,216,110
ForegroundNegative=191,23,23
ForegroundNeutral=253,125,0
ForegroundNormal=255,255,255
ForegroundPositive=94,189,171
ForegroundVisited=204,204,204
[Colors:Tooltip]
BackgroundAlternate=51,51,51
BackgroundNormal=35, 37, 46
DecorationFocus=39,119,255
DecorationHover=43,98,192
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=39,119,255
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=255,255,255
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[Colors:View]
BackgroundAlternate=35,37,46
BackgroundNormal=35, 37, 46
DecorationFocus=39,119,255
DecorationHover=39,119,255
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=39,119,255
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=255,255,255
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[Colors:Window]
BackgroundAlternate=35,37,46
BackgroundNormal=35, 37, 46
DecorationFocus=39,119,255
DecorationHover=39,119,255
ForegroundActive=74,174,230
ForegroundInactive=92,98,108
ForegroundLink=39,119,255
ForegroundNegative=212,25,25
ForegroundNeutral=253,125,0
ForegroundNormal=255,255,255
ForegroundPositive=25,161,135
ForegroundVisited=92,98,108
[General]
fixed=Fira Code,10,-1,5,50,0,0,0,0,0,Regular
BrowserApplication=default-browser.desktop
ColorScheme=KaliDark
Name=Kali-Dark
shadeSortColumn=true
widgetStyle=Breeze
[Icons]
Theme=Flat-Remix-Blue-Dark
[KDE]
LookAndFeelPackage=Kali-Dark
contrast=4
widgetStyle=Breeze
[WM]
activeBackground=35, 37, 46
activeBlend=35, 37, 46
activeForeground=255,255,255
inactiveBackground=35, 37, 46
inactiveBlend=35, 37, 46
inactiveForeground=120,120,120

View File

@ -1,2 +0,0 @@
[Favorites]
FavoriteURLs=org.kde.konsole.desktop,org.kde.dolphin.desktop,org.kde.kate.desktop,firefox-esr.desktop,systemsettings.desktop

View File

@ -1,5 +0,0 @@
[Desktop Entry]
DefaultProfile=Kali-Dark.profile
[Favorite Profiles]
Favorites=Kali-Dark.profile,Kali-Light.profile

View File

@ -1,2 +0,0 @@
[Greeter][Wallpaper][org.kde.image][General]
Image=/usr/share/desktop-base/kali-theme/login/background

View File

@ -1,8 +0,0 @@
[org.kde.kdecoration2]
ButtonsOnLeft=M
ButtonsOnRight=IAX
library=org.kali.kali
theme=Kali
[Desktops]
Number=2

View File

@ -1,130 +0,0 @@
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<Name>Settings</Name>
<DefaultAppDirs/>
<DefaultDirectoryDirs/>
<DefaultMergeDirs/>
<Layout>
<Menuname>Personal</Menuname>
<Menuname>Hardware</Menuname>
<Menuname>System</Menuname>
<Menuname>Other</Menuname>
<Merge type="menus"/>
<Merge type="files"/>
</Layout>
<Include>
<And>
<Category>Settings</Category>
<Not>
<Or>
<Category>X-XFCE-PersonalSettings</Category>
<Category>X-XFCE-HardwareSettings</Category>
<Category>X-XFCE-SystemSettings</Category>
</Or>
</Not>
</And>
</Include>
<Exclude>
<Filename>xfce-settings-manager.desktop</Filename>
</Exclude>
<Menu>
<Name>Personal</Name>
<Directory>xfce-personal.directory</Directory>
<Include>
<And>
<Category>Settings</Category>
<Category>X-XFCE-SettingsDialog</Category>
<Category>X-XFCE-PersonalSettings</Category>
</And>
<And>
<Category>Settings</Category>
<Category>DesktopSettings</Category>
</And>
<Filename>xscreensaver-properties.desktop</Filename>
</Include>
<Exclude>
<Category>X-XFCE-HardwareSettings</Category>
<Category>X-XFCE-SystemSettings</Category>
<Filename>xfce4-settings-editor.desktop</Filename>
<Filename>xfce-settings-manager.desktop</Filename>
</Exclude>
</Menu>
<Menu>
<Name>Hardware</Name>
<Directory>xfce-hardware.directory</Directory>
<Include>
<And>
<Category>Settings</Category>
<Category>X-XFCE-SettingsDialog</Category>
<Category>X-XFCE-HardwareSettings</Category>
</And>
<And>
<Category>Settings</Category>
<Category>HardwareSettings</Category>
<Not><Category>System</Category></Not>
</And>
<Filename>nm-connection-editor.desktop</Filename>
<Filename>system-config-printer.desktop</Filename>
<Filename>settings-hardware-sound.desktop</Filename>
</Include>
</Menu>
<Menu>
<Name>System</Name>
<Directory>xfce-system.directory</Directory>
<Include>
<And>
<Category>Settings</Category>
<Category>X-XFCE-SettingsDialog</Category>
<Category>X-XFCE-SystemSettings</Category>
</And>
<And>
<Category>Settings</Category>
<Category>System</Category>
<Not><Category>PackageManager</Category></Not>
</And>
<Filename>software-properties-gtk.desktop</Filename>
</Include>
<Exclude>
<Filename>system-config-printer.desktop</Filename>
</Exclude>
</Menu>
<Menu>
<Name>Other</Name>
<Directory>xfce-other.directory</Directory>
<Include>
<And>
<Category>Settings</Category>
<Not>
<Or>
<Category>X-XFCE-PersonalSettings</Category>
<Category>X-XFCE-SystemSettings</Category>
<Category>X-XFCE-HardwareSettings</Category>
<Category>DesktopSettings</Category>
<Category>HardwareSettings</Category>
<Category>System</Category>
<Filename>nm-connection-editor.desktop</Filename>
<Filename>software-properties-gtk.desktop</Filename>
<Filename>xscreensaver-properties.desktop</Filename>
<Filename>xfce-settings-manager.desktop</Filename>
</Or>
</Not>
</And>
<Filename>xfce4-settings-editor.desktop</Filename>
</Include>
<Exclude>
<Filename>texdoctk.desktop</Filename>
</Exclude>
</Menu>
</Menu>

View File

@ -1,6 +0,0 @@
[Default Applications]
text/html=default-browser.desktop
x-scheme-handler/about=default-browser.desktop
x-scheme-handler/http=default-browser.desktop
x-scheme-handler/https=default-browser.desktop
x-scheme-handler/unknown=default-browser.desktop

View File

@ -1,70 +0,0 @@
# Picom Configuration, courtesy of Xubuntu Developers
# https://raw.githubusercontent.com/Xubuntu/xubuntu-default-settings/master/etc/xdg/xdg-xubuntu/picom.conf
#
# About Picom: https://github.com/yshui/picom
# Heavily based on: https://bit.ly/1l5OrzL
# Sample settings: https://github.com/chjj/compton/blob/master/compton.sample.conf
# --- Backend (OpenGL used by default)
# Related Links
# https://github.com/chjj/compton/wiki/perf-guide
# https://github.com/chjj/compton/wiki/vsync-guide
#backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
unredir-if-possible = true;
#vsync = true;
# --- Shadows (Disable with shadow = false;)
# The shadow exclude options are helpful if you have shadows enabled.
# Due to the way compton draws its shadows, certain applications (Such as
# shaped windows, custom popups, non-standard toolkits) will have visual glitches.
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
shadow-radius = 10; # The blur radius for shadows. (default 10)
shadow-offset-x = -15; # The left offset for shadows. (default -15)
shadow-offset-y = -12; # The top offset for shadows. (default -12)
shadow-opacity = 0.4;
shadow-exclude = [
"! name~=''", # "Unknown" windows, including xfwm4 alt-tab
"n:e:Notification",
"n:e:Plank",
"n:e:Docky",
"g:e:Synapse",
"g:e:Kupfer",
"g:e:Conky",
"n:w:*Firefox*",
"n:w:*Chrome*",
"n:w:*Chromium*",
"class_g ?= 'Notify-osd'",
"class_g ?= 'plank'",
"class_g ?= 'Cairo-dock'",
"class_g ?= 'Xfce4-notifyd'",
"class_g ?= 'Xfce4-power-manager'",
"class_g ?= 'Xfwm4'", # For the "new" xfwm4 alt-tab
"_GTK_FRAME_EXTENTS@:c" # GTK+ 3 CSD windows https://github.com/chjj/compton/issues/189
];
# --- Fading (Disable with fading = false;)
fading = true; # Fade windows during opacity changes.
fade-delta = 5; # The time between steps in a fade in milliseconds. (default 5).
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.03).
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
# --- Additional Settings
detect-client-opacity = true;
# --- Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.9; focus = true; };
};

View File

@ -1 +0,0 @@
export QT_QPA_PLATFORMTHEME=

View File

@ -1,2 +0,0 @@
[Theme]
name=kali

View File

@ -1,13 +0,0 @@
[Appearance]
custom_palette=true
icon_theme=Flat-Remix-Blue-Dark
color_scheme_path=/usr/share/qt5ct/colors/Kali-Dark.conf
standard_dialogs=gtk3
style=Fusion
[Interface]
stylesheets=/usr/share/qt5ct/qss/fusion-simple-scrollbar.qss
[Fonts]
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x46\0i\0r\0\x61\0 \0\x43\0o\0\x64\0\x65@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x39\x10)
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@&\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)

View File

@ -1,13 +0,0 @@
[Appearance]
custom_palette=true
icon_theme=Flat-Remix-Blue-Dark
color_scheme_path=/usr/share/qt6ct/colors/Kali-Dark.conf
standard_dialogs=gtk3
style=Fusion
[Interface]
stylesheets=/usr/share/qt6ct/qss/fusion-simple-scrollbar.qss
[Fonts]
fixed="Fira Code,10,-1,5,500,0,0,0,0,0,0,0,0,0,0,1"
general="Cantarell,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"

View File

@ -1,31 +0,0 @@
[General]
AskOnExit=false
FixedTabWidth=false
TerminalMargin=5
colorScheme=Kali-Dark
fontFamily=FiraCode
fontSize=10
highlightCurrentTerminal=false
HideTabBarWithOneTab=true
HistoryLimited=false
UseFontBoxDrawingChars=true
[MainWindow]
ApplicationTransparency=5
pos=@Point(200 100)
size=@Size(640 480)
[Shortcuts]
Collapse%20Subterminal=Ctrl+Shift+E
Split%20Terminal%20Horizontally=Ctrl+Shift+D
Split%20Terminal%20Vertically=Ctrl+Shift+R
Tab%201=Alt+1
Tab%2010=Alt+0
Tab%202=Alt+2
Tab%203=Alt+3
Tab%204=Alt+4
Tab%205=Alt+5
Tab%206=Alt+6
Tab%207=Alt+7
Tab%208=Alt+8
Tab%209=Alt+9

View File

@ -1,11 +0,0 @@
[global_config]
title_transmit_bg_color = "#2777ff"
title_receive_bg_color = "#d41919"
title_inactive_fg_color = "#ffffff"
title_inactive_bg_color = "#23252e"
[profiles]
[[default]]
background_darkness = 0.95
background_type = transparent
palette = "#1f2229:#d41919:#5ebdab:#fea44c:#367bf0:#9755b3:#49aee6:#e6e6e6:#198388:#ec0101:#47d4b9:#ff8a18:#277fff:#962ac3:#05a1f7:#ffffff"
use_theme_colors = True

View File

@ -1,4 +0,0 @@
[Default Applications]
image/png=org.xfce.ristretto.desktop
image/gif=org.xfce.ristretto.desktop
image/jpeg=org.xfce.ristretto.desktop

View File

@ -1,5 +0,0 @@
# Default applications in Kali
WebBrowser=default-browser
MailReader=thunderbird
TerminalEmulator=qterminal
FileManager=thunar

View File

@ -1,190 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0">
<property name="configver" type="int" value="2"/>
<property name="panels" type="array">
<value type="int" value="1"/>
<property name="panel-1" type="empty">
<property name="position" type="string" value="p=6;x=0;y=0"/>
<property name="length" type="uint" value="100"/>
<property name="position-locked" type="bool" value="true"/>
<property name="size" type="uint" value="34"/>
<property name="plugin-ids" type="array">
<value type="int" value="1"/>
<value type="int" value="2"/>
<value type="int" value="3"/>
<value type="int" value="4"/>
<value type="int" value="5"/>
<value type="int" value="6"/>
<value type="int" value="7"/>
<value type="int" value="8"/>
<value type="int" value="9"/>
<value type="int" value="10"/>
<value type="int" value="11"/>
<value type="int" value="12"/>
<value type="int" value="13"/>
<value type="int" value="14"/>
<value type="int" value="15"/>
<value type="int" value="16"/>
<value type="int" value="17"/>
<value type="int" value="18"/>
<value type="int" value="19"/>
<value type="int" value="20"/>
<value type="int" value="21"/>
<value type="int" value="22"/>
</property>
<!-- Light panel
<property name="size" type="uint" value="28"/>
<property name="icon-size" type="uint" value="22"/>
<property name="plugin-ids" type="array">
<value type="int" value="1"/>
<value type="int" value="2"/>
<value type="int" value="3"/>
<value type="int" value="4"/>
<value type="int" value="5"/>
<value type="int" value="6"/>
<value type="int" value="7"/>
<value type="int" value="8"/>
<value type="int" value="900"/>
<value type="int" value="10"/>
<value type="int" value="11"/>
<value type="int" value="12"/>
<value type="int" value="14"/>
<value type="int" value="15"/>
<value type="int" value="16"/>
<value type="int" value="17"/>
<value type="int" value="18"/>
<value type="int" value="19"/>
<value type="int" value="20"/>
<value type="int" value="21"/>
<value type="int" value="2200"/>
</property>
<!---->
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="whiskermenu"/>
<property name="plugin-2" type="string" value="separator"/>
<property name="plugin-3" type="string" value="showdesktop"/>
<property name="plugin-4" type="string" value="directorymenu">
<property name="icon-name" type="string" value="system-file-manager"/>
</property>
<property name="plugin-5" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="xfce-text-editor.desktop"/>
</property>
</property>
<property name="plugin-6" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="xfce4-web-browser.desktop"/>
</property>
</property>
<property name="plugin-7" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="xfce4-terminal-emulator.desktop"/>
<value type="string" value="root-terminal.desktop"/>
<value type="string" value="kali-pwsh.desktop"/>
</property>
<property name="move-first" type="bool" value="true"/>
</property>
<property name="plugin-8" type="string" value="separator"/>
<property name="plugin-9" type="string" value="pager">
<property name="miniature-view" type="bool" value="false"/>
</property>
<property name="plugin-900" type="string" value="pager">
<property name="miniature-view" type="bool" value="true"/>
<property name="rows" type="uint" value="2"/>
</property>
<property name="plugin-10" type="string" value="separator"/>
<property name="plugin-11" type="string" value="tasklist">
<property name="show-handle" type="bool" value="false"/>
<property name="show-labels" type="bool" value="false"/>
<property name="middle-click" type="uint" value="1"/>
<property name="grouping" type="uint" value="1"/>
</property>
<property name="plugin-12" type="string" value="separator">
<property name="expand" type="bool" value="true"/>
<property name="style" type="uint" value="0"/>
</property>
<property name="plugin-13" type="string" value="cpugraph">
<property name="update-interval" type="int" value="0"/>
<property name="time-scale" type="int" value="0"/>
<property name="size" type="int" value="128"/>
<property name="mode" type="int" value="1"/>
<property name="color-mode" type="int" value="1"/>
<property name="frame" type="int" value="0"/>
<property name="border" type="int" value="0"/>
<property name="bars" type="int" value="1"/>
<property name="foreground-1" type="array">
<value type="double" value="0.15294117647058825"/>
<value type="double" value="0.46666666666666656"/>
<value type="double" value="1"/>
<value type="double" value="1"/>
</property>
<property name="foreground-2" type="array">
<value type="double" value="0"/>
<value type="double" value="1"/>
<value type="double" value="0.8784313725490196"/>
<value type="double" value="1"/>
</property>
<property name="bars-color" type="array">
<value type="double" value="0"/>
<value type="double" value="1"/>
<value type="double" value="0.8784313725490196"/>
<value type="double" value="1"/>
</property>
</property>
<property name="plugin-14" type="string" value="systray">
<property name="size-max" type="uint" value="22"/>
<property name="square-icons" type="bool" value="true"/>
<property name="symbolic-icons" type="bool" value="false"/>
</property>
<property name="plugin-15" type="string" value="genmon"/>
<property name="plugin-16" type="string" value="pulseaudio"/>
<property name="plugin-17" type="string" value="notification-plugin"/>
<property name="plugin-18" type="string" value="power-manager-plugin"/>
<property name="plugin-19" type="string" value="clock">
<property name="digital-layout" type="uint" value="3"/>
<property name="digital-time-format" type="string" value="%_H:%M"/>
<property name="digital-time-font" type="string" value="Cantarell 11"/>
</property>
<property name="plugin-20" type="string" value="separator">
<property name="style" type="uint" value="0"/>
</property>
<property name="plugin-21" type="string" value="separator"/>
<property name="plugin-22" type="string" value="actions">
<property name="appearance" type="uint" value="0"/>
<property name="items" type="array">
<value type="string" value="+lock-screen"/>
<value type="string" value="-switch-user"/>
<value type="string" value="-separator"/>
<value type="string" value="-suspend"/>
<value type="string" value="-hibernate"/>
<value type="string" value="-hybrid-sleep"/>
<value type="string" value="-separator"/>
<value type="string" value="-shutdown"/>
<value type="string" value="-restart"/>
<value type="string" value="-separator"/>
<value type="string" value="+logout"/>
<value type="string" value="-logout-dialog"/>
</property>
</property>
<property name="plugin-2200" type="string" value="actions">
<property name="appearance" type="uint" value="0"/>
<property name="items" type="array">
<value type="string" value="-lock-screen"/>
<value type="string" value="-switch-user"/>
<value type="string" value="-separator"/>
<value type="string" value="-suspend"/>
<value type="string" value="-hibernate"/>
<value type="string" value="-hybrid-sleep"/>
<value type="string" value="-separator"/>
<value type="string" value="-shutdown"/>
<value type="string" value="-restart"/>
<value type="string" value="-separator"/>
<value type="string" value="+logout"/>
<value type="string" value="-logout-dialog"/>
</property>
</property>
</property>
</channel>

View File

@ -1,6 +0,0 @@
[Configuration]
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
FontUseSystem=TRUE
ColorUseTheme=TRUE
BackgroundDarkness=0.95
ColorPalette=#1F2229;#D41919;#5EBDAB;#FEA44C;#367bf0;#9755b3;#49AEE6;#E6E6E6;#198388;#EC0101;#47D4B9;#FF8A18;#277FFF;#962ac3;#05A1F7;#FFFFFF

View File

@ -1,25 +0,0 @@
item-icon-size=2
category-icon-size=1
hover-switch-category=true
launcher-show-description=false
button-icon=kali-panel-menu
position-search-alternate=false
position-categories-alternate=true
position-profile-alternate=true
load-hierarchy=true
menu-width=570
menu-height=670
show-command-profile=false
favorites=exo-terminal-emulator.desktop,root-terminal.desktop,exo-file-manager.desktop,xfce-text-editor.desktop,exo-web-browser.desktop,kali-www.desktop,kali-docs.desktop,kali-bugs.desktop,offsec-training.desktop,exploit-database.desktop,vulnhub.desktop
command-settings=xfce4-settings-manager
show-command-settings=true
show-command-lockscreen=false
show-command-switchuser=false
show-command-logoutuser=false
show-command-restart=false
show-command-shutdown=false
show-command-suspend=false
show-command-hibernate=false
show-command-logout=true
show-command-menueditor=false
show-command-profile=false

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="thunar" version="1.0">
<property name="last-location-bar" type="string" value="ThunarLocationButtons"/>
</channel>

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
<property name="desktop-icons" type="empty">
<property name="style" type="int" value="2"/>
<property name="file-icons" type="empty">
<property name="show-home" type="bool" value="true"/>
<property name="show-filesystem" type="bool" value="true"/>
<property name="show-removable" type="bool" value="true"/>
<property name="show-trash" type="bool" value="true"/>
</property>
<property name="icon-size" type="uint" value="48"/>
<property name="tooltip-size" type="double" value="64.000000"/>
</property>
<property name="backdrop" type="empty">
<property name="screen0" type="empty">
<property name="monitor0" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor1" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor2" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor3" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor4" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
</property>
</property>
</channel>

View File

@ -1,89 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-keyboard-shortcuts" version="1.0">
<property name="commands" type="empty">
<property name="default" type="empty">
<property name="&lt;Alt&gt;F1" type="string" value="xfce4-popup-whiskermenu --pointer"/>
<property name="&lt;Alt&gt;F2" type="string" value="xfce4-appfinder --collapsed"/>
<property name="&lt;Alt&gt;F3" type="string" value="xfce4-appfinder"/>
<property name="&lt;Primary&gt;Escape" type="string" value="xfce4-popup-whiskermenu"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;l" type="string" value="xflock4"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;t" type="string" value="exo-open --launch TerminalEmulator"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;t" type="string" value="pkexec x-terminal-emulator"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;Escape" type="string" value="xfce4-taskmanager"/>
<property name="&lt;Super&gt;l" type="string" value="xflock4"/>
<property name="&lt;Super&gt;p" type="string" value="xfce4-display-settings --minimal"/>
<property name="override" type="bool" value="true"/>
<property name="Print" type="string" value="/usr/share/kali-themes/xfce4-screenshooter"/>
<property name="&lt;Primary&gt;Print" type="string" value="/usr/share/kali-themes/xfce4-screenshooter --fullscreen --clipboard"/>
<property name="&lt;Shift&gt;Print" type="string" value="/usr/share/kali-themes/xfce4-screenshooter --region"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;Print" type="string" value="/usr/share/kali-themes/xfce4-screenshooter --region --clipboard"/>
<property name="&lt;Alt&gt;Print" type="string" value="/usr/share/kali-themes/xfce4-screenshooter --window"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Print" type="string" value="/usr/share/kali-themes/xfce4-screenshooter --window --clipboard"/>
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
</property>
</property>
<property name="xfwm4" type="empty">
<property name="default" type="empty">
<property name="Escape" type="string" value="cancel_key"/>
<property name="Left" type="string" value="left_key"/>
<property name="Right" type="string" value="right_key"/>
<property name="Up" type="string" value="up_key"/>
<property name="Down" type="string" value="down_key"/>
<property name="&lt;Alt&gt;Delete" type="string" value="del_workspace_key"/>
<property name="&lt;Alt&gt;Insert" type="string" value="add_workspace_key"/>
<property name="&lt;Alt&gt;F4" type="string" value="close_window_key"/>
<property name="&lt;Alt&gt;F6" type="string" value="stick_window_key"/>
<property name="&lt;Alt&gt;F7" type="string" value="move_window_key"/>
<property name="&lt;Alt&gt;F8" type="string" value="resize_window_key"/>
<property name="&lt;Alt&gt;F11" type="string" value="fullscreen_key"/>
<property name="&lt;Alt&gt;F12" type="string" value="above_key"/>
<property name="&lt;Alt&gt;&lt;Shift&gt;Page_Down" type="string" value="lower_window_key"/>
<property name="&lt;Alt&gt;&lt;Shift&gt;Page_Up" type="string" value="raise_window_key"/>
<property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="string" value="cycle_reverse_windows_key"/>
<property name="&lt;Alt&gt;space" type="string" value="popup_menu_key"/>
<property name="&lt;Alt&gt;Tab" type="string" value="cycle_windows_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;1" type="string" value="workspace_1_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;2" type="string" value="workspace_2_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;3" type="string" value="workspace_3_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;4" type="string" value="workspace_4_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;5" type="string" value="workspace_5_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;6" type="string" value="workspace_6_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;7" type="string" value="workspace_7_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;8" type="string" value="workspace_8_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;9" type="string" value="workspace_9_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;0" type="string" value="workspace_10_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;d" type="string" value="show_desktop_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Down" type="string" value="down_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;End" type="string" value="move_window_next_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Home" type="string" value="move_window_prev_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Left" type="string" value="left_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;&lt;Shift&gt;Down" type="string" value="move_window_down_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;&lt;Shift&gt;Left" type="string" value="move_window_left_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;&lt;Shift&gt;Right" type="string" value="move_window_right_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;&lt;Shift&gt;Up" type="string" value="move_window_up_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Right" type="string" value="right_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Up" type="string" value="up_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;1" type="string" value="move_window_workspace_1_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;2" type="string" value="move_window_workspace_2_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;3" type="string" value="move_window_workspace_3_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;4" type="string" value="move_window_workspace_4_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;5" type="string" value="move_window_workspace_5_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;6" type="string" value="move_window_workspace_6_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;7" type="string" value="move_window_workspace_7_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;8" type="string" value="move_window_workspace_8_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;9" type="string" value="move_window_workspace_9_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;0" type="string" value="move_window_workspace_10_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;Down" type="string" value="tile_down_key"/>
<property name="&lt;Primary&gt;&lt;Super&gt;Up" type="string" value="tile_up_key"/>
<property name="&lt;Super&gt;Down" type="string" value="hide_window_key"/>
<property name="&lt;Super&gt;Left" type="string" value="tile_left_key"/>
<property name="&lt;Super&gt;Right" type="string" value="tile_right_key"/>
<property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>
<property name="&lt;Super&gt;Up" type="string" value="maximize_window_key"/>
</property>
</property>
</channel>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
<property name="power-button-action" type="uint" value="3"/>
<property name="show-panel-label" type="int" value="0"/>
</property>
</channel>

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-session" version="1.0">
<property name="general" type="empty">
<property name="FailsafeSessionName" type="string" value="Failsafe"/>
<property name="LockCommand" type="string" value=""/>
</property>
<property name="sessions" type="empty">
<property name="Failsafe" type="empty">
<property name="IsFailsafe" type="bool" value="true"/>
<property name="Count" type="int" value="5"/>
<property name="Client0_Command" type="array">
<value type="string" value="xfwm4"/>
</property>
<property name="Client0_Priority" type="int" value="15"/>
<property name="Client0_PerScreen" type="bool" value="false"/>
<property name="Client1_Command" type="array">
<value type="string" value="xfsettingsd"/>
</property>
<property name="Client1_Priority" type="int" value="20"/>
<property name="Client1_PerScreen" type="bool" value="false"/>
<property name="Client2_Command" type="array">
<value type="string" value="xfce4-panel"/>
</property>
<property name="Client2_Priority" type="int" value="25"/>
<property name="Client2_PerScreen" type="bool" value="false"/>
<property name="Client3_Command" type="array">
<value type="string" value="Thunar"/>
<value type="string" value="--daemon"/>
</property>
<property name="Client3_Priority" type="int" value="30"/>
<property name="Client3_PerScreen" type="bool" value="false"/>
<property name="Client4_Command" type="array">
<value type="string" value="xfdesktop"/>
</property>
<property name="Client4_Priority" type="int" value="35"/>
<property name="Client4_PerScreen" type="bool" value="false"/>
</property>
</property>
<property name="shutdown" type="empty">
<property name="LockScreen" type="bool" value="true"/>
</property>
</channel>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfwm4" version="1.0">
<property name="general" type="empty">
<property name="button_layout" type="string" value="O|HMC"/>
<property name="theme" type="string" value="Kali-Dark"/>
<property name="title_font" type="string" value="Cantarell Bold 9"/>
<property name="easy_click" type="string" value="Super"/>
<property name="workspace_count" type="int" value="4"/>
<property name="cycle_workspaces" type="bool" value="false"/>
<property name="scroll_workspaces" type="bool" value="false"/>
<property name="wrap_windows" type="bool" value="false"/>
<property name="box_resize" type="bool" value="true"/>
<property name="cycle_raise" type="bool" value="true"/>
<property name="borderless_maximize" type="bool" value="false"/>
<property name="workspace_names" type="array">
<value type="string" value="1"/>
<value type="string" value="2"/>
<value type="string" value="3"/>
<value type="string" value="4"/>
<value type="string" value="5"/>
<value type="string" value="6"/>
<value type="string" value="7"/>
<value type="string" value="8"/>
<value type="string" value="9"/>
<value type="string" value="0"/>
</property>
</property>
</channel>

Some files were not shown because too many files have changed in this diff Show More