Test
This commit is contained in:
parent
8a53c44467
commit
1931ae4107
1 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@
|
|||
],
|
||||
|
||||
"custom/wlogout": {
|
||||
"format": "",
|
||||
"format": " ",
|
||||
"on-click": "wlogout"
|
||||
},
|
||||
|
||||
|
@ -50,16 +50,16 @@
|
|||
"return-type": "json",
|
||||
"interval": 5,
|
||||
"format-icons": {
|
||||
"Running": "",
|
||||
"Stopped": "",
|
||||
"Running": " ",
|
||||
"Stopped": " ",
|
||||
}
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -167,7 +167,7 @@
|
|||
border-radius: 50px;
|
||||
padding: 0px 5px;
|
||||
margin: 5px;
|
||||
color: rgba(200, 200, 200, 0.5);
|
||||
color: rgba(200, 200, 200, 1);
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue