refactor: kill custom modules scripts en destroy

This commit is contained in:
Alex
2019-04-23 15:56:38 +02:00
parent cccf60c30e
commit 90d89fe974
11 changed files with 107 additions and 35 deletions

View File

@ -68,7 +68,8 @@
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": "{usage}% "
"format": "{usage}% ",
"tooltip": false
},
"memory": {
"format": "{}% "

View File

@ -74,6 +74,10 @@ window#waybar.hidded {
animation-direction: alternate;
}
label:focus {
background-color: #000000;
}
#cpu {
background: #2ecc71;
color: #000000;