waybar: hacer más lindo + mes

This commit is contained in:
Cat /dev/Nulo 2023-02-16 16:54:38 -03:00
parent 9df86e74d7
commit b4ee2a5380

View file

@ -7,7 +7,7 @@
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"],
"modules-center": [],
"modules-right": ["custom/zeit", "idle_inhibitor", "pulseaudio", "battery", "clock", "tray"],
"modules-right": ["tray", "custom/zeit", "idle_inhibitor", "pulseaudio", "battery", "clock"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
@ -55,6 +55,7 @@
"spacing": 10
},
"clock": {
"format": "{:%a %b %H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},