updates: dotfiles

This commit is contained in:
rxyhn 2022-02-28 14:17:06 +07:00
parent 924929a2c7
commit 33781bd8a6
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 281 KiB

View file

@ -1,5 +1,3 @@
-- wibar.lua
-- Wibar (top bar)
local awful = require("awful")
local gears = require("gears")
local wibox = require("wibox")

View file

@ -28,6 +28,7 @@ client.connect_signal("request::titlebars", function(c)
{
awful.titlebar.widget.closebutton(c),
awful.titlebar.widget.maximizedbutton(c),
awful.titlebar.widget.minimizebutton(c),
layout = wibox.layout.fixed.vertical
},
{