diff options
author | awy <awy@awy.one> | 2024-11-29 02:38:52 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-29 02:38:52 +0300 |
commit | 6fc99620424f6a95d1d3bb97c9d015c7b2b87327 (patch) | |
tree | a5e7993c1474bff6453bd9f137ee44d0d2b0b58b | |
parent | 107a884c5e38d0037f275ddf3677124c26eb75b6 (diff) |
fix
-rw-r--r-- | dependencies.txt | 7 | ||||
-rwxr-xr-x | rice.sh | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dependencies.txt b/dependencies.txt index ad56dac..f81ebf1 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -3,6 +3,9 @@ sway i3blocks swaybg bemenu-wayland +pulsemixer +calcurse +bmon # sound pipewire @@ -43,9 +46,7 @@ newsboat # utilities gnupg -# pinentry-qt deps -kwindowsystem -kguiaddons +pinentry-bemenu # dark theme qt papirus-icon-theme openssh-dinit @@ -39,7 +39,7 @@ doas -u $PERMUSER touch /home/$PERMUSER/.gnupg/gpg-agent.conf cat <<EOL >> /home/$PERMUSER/.gnupg/gpg-agent.conf enable-ssh-support -pinentry-program /usr/bin/pinentry-qt +pinentry-program /usr/bin/pinentry-bemenu default-cache-ttl 34560000 max-cache-ttl 34560000 EOL |