chore: remove spotify
This commit is contained in:
parent
8f1f7fdcd9
commit
72c39d9c46
1 changed files with 0 additions and 14 deletions
14
rc.lua
14
rc.lua
|
@ -24,7 +24,6 @@ require("awful.hotkeys_popup.keys")
|
||||||
-- utils is the base of widgets
|
-- utils is the base of widgets
|
||||||
local yawl = require("yawl.base")
|
local yawl = require("yawl.base")
|
||||||
local date = require("yawl.widgets.date")
|
local date = require("yawl.widgets.date")
|
||||||
local spotify = require("yawl.widgets.spotify")
|
|
||||||
local battery = require("yawl.widgets.battery")
|
local battery = require("yawl.widgets.battery")
|
||||||
|
|
||||||
-- {{{ Error handling
|
-- {{{ Error handling
|
||||||
|
@ -239,7 +238,6 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
wibox.widget.systray(),
|
wibox.widget.systray(),
|
||||||
yawl.separator(),
|
yawl.separator(),
|
||||||
spotify(),
|
|
||||||
battery(),
|
battery(),
|
||||||
date(),
|
date(),
|
||||||
},
|
},
|
||||||
|
@ -643,18 +641,6 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Notifications
|
-- {{{ 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.padding = 15
|
||||||
naughty.config.spacing = 10
|
naughty.config.spacing = 10
|
||||||
naughty.config.defaults.border_width = 10
|
naughty.config.defaults.border_width = 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue