Hopefully more wayland changes that don't break awesome
This commit is contained in:
parent
7fdc04e4d4
commit
eaf99e26b2
21 changed files with 232 additions and 59 deletions
|
@ -182,8 +182,9 @@
|
|||
:style {
|
||||
:bg_focus beautiful.bg_focus
|
||||
:fg_focus beautiful.base01
|
||||
:bg_occupied beautiful.bg_normal
|
||||
:bg_empty beautiful.bg_normal
|
||||
:fg_occupied beautiful.base0B
|
||||
:bg_occupied beautiful.bg_light
|
||||
:bg_empty beautiful.bg_light
|
||||
}
|
||||
:layout {
|
||||
:spacing (dpi 5)
|
||||
|
@ -317,7 +318,7 @@
|
|||
:right 10}
|
||||
:widget wibox.container.background
|
||||
:shape gears.shape.rounded_bar
|
||||
:bg beautiful.bg_normal
|
||||
:bg beautiful.bg_light
|
||||
:fg beautiful.base0B})
|
||||
|
||||
(set s.myemptywidget (wibox.widget { ;; an empty widget for spacing things out
|
||||
|
@ -478,9 +479,9 @@
|
|||
:stretch false
|
||||
:type "dock"
|
||||
:shape gears.shape.rounded_bar
|
||||
:bg beautiful.transparent
|
||||
:bg beautiful.bg_normal
|
||||
:fg beautiful.fg_normal
|
||||
:opacity 0.65
|
||||
:opacity 0.85
|
||||
:screen s }))
|
||||
|
||||
(: s.mywibox :struts { :bottom (dpi 45) })
|
||||
|
@ -604,9 +605,10 @@
|
|||
|
||||
(awful.spawn "picom --experimental-backend")
|
||||
(awful.spawn "/usr/lib/polkit-kde-authentication-agent-1")
|
||||
(awful.spawn "feh --bg-fill /home/chris/Pictures/wallpapers/RoyalKing.png")
|
||||
(awful.spawn "feh --bg-fill /usr/share/wallpapaers/Flow/contents/images/5120x2880.jpg")
|
||||
(awful.spawn "caffeine")
|
||||
(awful.spawn "libinput-gestures-setup start")
|
||||
(awful.spawn "bluetoothctl power on")
|
||||
(awful.spawn "nextcloud --background")
|
||||
(awful.spawn "rbw-agent")
|
||||
(awful.spawn "xset r rate 220 90")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue