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