Change to Gtk icon lookup for the application launcher, this cuts loading times to basically 0, notifications now only appear on primary screen

This commit is contained in:
Rene
2022-07-30 05:13:07 +02:00
parent e727015e81
commit 978a8580c8
9 changed files with 66 additions and 53 deletions

View File

@@ -156,7 +156,7 @@ return function(s)
{
step = dpi(50),
spacing = dpi(10),
layout = wibox.layout.overflow.vertical,
layout = require("src.lib.overflow_widget.overflow").vertical,
scrollbar_width = 0,
id = "connected_device_list"
},
@@ -184,7 +184,7 @@ return function(s)
{
spacing = dpi(10),
step = dpi(50),
layout = wibox.layout.overflow.vertical,
layout = require("src.lib.overflow_widget.overflow").vertical,
scrollbar_width = 0,
id = "discovered_device_list"
},