Auto-sync: 2026-03-20 10:00:21
This commit is contained in:
+39
-9
@@ -1,16 +1,46 @@
|
||||
# KalliLab Homepage widgets.yaml
|
||||
|
||||
- greeting:
|
||||
text_size: xl
|
||||
text: KalliLab
|
||||
|
||||
- resources:
|
||||
label: System
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
cputemp: true
|
||||
uptime: true
|
||||
network: true
|
||||
refresh: 3000
|
||||
|
||||
- datetime:
|
||||
text_size: xl
|
||||
format:
|
||||
dateStyle: long
|
||||
timeStyle: short
|
||||
hour12: false
|
||||
- resources:
|
||||
label: Storage
|
||||
expanded: true
|
||||
disk:
|
||||
- /mnt/user
|
||||
- /mnt/cache
|
||||
- /mnt/disk1
|
||||
refresh: 3000
|
||||
|
||||
- search:
|
||||
provider: google
|
||||
target: _blank
|
||||
provider: duckduckgo
|
||||
focus: true
|
||||
showSearchSuggestions: true
|
||||
target: _blank
|
||||
|
||||
- datetime:
|
||||
locale: de-DE
|
||||
text_size: xl
|
||||
format:
|
||||
dateStyle: medium
|
||||
timeStyle: short
|
||||
hourCycle: h23
|
||||
|
||||
- openweathermap:
|
||||
label: Horstmar
|
||||
latitude: YOUR_LATITUDE
|
||||
longitude: YOUR_LONGITUDE
|
||||
units: metric
|
||||
provider: openweathermap
|
||||
apiKey: YOUR_OPENWEATHERMAP_API_KEY
|
||||
cache: 5
|
||||
|
||||
Reference in New Issue
Block a user