Compare commits

..

2 Commits

Author SHA1 Message Date
exu
4572c100cc Disable clock background 2023-11-23 19:55:06 +01:00
exu
865159430b Change workspace handling 2023-11-23 19:54:57 +01:00
2 changed files with 7 additions and 4 deletions

View File

@ -11,7 +11,7 @@
"format": "{name}: {icon}", "format": "{name}: {icon}",
"format-icons": { "format-icons": {
"urgent": "", "urgent": "",
"active": "", "focused": "",
"default": "" "default": ""
}, },
"sort-by-number": true, "sort-by-number": true,

View File

@ -1,6 +1,9 @@
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `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; font-size: 12px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
@ -89,9 +92,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;