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:
parent
4f850f7173
commit
2401cfcee2
56 changed files with 2040 additions and 858 deletions
|
@ -25,6 +25,8 @@ mylauncher = wibox.container.margin(mylauncher, dpi(0), dpi(0), dpi(6), dpi(6))
|
|||
-- ~~~~~~~~~~~
|
||||
-- # Sidebar button :
|
||||
local sidebar_button = require('ui.widgets.sidebar_button')
|
||||
-- # notifications_list button :
|
||||
local notifications_list_button = require('ui.widgets.notifications_list_button')
|
||||
-- # Systray :
|
||||
local systray = require('ui.widgets.systray')
|
||||
-- # Clock :
|
||||
|
@ -109,6 +111,7 @@ local function get_bar(s)
|
|||
systray,
|
||||
sidebar_button,
|
||||
layoutbox(s),
|
||||
notifications_list_button,
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
spacing = dpi(10)
|
||||
},
|
||||
|
@ -140,8 +143,8 @@ local function get_bar(s)
|
|||
c.screen.mywibar.visible = true
|
||||
end
|
||||
end
|
||||
client.connect_signal("property::fullscreen", remove_wibar)
|
||||
client.connect_signal("request::unmanage", add_wibar)
|
||||
--client.connect_signal("property::fullscreen", remove_wibar)
|
||||
--client.connect_signal("request::unmanage", add_wibar)
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue