summaryrefslogtreecommitdiffstats
path: root/eww/src/footer/init.yuck
blob: d80ea37e2e6726083fd37d37d011dfa1582b4836 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(defwidget backlightSlider []
    (metric
             :class 'brightness'
             :value brightness
             :onchange "xbacklight -set {}%"
             :orientation 'h'
             :flipped false
             )
)

(defwidget footer []
  (box :orientation "v"
  (backlightSlider)
  (btns)
 ))