nit(qtile): cast LAPTOP env var to bool

This commit is contained in:
Infinidoge 2023-05-22 01:40:37 -04:00
parent 8bfd18f4ff
commit 2f1df8e0d3

View file

@ -16,7 +16,7 @@ from libqtile.lazy import lazy
from libqtile.utils import guess_terminal
LAPTOP = os.getenv("LAPTOP", False)
LAPTOP = bool(os.getenv("LAPTOP", False))
colors = [
# panel background