Skip to content

Commit 13b1d0e

Browse files
chore: sync 2026-06-11 23:04
Changes: A config/noctalia/plugins/stoa-drive-pill/settings.json M config/noctalia/settings.json A theme/noctalia-plugins/stoa-drive-pill/settings.json
1 parent 95868b2 commit 13b1d0e

3 files changed

Lines changed: 118 additions & 4 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"icon": "cloud-upload",
3+
"fileManager": "thunar",
4+
"pollSeconds": 5,
5+
"showBadge": true
6+
}

config/noctalia/settings.json

Lines changed: 106 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,113 @@
151151
"left": [
152152
{
153153
"defaultSettings": {
154+
"actions": [
155+
{
156+
"icon": "refresh",
157+
"id": "doctor",
158+
"label": "Run Doctor",
159+
"tab": "vitals",
160+
"visible": true
161+
},
162+
{
163+
"icon": "file-text",
164+
"id": "log",
165+
"label": "Log",
166+
"tab": "vitals",
167+
"visible": true
168+
},
169+
{
170+
"icon": "terminal",
171+
"id": "journal",
172+
"label": "Journal",
173+
"tab": "vitals",
174+
"visible": true
175+
},
176+
{
177+
"icon": "save",
178+
"id": "pkgsnap",
179+
"label": "Snapshot packages now",
180+
"tab": "snap",
181+
"visible": true
182+
},
183+
{
184+
"icon": "save",
185+
"id": "backup",
186+
"label": "Backup configs now",
187+
"tab": "snap",
188+
"visible": true
189+
},
190+
{
191+
"icon": "folder",
192+
"id": "lspkg",
193+
"label": "Browse snapshots",
194+
"tab": "snap",
195+
"visible": true
196+
},
197+
{
198+
"icon": "folder",
199+
"id": "lsbk",
200+
"label": "Browse backups",
201+
"tab": "snap",
202+
"visible": true
203+
},
204+
{
205+
"icon": "download",
206+
"id": "updAll",
207+
"label": "Update all (pacman + AUR)",
208+
"tab": "maint",
209+
"visible": true
210+
},
211+
{
212+
"icon": "download",
213+
"id": "updSys",
214+
"label": "Update system (pacman)",
215+
"tab": "maint",
216+
"visible": true
217+
},
218+
{
219+
"icon": "download",
220+
"id": "updAur",
221+
"label": "Update AUR (yay)",
222+
"tab": "maint",
223+
"visible": true
224+
},
225+
{
226+
"icon": "trash",
227+
"id": "cleanDry",
228+
"label": "Cleanup (dry run)",
229+
"tab": "maint",
230+
"visible": true
231+
},
232+
{
233+
"icon": "trash",
234+
"id": "cleanApply",
235+
"label": "Cleanup (apply)",
236+
"tab": "maint",
237+
"visible": true
238+
},
239+
{
240+
"icon": "clock",
241+
"id": "sched",
242+
"label": "Toggle boot schedule",
243+
"tab": "maint",
244+
"visible": true
245+
},
246+
{
247+
"icon": "shield",
248+
"id": "fw",
249+
"label": "Firewall (locksmith)",
250+
"tab": "maint",
251+
"visible": true
252+
}
253+
],
254+
"icon": "heart",
255+
"pollSeconds": 30,
256+
"pulse": true,
257+
"showBadge": true,
258+
"terminal": "kitty"
154259
},
155-
"id": "plugin:stoa-doctor-pill"
156-
},
157-
{
158-
"id": "plugin:stoa-vitals"
260+
"id": "plugin:stoa-health"
159261
},
160262
{
161263
"compactMode": true,
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"icon": "cloud-upload",
3+
"fileManager": "thunar",
4+
"pollSeconds": 5,
5+
"showBadge": true
6+
}

0 commit comments

Comments
 (0)