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
|
@ -5,11 +5,14 @@ local awful = require("awful")
|
|||
-- Theme handling library
|
||||
local beautiful = require("beautiful")
|
||||
|
||||
-- # Themes :
|
||||
-- # Themes :
|
||||
local theme = require("themes")
|
||||
beautiful.init(theme)
|
||||
|
||||
-- ### Configurations ### --
|
||||
local revelation = require("libs.revelation")
|
||||
revelation.init()
|
||||
|
||||
-- ### Configurations ### --
|
||||
|
||||
-- # Keybindings :
|
||||
require("configurations.keybindings")
|
||||
|
@ -21,7 +24,7 @@ require("configurations.layouts")
|
|||
require("configurations.rules")
|
||||
|
||||
|
||||
-- ### UI ### --
|
||||
-- ### UI ### --
|
||||
|
||||
-- # Notifications :
|
||||
require("ui.notifications")
|
||||
|
@ -37,10 +40,14 @@ require("signals")
|
|||
|
||||
-- # Sidebar :
|
||||
require("ui.sidebar")
|
||||
require("ui.notifications-list")
|
||||
|
||||
-- # Bar :
|
||||
require("ui.bar")
|
||||
|
||||
require("ui.widgets.window-switcher")
|
||||
require("ui.widgets.task-preview")
|
||||
require("ui.widgets.tag-preview")
|
||||
|
||||
-- Autorun at startup
|
||||
awful.spawn.with_shell("bash ~/.config/awesome/configurations/autorun")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue