converted all colors to theme_config.lua; fixed and added some bugs; rewrote some stuff and added some
This commit is contained in:
@@ -10,7 +10,7 @@ awful.screen.connect_for_each_screen(
|
||||
-- e.g. 1 would be the primary screen and 2 the secondary screen.
|
||||
function(s)
|
||||
-- Create 9 tags
|
||||
awful.layout.layouts = User_config.layouts
|
||||
awful.layout.append_default_layouts(User_config.layouts)
|
||||
awful.tag(
|
||||
{ "1", "2", "3", "4", "5", "6", "7", "8", "9" },
|
||||
s,
|
||||
@@ -19,12 +19,13 @@ awful.screen.connect_for_each_screen(
|
||||
|
||||
require("src.modules.powermenu")(s)
|
||||
require("src.modules.volume_osd")(s)
|
||||
require("src.modules.brightness_osd")(s)
|
||||
require("src.modules.bluetooth_controller")(s)
|
||||
--require("src.modules.brightness_osd")(s)
|
||||
--require("src.modules.bluetooth_controller")(s)
|
||||
require("src.modules.titlebar")
|
||||
require("src.modules.volume_controller")(s)
|
||||
require("src.modules.crylia_bar.init")(s)
|
||||
require("src.modules.notification-center.init")(s)
|
||||
require("src.modules.window_switcher.init")(s)
|
||||
--require("src.modules.application_launcher.init")(s)
|
||||
end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user