mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 14:05:11 +00:00
Brightness Widget
This commit is contained in:
parent
f48f119fab
commit
fdc1b021cc
|
|
@ -329,6 +329,8 @@ local logout_menu_widget = require("awesome-wm-widgets.logout-menu-widget.logout
|
|||
-- Weatherwidget
|
||||
local weather_widget = require("awesome-wm-widgets.weather-widget.weather")
|
||||
|
||||
-- BrightnessWidget
|
||||
local brightness_widget = require("awesome-wm-widgets.brightness-widget.brightness")
|
||||
|
||||
|
||||
|
||||
|
|
@ -404,6 +406,14 @@ function theme.at_screen_connect(s)
|
|||
bat.widget,
|
||||
arrl_ld,
|
||||
arrl_dl,
|
||||
brightness_widget({
|
||||
type = 'icon_and_text',
|
||||
program = 'light',
|
||||
step = 10,
|
||||
base = 20
|
||||
}),
|
||||
arrl_ld,
|
||||
arrl_dl,
|
||||
wibox.container.background(neticon, theme.bg_focus),
|
||||
wibox.container.background(net.widget, theme.bg_focus),
|
||||
arrl_ld,
|
||||
|
|
|
|||
Loading…
Reference in a new issue