From 981f5a36110f261f27048b898485ccd323efb969 Mon Sep 17 00:00:00 2001 From: Tadeu Bento Date: Sat, 19 Oct 2024 15:50:38 +0100 Subject: [PATCH] Update install-debian.sh WhiteSur theme names updated --- install-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-debian.sh b/install-debian.sh index 9ec7a55..0bdfd23 100644 --- a/install-debian.sh +++ b/install-debian.sh @@ -10,7 +10,7 @@ sudo apt install xfce4-indicator-plugin xfce4-statusnotifier-plugin xfce4-power- #GTK theme git clone https://github.com/jothi-prasath/WhiteSur-gtk-theme.git --depth=1 -WhiteSur-gtk-theme/install.sh -l -c dark -c light +WhiteSur-gtk-theme/install.sh -l -c Dark -c Light #Icons git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git --depth=1 @@ -43,4 +43,4 @@ xfconf-query -c xsettings -p /Net/IconThemeName -s 'WhiteSur-dark' xfconf-query -c xsettings -p /Gtk/CursorThemeName -s "WhiteSur Cursors" echo "SmallSur installed" -echo "Reboot You system" \ No newline at end of file +echo "Reboot You system"