[DEV] add some awesome module plugun to simplify the GUI interface

This commit is contained in:
Edouard DUPIN 2018-09-22 13:14:16 +02:00
parent 284eecebc5
commit b8f2a186a5
7 changed files with 32 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 2bfdbf8d66b5f1c9ca08c203e6c69cf790ca6c3d

@ -0,0 +1 @@
Subproject commit b9eb82a7c33163031bf57da29f7405064c73bee7

@ -0,0 +1 @@
Subproject commit ee09d056a1fb8d47894ce7788e3d7707bf088464

@ -0,0 +1 @@
Subproject commit 6b3f53bf281665cf450df02bbf0e76caf8a463c6

View File

@ -232,6 +232,7 @@ awful.screen.connect_for_each_screen(function(s)
wibox.widget.systray(),
mytextclock,
s.mylayoutbox,
require("battery-widget") {},
},
}
end)
@ -574,6 +575,17 @@ client.connect_signal("request::titlebars", function(c)
}
end)
----------------------------------------------------
-- Calendar management
----------------------------------------------------
local calendar = require("calendar")
-- attach it as popup to your text clock widget:
calendar({}):attach(mytextclock)
----------------------------------------------------
-- Enable sloppy focus, so that focus follows mouse.
client.connect_signal("mouse::enter", function(c)
if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier

@ -0,0 +1 @@
Subproject commit 2e2449db2cae23ce9bcde8dbeae27ba769f59667

15
.gitmodules vendored Normal file
View File

@ -0,0 +1,15 @@
[submodule ".config/awesome/battery-widget"]
path = .config/awesome/battery-widget
url = https://github.com/deficient/battery-widget.git
[submodule ".config/awesome/leds-widget"]
path = .config/awesome/leds-widget
url = https://github.com/deficient/leds-widget.git
[submodule ".config/awesome/calendar"]
path = .config/awesome/calendar
url = https://github.com/deficient/calendar.git
[submodule ".config/awesome/volume-control"]
path = .config/awesome/volume-control
url = https://github.com/deficient/volume-control.git
[submodule ".config/awesome/brightness"]
path = .config/awesome/brightness
url = https://github.com/deficient/brightness.git