From f74c7b63464755e3c4fde54c60ffe5be3c3531c4 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 24 Aug 2021 07:02:59 +0200 Subject: [PATCH] polybar: put battery first --- dotfiles/polybar.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/polybar.conf b/dotfiles/polybar.conf index 087b81f..af40aee 100644 --- a/dotfiles/polybar.conf +++ b/dotfiles/polybar.conf @@ -35,11 +35,11 @@ modules-center = date weather [bar/alone] inherit = bar/common -modules-right = cpu memory brightness battery bluetooth network disk dunst pulseaudio +modules-right = battery cpu memory brightness bluetooth network disk dunst pulseaudio [bar/primary] inherit = bar/common -modules-right = cpu memory brightness battery bluetooth network disk dunst pulseaudio +modules-right = battery cpu memory brightness bluetooth network disk dunst pulseaudio [bar/secondary] inherit = bar/common