[DEV] add some awesome module plugun to simplify the GUI interface
This commit is contained in:
parent
284eecebc5
commit
b8f2a186a5
1
.config/awesome/battery-widget
Submodule
1
.config/awesome/battery-widget
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 2bfdbf8d66b5f1c9ca08c203e6c69cf790ca6c3d
|
1
.config/awesome/brightness
Submodule
1
.config/awesome/brightness
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b9eb82a7c33163031bf57da29f7405064c73bee7
|
1
.config/awesome/calendar
Submodule
1
.config/awesome/calendar
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ee09d056a1fb8d47894ce7788e3d7707bf088464
|
1
.config/awesome/leds-widget
Submodule
1
.config/awesome/leds-widget
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6b3f53bf281665cf450df02bbf0e76caf8a463c6
|
@ -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
|
||||
|
1
.config/awesome/volume-control
Submodule
1
.config/awesome/volume-control
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 2e2449db2cae23ce9bcde8dbeae27ba769f59667
|
15
.gitmodules
vendored
Normal file
15
.gitmodules
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user