Hopefully more wayland changes that don't break awesome

This commit is contained in:
Chris Cochrun 2021-08-14 10:08:30 -05:00
parent 7fdc04e4d4
commit eaf99e26b2
21 changed files with 232 additions and 59 deletions

View file

@ -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")

View file

@ -145,7 +145,7 @@
{:description "launch eshell in new emacs frame" :group "apps" })
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
{:description "launch new emacs frame" :group "apps" })
(awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-rbw"))
(awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-pass"))
{:description "select pass" :group "apps" })
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
{:description "Open Writer" :group "apps" })

View file

@ -57,7 +57,7 @@ theme.border_normal = "#00000000"
theme.border_focus = "#00000000"
theme.border_marked = "#00000000"
theme.master_width_factor = 0.65
theme.master_width_factor = 0.60
-- There are other variable sets
-- overriding the default one when
-- defined, the sets are:
@ -109,8 +109,8 @@ theme.menu_width = dpi(100)
--theme.bg_widget = "#cc0000"
-- mstab
theme.mstab_bar_ontop = true -- whether you want to allow the bar to be ontop of clients
theme.mstab_dont_resize_slaves = true -- whether the tabbed stack windows should be smaller than the
theme.mstab_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
theme.mstab_dont_resize_slaves = false -- whether the tabbed stack windows should be smaller than the
-- currently focused stack window (set it to true if you use
-- transparent terminals. False if you use shadows on solid ones
theme.mstab_bar_padding = "default" -- how much padding there should be between clients and your tabbar