From 1d46b1a4e5e3263a1560c419d25205961a4344c9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 10 Jul 2021 18:29:27 +0200 Subject: [PATCH] polybar: move back all modules except pulseaudio to primary --- dotfiles/polybar.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/polybar.conf b/dotfiles/polybar.conf index 6c33462..39b3ee1 100644 --- a/dotfiles/polybar.conf +++ b/dotfiles/polybar.conf @@ -35,11 +35,11 @@ modules-right = cpu memory brightness battery ethernet wlan pulseaudio [bar/primary] inherit = bar/common -modules-right = cpu memory brightness battery pulseaudio +modules-right = cpu memory brightness battery ethernet wlan pulseaudio [bar/secondary] inherit = bar/common -modules-right = ethernet wlan pulseaudio +modules-right = pulseaudio [module/i3]