From bb55aa342f59fbd2c36ff9bdda54b81688669b70 Mon Sep 17 00:00:00 2001 From: natemaia Date: Mon, 30 Oct 2017 04:55:38 -0700 Subject: [PATCH] Add some required packages for gorice to upgrade script, update gorice polybar module --- home/.config/polybar/modules.conf | 7 ++++--- upgrade-archlabs | 11 +++++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/home/.config/polybar/modules.conf b/home/.config/polybar/modules.conf index 0fb9bc6e..fd7615b1 100644 --- a/home/.config/polybar/modules.conf +++ b/home/.config/polybar/modules.conf @@ -7,13 +7,14 @@ ;;;;;;;;;;;;;;;;;;;;;;;; [module/config] type = custom/script -exec = echo "" +format-prefix = " " interval = 5 +exec = grep "current" $HOME/.gorice/templates/i3/data.json | cut -d '"' -f22 | cut -d . -f1 | cut -d / -f2 label = %output% -label-padding = 2 +format-padding = 2 format =