fixed gnome-clocks alarm sounds
This commit is contained in:
parent
77748434ed
commit
2ec2a8d69e
1 changed files with 7 additions and 4 deletions
11
3progs.sh
11
3progs.sh
|
@ -83,9 +83,12 @@ if [[ $user_choice = *"GNOME Clocks - ébresztő, világóra, stopper, időzít
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo Installing ${bold}${yellow}GNOME Clocks - DEB Pkg${normal}
|
echo Installing ${bold}${yellow}GNOME Clocks - DEB Pkg${normal}
|
||||||
|
|
||||||
sudo apt install gnome-clocks -y
|
sudo apt install itstool libadwaita-1-dev libgeoclue-2-dev libgnome-desktop-4-dev cmake libgweather-4-dev libgtk-4-dev valac meson -y
|
||||||
sudo rsync -ap --info=progress2 /usr/share/sounds/Yaru/stereo/complete.oga /usr/share/sounds/freedesktop/stereo/
|
cd gnome-clocks
|
||||||
sudo rsync -ap --info=progress2 alarm-clock*.oga /usr/share/sounds/freedesktop/stereo
|
meson setup ravedir
|
||||||
|
cd ravedir
|
||||||
|
sudo meson install
|
||||||
|
cd /home/$USER/.progs
|
||||||
|
|
||||||
echo ${bold}${yellow}GNOME Clocks with sound changes ${normal}installed.
|
echo ${bold}${yellow}GNOME Clocks with sound changes ${normal}installed.
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
|
@ -712,7 +715,7 @@ if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo rm /home/$USER/.config/autostart/3progs.sh.desktop
|
sudo rm /home/$USER/.config/autostart/3progs.sh.desktop
|
||||||
sudo rm -rf /home/$USER/.progs
|
|
||||||
|
|
||||||
zenity --question --title='Restart required!' --text='Restart in 5 seconds?' --width='300' --height='100'
|
zenity --question --title='Restart required!' --text='Restart in 5 seconds?' --width='300' --height='100'
|
||||||
if [ $? = 0 ]; then
|
if [ $? = 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue