Compare commits
No commits in common. "4572c100cce530c7facb39719ead913b0bae65e2" and "d22de5d9157b7baf70664f17bedcdef9633d9c2f" have entirely different histories.
4572c100cc
...
d22de5d915
@ -11,7 +11,7 @@
|
|||||||
"format": "{name}: {icon}",
|
"format": "{name}: {icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"focused": "",
|
"active": "",
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"sort-by-number": true,
|
"sort-by-number": true,
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family:
|
font-family: FontAwesome, Fira Sans, sans-serif;
|
||||||
FontAwesome,
|
|
||||||
Fira Sans,
|
|
||||||
sans-serif;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
@ -92,9 +89,9 @@ button:hover {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*#clock {
|
#clock {
|
||||||
background-color: #5d0456;
|
background-color: #5d0456;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #5d0456;
|
background-color: #5d0456;
|
||||||
|
Loading…
Reference in New Issue
Block a user