A lot of random bologna that I hope helps

This commit is contained in:
Chris Cochrun 2021-09-01 13:38:17 -05:00
parent a0f9f3669b
commit dbdc9371d1
13 changed files with 54 additions and 3039 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
@ -644,7 +642,7 @@
;; Prevent clients from being unreachable after screen count changes.
(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)
(: c :activate [])))