diff --git a/CHANGELOGS.md b/CHANGELOGS.md index e8dea86..c225ea3 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 23 May 2024 +- added qalculate-gtk to work with rofi-calc. Default keybinds (SUPER ALT C) + ## 22 May 2024 - change the sddm theme destination to /etc/sddm.conf.d/10-theme.conf to theme.conf.user diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 1c13674..a6f5841 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -51,6 +51,7 @@ hypr_package_2=( mpv-mpris nvtop pamixer + qalculate-gtk vim )