Test
This commit is contained in:
parent
ae7685c31f
commit
ec7d9b3f30
1 changed files with 4 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
|||
"return-type": "json",
|
||||
"interval": 5,
|
||||
"format-icons": {
|
||||
"Running": " ",
|
||||
"Stopped": " ",
|
||||
"Running": "",
|
||||
"Stopped": "",
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -180,11 +180,13 @@
|
|||
#workspaces button:hover,
|
||||
#workspaces button.focused:hover,
|
||||
#workspaces button.visible:hover {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
background-color: #d5c4a1;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #cc241d;
|
||||
color: rgba(200, 200, 200, 0.5);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue