1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-05-13 06:15:15 +00:00

anicli_api upd

This commit is contained in:
nixzoid 2025-02-12 10:04:18 +09:00
parent 5cd088bef4
commit af478a0493
3 changed files with 4 additions and 2 deletions
machines/embrace/home
pkgs/anicli

View file

@ -17,6 +17,8 @@
[
# menus
(m "$tb" "tofi-drun | xargs hyprctl dispatch exec -- ")
(s "$tb" "tofi-drun -c ~/.config/tofi/horizontal | xargs hyprctl dispatch exec -- ")
(s "$sp" "killall -SIGUSR1 .waybar-wrapped")
(s "$sp" "killall -SIGUSR1 .waybar-wrapped")
# programs

View file

@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-QHuUED1htlfdLXih0Bf5HzeHn+eZBkRCKDHwAp+XILA=";
hash = "sha256-nnJWi87WDr8pDEUb9IQocDoPFS41DlS/l7qKjeTD73Q=";
};
build-system = with python3Packages; [

View file

@ -1,6 +1,6 @@
{
verCli ? "5.0.12",
verApi ? "0.7.1",
verApi ? "0.7.2",
#
pkgs,
fetchPypi,