Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-09-02 16:54:30 -05:00
commit f3217ceb09
12 changed files with 61 additions and 3046 deletions

View file

@ -1,4 +1,3 @@
;; -*- comment-end: ""; -*-
;; Standard awesome library|#
(local gears (require "gears"))
(local awful (require "awful"))
@ -49,7 +48,7 @@
;; Import the bling modules and layouts
(local bling (require "bling"))
(local awestore (require "awestore"))
;; (local awestore (require "awestore"))
;; This is used later as the default terminal and editor to run.
(var terminal "alacritty")
@ -371,9 +370,6 @@
1 s.batteryicon
2 s.batterytext
3 s.batteryspace
4 s.batteryicon
5 s.batterytext2
6 s.batteryspace
:layout wibox.layout.fixed.horizontal})
:widget wibox.container.margin
:left (dpi 5)}
@ -504,7 +500,9 @@
7 (if (= s.index 1) s.mysystray)
8 s.mylayoutbox
}
:widget wibox.container.background
:widget wibox.container.margin
:top (dpi 1)
:bottom (dpi 1)
})
(local yoffset (dpi 45)) ;; variables to be used for placing the wibox
@ -646,8 +644,7 @@
(awful.placement.no_offscreen c))
;; MPV wasn't centering right
(when (= c.class "mpv") (awful.placement.centered c))
;; (when (= c.class "mpv") (awful.placement.centered c))
(awful.client.focus.byidx 1)
;; Rounded windows done right