mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
polybar: move clock to the right
This commit is contained in:
parent
0ae67786c4
commit
4fad468738
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue