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