brightness keybind and remove from bar

This commit is contained in:
Chris Cochrun 2022-04-19 09:49:03 -05:00
parent 4fcc8d03e5
commit 11ff1a4829
7 changed files with 30 additions and 23 deletions

View file

@ -545,14 +545,14 @@
1 {
:layout wibox.layout.fixed.horizontal
;;1 s.pingwidget
1 (if laptop s.brightwidget s.pingwidget)
2 s.mailwidget
3 s.memwidget
4 s.cpuwidget
5 s.volumewidget
6 (if laptop s.batterywidget s.myemptywidget)
7 (if (= s.index 1) s.mysystray)
8 s.mylayoutbox
;; 1 (if laptop s.brightwidget s.pingwidget)
1 s.mailwidget
2 s.memwidget
3 s.cpuwidget
4 s.volumewidget
5 (if laptop s.batterywidget s.myemptywidget)
6 (if (= s.index 1) s.mysystray)
7 s.mylayoutbox
}
:widget wibox.container.margin
:top (dpi 1)