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

@@ -147,7 +147,7 @@ return function(s)
{
{
spacing = dpi(10),
layout = wibox.layout.overflow.vertical,
layout = require("src.lib.overflow_widget.overflow").vertical,
scrollbar_width = 0,
step = dpi(50),
id = "volume_device_list",
@@ -179,7 +179,7 @@ return function(s)
{
{
spacing = dpi(10),
layout = wibox.layout.overflow.vertical,
layout = require("src.lib.overflow_widget.overflow").vertical,
id = "volume_device_list",
scrollbar_width = 0,
step = dpi(50),