changed waybar config

This commit is contained in:
gaitas13 2024-12-31 01:22:03 +01:00
parent 90b4bc443f
commit 4ec9cfba8f
2 changed files with 6 additions and 3 deletions

View file

@ -45,8 +45,10 @@
], ],
"modules-right": [ "modules-right": [
"network#speed", //unsure
"custom/separator#dot-line", //"network#speed",
//"custom/separator#dot-line",
"custom/swaync", "custom/swaync",
"tray", "tray",
"mpris", "mpris",

View file

@ -219,7 +219,8 @@
"clock": { "clock": {
"interval": 1, "interval": 1,
//"format": " {:%I:%M %p}", // AM PM format //"format": " {:%I:%M %p}", // AM PM format
"format": " {:%H:%M:%S}", //"format": " {:%H:%M:%S}",
"format": " {:%H:%M}",
"format-alt": " {:%H:%M  %Y, %d %B, %A}", "format-alt": " {:%H:%M  %Y, %d %B, %A}",
"tooltip-format": "<tt><small>{calendar}</small></tt>", "tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": { "calendar": {