-
Is there a way to always have the time/date version as the default option on the waybar? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
First duplicate this file
Now edit this duplicated module ( in your case you just want to swap the format and format-alt ) Now to make this layout take effect edit your Note you can directly change the after |
Beta Was this translation helpful? Give feedback.
First duplicate this file
~/.config/waybar/modules/clock.jsonc
and rename it to something~/.config/waybar/modules/clock#myclock.jsonc
( I named mine clock#user.jsonc) note that you should use#
then the suffixcp ~/.config/waybar/modules/clock.jsonc ~/.config/waybar/modules/clock#user.jsonc
Now edit this duplicated module ( in your case you just want to swap the format and format-alt )
Now to make this layout take effect
edit your
~/.config/waybar/config.ctl
then change theclock
intoclock#user
then toggle your waybar layout using a keybind. It should change the time.Note you can directly change the
~/.config/waybar/modules/clock.jsonc
but if you want to fetch for updates in from repo…