Test
This commit is contained in:
parent
a72082bb3e
commit
4772e4c1f2
1 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@
|
|||
"return-type": "json",
|
||||
"interval": 5,
|
||||
"format-icons": {
|
||||
"Running": "TESET ",
|
||||
"Running": "",
|
||||
"Stopped": "",
|
||||
}
|
||||
},
|
||||
|
@ -58,8 +58,8 @@
|
|||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": " {}",
|
||||
"deactivated": " {}"
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -167,7 +167,7 @@
|
|||
border-radius: 50px;
|
||||
padding: 0px 5px;
|
||||
margin: 5px;
|
||||
color: rgba(0, 0, 0, 0);
|
||||
color: rgba(0, 0, 0, 1);
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue