changing wlsunet and adding ssh-command to borgmatic

This commit is contained in:
2024-07-15 20:19:55 -07:00
parent e1ff44b590
commit 9f2cfa3849
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ location:
storage: storage:
encryption_passcommand: gopass show -o backups/laptop encryption_passcommand: gopass show -o backups/laptop
ssh_command: ssh -i ~/.ssh/ry_ecdsa -p 46668
retention: retention:
keep_daily: 7 keep_daily: 7

View File

@@ -51,7 +51,7 @@
"custom/wlsunset": { "custom/wlsunset": {
"format": "<span size='large'>{icon}</span>", "format": "<span size='large'>{icon}</span>",
"format-icons": [""], "format-icons": [""],
"on-click": "wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500" "on-click": "wlsunset -l 47.6 -L -122.3 -t 3000 -T 3100"
}, },
"network": { "network": {
"interval": 5, "interval": 5,