2 files changed,
10 insertions(+),
10 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-03-06 16:01:06 +0200
Parent:
0f37ae8
jump to
| M | config/waybar/config |
| M | config/waybar/modules/info.json |
M
config/waybar/config
@@ -1,3 +1,4 @@
+// vim: ft=jsonc { "position": "top", "layer": "top",@@ -6,7 +7,6 @@ "margin-top": 0,
"margin-bottom": 0, "margin-left": 0, "margin-right": 0, - "include": [ "~/.config/waybar/modules/hypr.json", "~/.config/waybar/modules/info.json"
M
config/waybar/modules/info.json
@@ -3,12 +3,13 @@ "tray": {
"icon-size": 16, "spacing": 10 }, - "clock": { - "format": " {:%a, %d %b %H:%M}", - "tooltip": "true", - "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", - "on-click": "morgen" - }, + + "clock": { + "format": " {:%a, %d %b %I:%M %P}", + "tooltip": true, + "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", + "on-click": "morgen" + }, "battery": { "format": "{icon} {capacity}%",@@ -25,7 +26,7 @@ }
}, "memory": { - "format": " {used}%", + "format": " {used}", "interval": 5 },@@ -39,9 +40,8 @@ "network": {
"format-wifi": " {essid}", "format-linked": " {ifname} (No IP)", "format-disconnected": "", - "format-alt": " {ifname}: {ipaddr}/{cidr}", + "format-alt": " {ifname}: {ipaddr}/{cidr}", "tooltip-format": "{essid}", - "on-click-right": "nm-connection-editor", "tooltip": false },