commit
dfa0f5701e
|
@ -20,9 +20,9 @@
|
||||||
#include "glibmm/fileutils.h"
|
#include "glibmm/fileutils.h"
|
||||||
#include "glibmm/refptr.h"
|
#include "glibmm/refptr.h"
|
||||||
#include "util/format.hpp"
|
#include "util/format.hpp"
|
||||||
|
#include "util/gtk_icon.hpp"
|
||||||
#include "util/rewrite_string.hpp"
|
#include "util/rewrite_string.hpp"
|
||||||
#include "util/string.hpp"
|
#include "util/string.hpp"
|
||||||
#include "util/gtk_icon.hpp"
|
|
||||||
|
|
||||||
namespace waybar::modules::wlr {
|
namespace waybar::modules::wlr {
|
||||||
|
|
||||||
|
@ -190,8 +190,8 @@ bool Task::image_load_icon(Gtk::Image &image, const Glib::RefPtr<Gtk::IconTheme>
|
||||||
spdlog::debug("{} Loaded icon from file '{}'", repr(), ret_icon_name);
|
spdlog::debug("{} Loaded icon from file '{}'", repr(), ret_icon_name);
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
pixbuf = DefaultGtkIconThemeWrapper::load_icon("image-missing", scaled_icon_size,
|
pixbuf = DefaultGtkIconThemeWrapper::load_icon(
|
||||||
Gtk::IconLookupFlags::ICON_LOOKUP_FORCE_SIZE);
|
"image-missing", scaled_icon_size, Gtk::IconLookupFlags::ICON_LOOKUP_FORCE_SIZE);
|
||||||
spdlog::debug("{} Loaded icon from resource", repr());
|
spdlog::debug("{} Loaded icon from resource", repr());
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
pixbuf = {};
|
pixbuf = {};
|
||||||
|
|
Loading…
Reference in New Issue