Add revelation

Update and add bling task_preview, tag_preview and window_switcher
Add catppuccin-macchiato
Use my weather key
Update keybindings
Update autorun
Fix sliders
This commit is contained in:
Hydroxycarbamide 2023-03-20 09:51:48 +01:00
parent 4f850f7173
commit 2401cfcee2
56 changed files with 2040 additions and 858 deletions

View file

@ -109,8 +109,9 @@ sidebar : setup {
local slide = rubato.timed {
pos = helpers.screen.geometry.height,
rate = 60,
intro = 0.2,
duration = 0.4,
intro = 0.05,
duration = 0.2,
easing = rubato.quadratic,
subscribed = function(pos)
sidebar.y = helpers.screen.geometry.y + pos
end
@ -146,8 +147,8 @@ awful.placement.top_right(sidebar, {honor_workarea = true, margins = beautiful.u
--})
-- Get signal to execute the function (if that makes sense)
awesome.connect_signal("sidebar::toggle", function(s)
sidebar.toggle(s)
awesome.connect_signal("sidebar::toggle", function()
sidebar.toggle()
end)
return sidebar