Replace files with hardlinks

This commit is contained in:
2022-01-12 14:09:01 +02:00
parent 90f781616e
commit 4213ca3da7
435 changed files with 20 additions and 37 deletions

8
.profile Executable file → Normal file
View File

@@ -1,4 +1,4 @@
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ]
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ]
export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_PLATFORMTHEME="qt5ct"
@@ -6,9 +6,9 @@ export QT_PLATFORM_PLUGIN="qt5ct"
rm /home/nick/.config/status/gpu/*
if lspci | grep VGA | sed 's/.*VGA compatible controller: //g' | tail -1 | grep -q "Advanced Micro Devices";
then
if lspci | grep VGA | sed 's/.*VGA compatible controller: //g' | tail -1 | grep -q "Advanced Micro Devices";
then
touch /home/nick/.config/status/gpu/amd
else
touch /home/nick/.config/status/gpu/nvidia
fi
fi