mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
modules/power-profiles-daemon: kebab case name in config
power_profiles_daemon => power-profiles-daemon
This commit is contained in:
@ -283,7 +283,7 @@ waybar::AModule* waybar::Factory::makeModule(const std::string& name,
|
||||
if (ref == "bluetooth") {
|
||||
return new waybar::modules::Bluetooth(id, config_[name]);
|
||||
}
|
||||
if (ref == "power_profiles_daemon") {
|
||||
if (ref == "power-profiles-daemon") {
|
||||
return new waybar::modules::PowerProfilesDaemon(id, config_[name]);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user