diff --git a/config/xfce4/panel/launcher-45/16935632561.desktop b/config/xfce4/panel/launcher-45/16935632561.desktop new file mode 100644 index 0000000..ad6d895 --- /dev/null +++ b/config/xfce4/panel/launcher-45/16935632561.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=KeePassXC +GenericName=Password Manager +GenericName[fr]=Gestionnaire de mot de passe +Comment=Community-driven port of the Windows application “KeePass Password Safe” +Exec=keepassxc %f +TryExec=keepassxc +Icon=keepassxc +StartupWMClass=keepassxc +StartupNotify=true +Terminal=false +Type=Application +Version=1.0 +Categories=Utility;Security;Qt; +MimeType=application/x-keepass2; +X-XFCE-Source=file:///usr/share/applications/org.keepassxc.KeePassXC.desktop diff --git a/install.sh b/install.sh index 745185d..23bb6f6 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,5 @@ #!/bin/bash # Script pour automatiser la customatisation et l'installation d'un linux mint windows like - echo "Installation des dépendances" sudo apt update -y && sudo apt upgrade -y sudo apt install git gtk2-engines-murrine unzip p7zip-rar 7zip -y @@ -41,6 +40,7 @@ ln -sf $(pwd)/firefox/prefs.js $folder/prefs.js ln -sf $(pwd)/firefox/extensions/* $folder/extensions/ # Configuration xfce +rm -rf $HOME/.config/xfce4/panel/ ln -sf $(pwd)/config/xfce4/panel/ $HOME/.config/xfce4/ echo "Configuration de timeshift" sudo timeshift-gtk