diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-12-22 18:23:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-22 18:23:31 +0000 |
| commit | 8b6ff03cf092ed8bbc647a434d1c356dcca50960 (patch) | |
| tree | 3b26bb9b75f6f627dbe7e91b59ee9b50440d9785 | |
| parent | 18032a8db235e0d907de735852b8582cfab43488 (diff) | |
| parent | 712a901be02d1dd178b82a35e3f605dcda8eeb58 (diff) | |
Merge pull request #504 from brockar/fix-clock5
bugfix: add tooltip format for clock module in Waybar configuration
| -rw-r--r-- | config/waybar/Modules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules index b86f6540..4984e5ee 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -155,7 +155,8 @@ "clock#5": { //"format": "{:%A, %I:%M %P}", // AM PM format "format": "{:%a %d | %H:%M}", // 24H - "format-alt": "{:%A, %d %B, %Y (%R)}" + "format-alt": "{:%A, %d %B, %Y (%R)}", + "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", }, "cpu": { "format": "{usage}% ", |
