This commit is contained in:
albert 2023-11-14 19:34:07 +09:00
parent a72082bb3e
commit 4772e4c1f2
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -50,7 +50,7 @@
"return-type": "json", "return-type": "json",
"interval": 5, "interval": 5,
"format-icons": { "format-icons": {
"Running": "TESET 󰌆", "Running": "󰌆",
"Stopped": "󰌊", "Stopped": "󰌊",
} }
}, },
@ -58,8 +58,8 @@
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"activated": " {}", "activated": " ",
"deactivated": " {}" "deactivated": " "
} }
}, },
@ -167,7 +167,7 @@
border-radius: 50px; border-radius: 50px;
padding: 0px 5px; padding: 0px 5px;
margin: 5px; margin: 5px;
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 1);
background-color: #282828; background-color: #282828;
} }