Configuration for spotifyd.
Declarations
Type
TOML value
Default
{ }
Example
{
global = {
username = "Alex";
password = "foo";
device_name = "nix";
};
}
Sign in to create a configuration using this setting.
Configuration for spotifyd.
TOML value
{ }
{
global = {
username = "Alex";
password = "foo";
device_name = "nix";
};
}