This commit is contained in:
Bryan Ramos 2024-06-10 19:22:26 -04:00
parent ca789d4eea
commit 9b9191043d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -2,7 +2,7 @@
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"output": "HDMI-A-1", "output": "HDMI-A-1",
"modules-left": ["custom/logo", "clock", "custom/weather", "custom/bitcoin", "memory", "cpu", "temperature"], "modules-left": [ "custom/logo", "clock", "custom/weather", "custom/bitcoin", "memory", "cpu" ],
"modules-center": [ "hyprland/workspaces" ], "modules-center": [ "hyprland/workspaces" ],
"modules-right": [ "tray", "pulseaudio", "network" ], "modules-right": [ "tray", "pulseaudio", "network" ],
"reload_style_on_change":true, "reload_style_on_change":true,
@ -38,7 +38,7 @@
}, },
"custom/bitcoin": { "custom/bitcoin": {
"format": "<span color='#ef8e19'>󰠓 </span><span color='#ffffff'>:{}</span>", "format": "<span color='#ef8e19'>󰠓 </span><span color='#ffffff'>{}</span>",
"interval": 30, "interval": 30,
"exec": "~/.config/waybar/scripts/getBlock", "exec": "~/.config/waybar/scripts/getBlock",
"on-click": "xdg-open https://www.mempool.space", "on-click": "xdg-open https://www.mempool.space",
@ -68,14 +68,14 @@
"cpu": { "cpu": {
"interval": 1, "interval": 1,
"format": "<span color='#ffd808'> </span><span color='#ffffff'>:{usage}%</span>", "format": "<span color='#ffd808'> </span><span color='#ffffff'>{usage}%</span>",
"min-length": 6, "min-length": 6,
"max-length": 6, "max-length": 6,
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"], "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
}, },
"memory": { "memory": {
"format": "<span color='#cc63ff'>󱐋</span><span color='#ffffff'>:{percentage}%</span>" "format": "<span color='#cc63ff'>󱐋</span><span color='#ffffff'>{percentage}%</span>"
}, },
"temperature": { "temperature": {