feat: Adds runs/calendar and updates hyprkeybinds.

This commit is contained in:
2025-12-10 14:25:03 -05:00
parent fa47fcaed7
commit f798ef2e4e
5 changed files with 37 additions and 1 deletions

20
runs/after/calendar Executable file
View File

@@ -0,0 +1,20 @@
#!/usr/bin/env bash
install() {
mkdir ~/pkgbuilds &>/dev/null
git clone https://github.com/psic4t/qcal.git ~/pkgbuilds/qcal
pushd ~/pkgbuilds/qcal || exit 1
(
make && sudo make install
)
popd
}
uninstall() {
sudo rm /usr/local/bin/qcal
rm -rf ~/pkgbuilds/qcal
}
arg=${1:-""}
[[ $arg == "install" ]] && install
[[ $arg == "uninstall" ]] && uninstall

3
runs/calendar Normal file
View File

@@ -0,0 +1,3 @@
go
gnome-calendar
gnome-keyring