18 lines
383 B
TOML
18 lines
383 B
TOML
[applets.printers]
|
|
label = "Printers"
|
|
library = "0:/os/printersapplet.lib"
|
|
icon = "0:/icons/printer.svg"
|
|
enabled = true
|
|
|
|
[applets.network]
|
|
label = "Network"
|
|
library = "0:/os/networkapplet.lib"
|
|
icon = "0:/icons/network-wired.svg"
|
|
enabled = true
|
|
|
|
[applets.timezone]
|
|
label = "Time Zone"
|
|
library = "0:/os/timezonesapplet.lib"
|
|
icon = "0:/icons/preferences-system-time.svg"
|
|
enabled = true
|