12 lines
265 B
TOML
12 lines
265 B
TOML
[applets.printers]
|
|
label = "Printers"
|
|
library = "0:/os/libprintersapplet.lib"
|
|
icon = "0:/icons/printer.svg"
|
|
enabled = true
|
|
|
|
[applets.timezone]
|
|
label = "Time Zone"
|
|
library = "0:/os/libtimezonesapplet.lib"
|
|
icon = "0:/icons/preferences-system-time.svg"
|
|
enabled = true
|