desktop asthetic changes

This commit is contained in:
Chris Cochrun 2021-05-04 08:36:06 -05:00
parent 71f6bbc9b1
commit fbae04a8f1
6 changed files with 379 additions and 68 deletions

View file

@ -72,7 +72,7 @@
(if (= "syl\n" stdout)
(global laptop true)
(global laptop false))))
(local laptop true)
(local laptop false)
;; Table of layouts to cover with awful.layout.inc, order matters.
(set awful.layout.layouts [
@ -179,16 +179,25 @@
:bg_empty beautiful.bg_normal
}
:layout {
:spacing (dpi 10)
:spacing (dpi 5)
:spacing_widget {
:valign "center"
:halign "center"
:widget wibox.container.place
}
:layout wibox.layout.flex.horizontal
:layout wibox.layout.flex.horizontal
}
}))
;; (set s.mytaglistbg ( {
;; 1 {
;; s.mytaglist
;; }
;; :widget wibox.container.background
;; :shape gears.shape.rounded_bar
;; :bg beautiful.bg_normal
;; }))
;; Create a tasklist widget
(set s.mytasklist (awful.widget.tasklist {
:screen s
@ -204,7 +213,8 @@
:spacing (dpi 20)
:spacing_widget {
1 {
:forced_width (dpi 5) :forced_height (dpi 20)
:forced_width (dpi 5)
:forced_height (dpi 20)
:widget wibox.widget.separator
}
:valign "center"
@ -254,7 +264,8 @@
:spacing (dpi 20)
:spacing_widget {
1 {
:forced_width (dpi 5) :forced_height (dpi 20)
:forced_width (dpi 5)
:forced_height (dpi 20)
:widget wibox.widget.separator
}
:valign "center"
@ -386,6 +397,8 @@
(set s.mysystray { 1 { 1 { 1 (wibox.widget.systray)
:widget wibox.container.margin
:right (dpi 10)
:top (dpi 2)
:bottom (dpi 2)
:left (dpi 10)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
@ -400,7 +413,7 @@
1 s.cpuwidget
2 s.volumewidget
3 (if laptop s.batterywidget s.myemptywidget)
4 s.mysystray
4 (if (= s.index 1) s.mysystray)
5 s.mylayoutbox
}
:widget wibox.container.background