Skip to content

Commit

Permalink
Harmonize name as 'Arch-Update' everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 8, 2024
1 parent 6210d0c commit cd673f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/desktop/arch-update.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Terminal=true
Name=Arch Update
Name=Arch-Update
Icon=/usr/share/icons/arch-update/arch-update.svg
Exec=arch-update
4 changes: 2 additions & 2 deletions src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ check() {
if ! diff "${statedir}/current_check" "${statedir}/last_check" &> /dev/null; then
update_number=$(wc -l "${statedir}/current_check" | awk '{print $1}')
if [ "${update_number}" -eq 1 ]; then
notify-send -i /usr/share/icons/arch-update/arch-update_updates-available.svg "Arch Update" "${update_number} update available"
notify-send -i /usr/share/icons/arch-update/arch-update_updates-available.svg "Arch-Update" "${update_number} update available"
else
notify-send -i /usr/share/icons/arch-update/arch-update_updates-available.svg "Arch Update" "${update_number} updates available"
notify-send -i /usr/share/icons/arch-update/arch-update_updates-available.svg "Arch-Update" "${update_number} updates available"
fi
fi
fi
Expand Down

0 comments on commit cd673f1

Please sign in to comment.