update light checks more often
This commit is contained in:
parent
3962cd7d33
commit
4fcc8d03e5
|
@ -49,6 +49,8 @@
|
||||||
;; Themes define colours, icons, font and wallpapers.
|
;; Themes define colours, icons, font and wallpapers.
|
||||||
(beautiful.init "/home/chris/.config/awesome/theme.lua")
|
(beautiful.init "/home/chris/.config/awesome/theme.lua")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; Import the bling modules and layouts
|
;; Import the bling modules and layouts
|
||||||
(local bling (require :bling))
|
(local bling (require :bling))
|
||||||
;; (local awestore (require "awestore"))
|
;; (local awestore (require "awestore"))
|
||||||
|
@ -371,7 +373,7 @@
|
||||||
:widget wibox.container.margin
|
:widget wibox.container.margin
|
||||||
:right (dpi 5)})
|
:right (dpi 5)})
|
||||||
|
|
||||||
(set s.brighttext (awful.widget.watch "light" 15))
|
(set s.brighttext (awful.widget.watch "light" 1))
|
||||||
(set s.brightspace (wibox.widget.textbox " "))
|
(set s.brightspace (wibox.widget.textbox " "))
|
||||||
(set s.brighticon (wibox.widget.textbox " ﯧ"))
|
(set s.brighticon (wibox.widget.textbox " ﯧ"))
|
||||||
(set s.brightwidget {1 {1 {1 (wibox.widget {
|
(set s.brightwidget {1 {1 {1 (wibox.widget {
|
||||||
|
|
Loading…
Reference in a new issue