Test
This commit is contained in:
parent
ce91d5c971
commit
8a53c44467
1 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"custom/wlogout": {
|
"custom/wlogout": {
|
||||||
"format": " {}",
|
"format": "",
|
||||||
"on-click": "wlogout"
|
"on-click": "wlogout"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -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, 1);
|
color: rgba(200, 200, 200, 0.5);
|
||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue