From 56ea0bd9e9ee2052bdede0134418ab14c315a83a Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 16 Sep 2022 09:32:43 -0400 Subject: [PATCH] update bar for bumblebee --- conf.d/bar.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf.d/bar.conf b/conf.d/bar.conf index c99e998..e8bfeb2 100644 --- a/conf.d/bar.conf +++ b/conf.d/bar.conf @@ -21,8 +21,11 @@ bar { font pango:Inconsolata 10 strip_workspace_numbers yes status_command ~/.local/bin/bumblebee-status \ - -m playerctl pasink pasource brightness bluetooth battery-upower arandr dunst time \ + -m taskwarrior pasink pasource bluetooth battery-upower arandr dunst time \ -p time.format="%H:%M" \ - -a playerctl \ - -t greyish-powerline + -p taskwarrior.taskrc="/home/kellya/.config/task/taskrc" \ + -p taskwarrior.show_active=true \ + -p taskwarrior.scrolling.bounce=false \ + -p taskwarrior.scrolling.makewide=false \ + -t spaceduck-dark-powerline }