Commit d3a58bc
Eric Bower
·
2026-05-06 20:02:46 -0400 EDT
parent 58d45fd
chore: changes
3 files changed,
+12,
-5
+4,
-2
1@@ -34,7 +34,7 @@
2 "spectrumFrameRate": 30,
3 "spectrumMirrored": true,
4 "visualizerType": "linear",
5- "volumeFeedback": false,
6+ "volumeFeedback": true,
7 "volumeFeedbackSoundFile": "",
8 "volumeOverdrive": false,
9 "volumeStep": 5
10@@ -103,6 +103,7 @@
11 "left": [
12 {
13 "colorizeSystemIcon": "none",
14+ "colorizeSystemText": "none",
15 "customIconPath": "",
16 "enableColorization": false,
17 "icon": "rocket",
18@@ -198,6 +199,7 @@
19 {
20 "colorizeDistroLogo": false,
21 "colorizeSystemIcon": "none",
22+ "colorizeSystemText": "none",
23 "customIconPath": "",
24 "enableColorization": false,
25 "icon": "noctalia",
26@@ -471,7 +473,7 @@
27 "nightLight": {
28 "autoSchedule": false,
29 "dayTemp": "6500",
30- "enabled": true,
31+ "enabled": false,
32 "forced": false,
33 "manualSunrise": "08:00",
34 "manualSunset": "19:00",
+3,
-3
1@@ -1,9 +1,9 @@
2 {
3- "lastChangelogVersion": "0.70.5",
4+ "lastChangelogVersion": "0.74.0",
5 "packages": [
6 "npm:@deevus/pi-zmx",
7 "file:~/.pi/agent/extensions/qwen-remote.ts"
8 ],
9- "defaultProvider": "openai",
10+ "defaultProvider": "rackai",
11 "defaultModel": "unsloth/Qwen3.6-27b"
12-}
13+}
+5,
-0
1@@ -66,6 +66,11 @@ Host pico.sh
2 IdentityFile ~/.ssh/id_ed25519
3 CertificateFile ~/.ssh/id_ed25519-cert.pub
4
5+Host localhost
6+ IdentitiesOnly yes
7+ IdentityFile ~/.ssh/id_ed25519
8+ CertificateFile ~/.ssh/id_ed25519-cert.pub
9+
10 Host ppico
11 HostName pico.sh
12 IdentitiesOnly yes