From 72c39d9c46e6223520c1e54dfd9ff155900c7daa Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Mon, 13 Jan 2025 08:27:50 +0100 Subject: [PATCH] chore: remove spotify --- rc.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/rc.lua b/rc.lua index d827898..9707e3a 100644 --- a/rc.lua +++ b/rc.lua @@ -24,7 +24,6 @@ require("awful.hotkeys_popup.keys") -- utils is the base of widgets local yawl = require("yawl.base") local date = require("yawl.widgets.date") -local spotify = require("yawl.widgets.spotify") local battery = require("yawl.widgets.battery") -- {{{ Error handling @@ -239,7 +238,6 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.fixed.horizontal, wibox.widget.systray(), yawl.separator(), - spotify(), battery(), date(), }, @@ -643,18 +641,6 @@ end -- }}} -- {{{ Notifications --- Make Spotify notifications smaller -naughty.config.presets.spotify = { - callback = function(args) - return true - end, - - height = 100, - width = 400, - icon_size = 90, -} -table.insert(naughty.dbus.config.mapping, { { appname = "Spotify" }, naughty.config.presets.spotify }) - naughty.config.padding = 15 naughty.config.spacing = 10 naughty.config.defaults.border_width = 10