🐛 fix(hypr): update scratchpads now uses fish functions

This commit is contained in:
Sergio Laín 2024-10-03 09:59:36 +02:00
parent febc62df36
commit 2600829566
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -35,11 +35,11 @@ command = "kitty --class scratchpad-large nvtop"
lazy = true
[scratchpads.topgrade-system]
command = "kitty --class scratchpad-large topgrade -k --only system"
command = "kitty --class scratchpad-large fish -c 'up'"
lazy = true
[scratchpads.topgrade-all]
command = "kitty --class scratchpad-large topgrade -k --no-self-update"
command = "kitty --class scratchpad-large fish -c 'upall'"
lazy = true
[scratchpads.bluetooth]