some things for other things and new mpv ui

This commit is contained in:
Chris Cochrun 2021-08-25 05:14:15 -05:00
parent 4f4bf30170
commit 485fbf28ba
14 changed files with 2135 additions and 75 deletions

View file

@ -214,7 +214,7 @@
:style {
:border_width 0
:shape gears.shape.rounded_bar
:bg_focus beautiful.bg_normal
:bg_focus beautiful.transparent
:fg_focus beautiful.fg_normal
}
:layout {
@ -320,7 +320,7 @@
:right 10}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg
:bg beautiful.transparent
:fg beautiful.base0B})
(set s.myemptywidget (wibox.widget { ;; an empty widget for spacing things out
@ -357,7 +357,7 @@
:left (dpi 5)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:bg beautiful.transparent
:fg beautiful.base09}
:widget wibox.container.margin
:right (dpi 5)})
@ -379,7 +379,7 @@
:left (dpi 5)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:bg beautiful.transparent
:fg beautiful.base0C}
:widget wibox.container.margin
:right (dpi 5)})
@ -398,7 +398,7 @@
:left (dpi 5)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:bg beautiful.transparent
:fg beautiful.base0A}
:widget wibox.container.margin
:right (dpi 5)})
@ -417,7 +417,7 @@
:left (dpi 5)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:bg beautiful.transparent
:fg beautiful.base0E}
:widget wibox.container.margin
:right (dpi 5)})
@ -436,7 +436,7 @@
:left (dpi 5)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:bg beautiful.transparent
:fg beautiful.base08}
:widget wibox.container.margin
:right (dpi 5)})
@ -455,7 +455,7 @@
:left (dpi 5)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:bg beautiful.transparent
:fg beautiful.base0D}
:widget wibox.container.margin
:right (dpi 5)})
@ -473,7 +473,7 @@
:left (dpi 9)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:bg beautiful.transparent
:fg beautiful.base0C}
:widget wibox.container.margin
:right (dpi 10)})
@ -486,7 +486,8 @@
:left (dpi 2)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:opacity 0.7
:bg beautiful.transparent
:fg beautiful.base0C}
:widget wibox.container.margin
:right (dpi 10)})
@ -522,7 +523,7 @@
:shape gears.shape.rounded_bar
:bg beautiful.bg_normal
:fg beautiful.fg_normal
:opacity 0.95
:opacity 0.9
:screen s }))
(: s.mywibox :struts { :bottom (dpi 40) })
@ -669,8 +670,8 @@
(awful.spawn "/usr/lib/polkit-kde-authentication-agent-1")
(awful.spawn "feh --bg-fill /usr/share/wallpapers/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 "nextcloud --background")
;; (awful.spawn "rbw-agent")
;; (awful.spawn "jellyfin-mpv-shim")
(awful.spawn "xset r rate 220 90")

View file

@ -132,7 +132,7 @@
{:description "launch dolphin file browser" :group "apps" })
(awful.key [ modkey ] "x" (fn [] (awful.spawn "emacsclient -c -e '(org-capture)'"))
{:description "launch scratchpad in new emacs frame" :group "apps" })
(awful.key [ modkey ] "'" (fn [] (awful.spawn "emacsclient -e '(org-agenda-list)'"
(awful.key [ modkey ] "'" (fn [] (awful.spawn "emacsclient -e '(chris/org-agenda)'"
{:name "*Org Agenda(a)*" :floating true :placement awful.placement.centered :class "org-agenda" :instance "org-agenda"}))
{:description "launch org-agenda in new emacs frame" :group "apps" })
(awful.key [ modkey alt ] "m" (fn [] (awful.spawn "emacsclient -c -e '(org-roam-capture)'"))

View file

@ -104,7 +104,7 @@
{
:rule_any {
:name [
"*Org Agenda(a)*"
"org-agenda"
]
:class [
"org-agenda"

View file

@ -37,11 +37,11 @@ theme.base0F = "#b2643c"
theme.bg_darker = "#1a1a25"
theme.bg_normal = theme.base00
theme.bg_opac20 = "#282a36CD"
theme.bg_light = theme.base01
theme.bg_focus = theme.base0D -- Base02
theme.bg_minimize = theme.base02
theme.bg_urgent = "#ff5c57"
theme.bg_systray = theme.transparent
theme.fg_normal = theme.base05
theme.fg_focus = theme.base03
@ -53,6 +53,7 @@ theme.red = "#ff5c57"
theme.useless_gap = dpi(9)
theme.border_width = dpi(0)
theme.transparent = "#00000000"
theme.bg_systray = "#282a36AA"
theme.border_normal = "#00000000"
theme.border_focus = "#00000000"
theme.border_marked = "#00000000"