From 4fad468738656857a1296d0735a8a14f61936c66 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jul 2021 08:37:31 +0200 Subject: [PATCH] polybar: move clock to the right --- dotfiles/polybar.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/polybar.conf b/dotfiles/polybar.conf index 33b6b76..73ea597 100644 --- a/dotfiles/polybar.conf +++ b/dotfiles/polybar.conf @@ -27,11 +27,11 @@ font-1 = Font Awesome 5 Pro:style=Solid:size=10;2 font-2 = Font Awesome 5 Brands:style=Regular:size=10;2 modules-left = i3 -modules-center = date +modules-right = date [bar/primary] inherit = bar/secondary -modules-right = cpu memory pulseaudio brightness battery ethernet wlan +modules-right = cpu memory pulseaudio brightness battery ethernet wlan date [module/i3] type = internal/i3 @@ -96,7 +96,7 @@ type = internal/date interval = 2 date = %a %d.%m time = %H:%M -label = %date% %time% +label =  %date% %time% [module/battery] type = internal/battery