From ac370ffa32ab63b12ef8190d00b9e5f142327a50 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 16 Sep 2018 11:43:12 -0500 Subject: [PATCH] Polybar: Disable dpkg module I'm a dumbass. The file handle is used to open a lock, not the file's existence --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 1327a65c..e3c9b936 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -88,7 +88,7 @@ inherit = template/bar border-top-size = 0 -modules-left = ${env:PB_BAR_PRIMARY_MODULES_LEFT:battery cpu memory dpkg} +modules-left = ${env:PB_BAR_PRIMARY_MODULES_LEFT:battery cpu memory} modules-center = ${env:PB_BAR_PRIMARY_MODULES_CENTER: bspwm} modules-right = ${env:PB_BAR_PRIMARY_MODULES_RIGHT:xbacklight volume date}