Autostart, conky, .(x)profile, screenshot updates

This commit is contained in:
2022-02-04 11:29:34 +04:00
parent 4213ca3da7
commit 7238a7c6fd
5 changed files with 9 additions and 14 deletions

View File

@@ -1,13 +1,12 @@
[ "$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"
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