stuff
This commit is contained in:
parent
7f859b3305
commit
62df19e39f
7 changed files with 30 additions and 9 deletions
|
|
@ -76,7 +76,7 @@
|
|||
"format": "{icon}",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": "",
|
||||
"tooltip-format": "Battery ({capacity}%)\n{power}W {time}"
|
||||
"tooltip-format": "Battery ({capacity}%)\n{time}\n{power}W"
|
||||
},
|
||||
|
||||
"clock": {
|
||||
|
|
@ -91,9 +91,9 @@
|
|||
"on-click-right": "mode",
|
||||
"format": {
|
||||
"months": "<span color='#ffffff'><b>{}</b></span>",
|
||||
"days": "<span color='#999999'>{}</span>",
|
||||
"weeks": "<span color='#505050'>W{}</span>",
|
||||
"weekdays": "<span color='#7f7f7f'>{}</span>",
|
||||
"days": "<span color='#ffffff'>{}</span>",
|
||||
"weeks": "<span color='#7f7f7f'>W{}</span>",
|
||||
"weekdays": "<span color='#999999'>{}</span>",
|
||||
"today": "<span color='#7fc8ff'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
* {
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
font-family: Symbols Nerd Font, Adwaita Sans, sans-serif;
|
||||
font-weight: 600;
|
||||
font-family: Symbols Nerd Font, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue