Fixed sway output bg fallback color, v0.2

This commit is contained in:
David Thurstenson 2020-06-20 00:55:42 -05:00
parent b7264c7329
commit 6d388a5cad
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: David Thurstenson <thurstylark@gmail.com>
pkgname=greetd-tlgreet
pkgver=0.1
pkgver=0.2
pkgrel=1
pkgdesc="Thurstylark's greetd + wlgreet setup"
arch=(any)
@ -14,7 +14,7 @@ source=("greetd.toml"
"waybar.css"
"greetd.service.override.conf")
md5sums=('db675a996223c3f155885d7494b16282'
'87e66a9cba5b7446784d3ae7872c9017'
'947b0d773955b10946d4da82d74f0fc4'
'4c1b6e5dff4071bff81e935322743974'
'bfdda1ad67829fd55d3612c857df18dc'
'0b3156d2868912d8b4141428b72b4bbe'

View File

@ -11,6 +11,9 @@
# Wallpapers dir
set $wallpapers-path /etc/greetd/tlgreet/wallpapers/
# Fallback color if no wallpapers exist
set $fallback-color "#333333"
# Cursor hide delay (in ms)
set $cursor-delay "100"