mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-25 23:12:26 +02:00
Merge pull request #1785 from ElJeffe/hyprland_monitor_remove
This commit is contained in:
@@ -73,7 +73,8 @@ void check_nn(const void *ptr, const char *message = "ptr was null") {
|
|||||||
}
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
waybar::modules::Backlight::BacklightDev::BacklightDev(std::string name, int actual, int max, bool powered)
|
waybar::modules::Backlight::BacklightDev::BacklightDev(std::string name, int actual, int max,
|
||||||
|
bool powered)
|
||||||
: name_(std::move(name)), actual_(actual), max_(max), powered_(powered) {}
|
: name_(std::move(name)), actual_(actual), max_(max), powered_(powered) {}
|
||||||
|
|
||||||
std::string_view waybar::modules::Backlight::BacklightDev::name() const { return name_; }
|
std::string_view waybar::modules::Backlight::BacklightDev::name() const { return name_; }
|
||||||
|
Reference in New Issue
Block a user