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