Big changes

This commit is contained in:
2022-04-14 00:35:06 +03:00
parent dbb49ea43a
commit fd7c4079fb
96 changed files with 1921 additions and 689 deletions

View File

@@ -1 +1,12 @@
require "screen.wibar"
local awful = require("awful")
require "screen.wibar"
awful.screen.connect_for_each_screen(
function(s)
set_wallpaper(s)
awful.tag({"1", "2", "3", "4", "5", "6", "7", "8", "9"}, s, awful.layout.layouts[1])
wibar = wibar_builder(s)
end
)