commit 7ef0ce30cec7b3b45051ec8f121aea4276d8f977 Author: ssfunerals Date: Thu Feb 27 10:19:04 2025 +0100 Ajout des configs et dépendances de scripts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b01f09d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +config/*cache* +config/*log* +config/kitty/session.lock +config/waybar/logs diff --git a/config/.bashrc b/config/.bashrc new file mode 120000 index 0000000..830a6ec --- /dev/null +++ b/config/.bashrc @@ -0,0 +1 @@ +/home/ssfunerals/.bashrc \ No newline at end of file diff --git a/config/hypr b/config/hypr new file mode 120000 index 0000000..6ccf6b4 --- /dev/null +++ b/config/hypr @@ -0,0 +1 @@ +/home/ssfunerals/.config/hypr \ No newline at end of file diff --git a/config/kitty b/config/kitty new file mode 120000 index 0000000..92826d7 --- /dev/null +++ b/config/kitty @@ -0,0 +1 @@ +/home/ssfunerals/.config/kitty \ No newline at end of file diff --git a/config/waybar b/config/waybar new file mode 120000 index 0000000..051b1db --- /dev/null +++ b/config/waybar @@ -0,0 +1 @@ +/home/ssfunerals/.config/waybar \ No newline at end of file diff --git a/scripts/confscript.sh b/scripts/confscript.sh new file mode 120000 index 0000000..86614cc --- /dev/null +++ b/scripts/confscript.sh @@ -0,0 +1 @@ +/home/ssfunerals/confscript.sh \ No newline at end of file diff --git a/scripts/rofi-power b/scripts/rofi-power new file mode 120000 index 0000000..f0c3c88 --- /dev/null +++ b/scripts/rofi-power @@ -0,0 +1 @@ +/home/ssfunerals/scripts/rofi-power \ No newline at end of file diff --git a/scripts/sway.sh b/scripts/sway.sh new file mode 100644 index 0000000..ca2b21a --- /dev/null +++ b/scripts/sway.sh @@ -0,0 +1,2 @@ +#!/bin/bash +swaybg -i /home/ssfunerals/wp.png & diff --git a/scripts/update.sh b/scripts/update.sh new file mode 120000 index 0000000..8a44c01 --- /dev/null +++ b/scripts/update.sh @@ -0,0 +1 @@ +/home/ssfunerals/update.sh \ No newline at end of file diff --git a/scripts/vpnactivation.sh b/scripts/vpnactivation.sh new file mode 120000 index 0000000..7c55d5a --- /dev/null +++ b/scripts/vpnactivation.sh @@ -0,0 +1 @@ +/home/ssfunerals/vpnactivation.sh \ No newline at end of file diff --git a/wp/wp.png b/wp/wp.png new file mode 100644 index 0000000..6f2174a Binary files /dev/null and b/wp/wp.png differ