Compare commits
4 commits
683e29fed7
...
ca284656da
Author | SHA1 | Date | |
---|---|---|---|
|
ca284656da | ||
|
9bc95e9a98 | ||
|
2d3a1c9ec8 | ||
|
e80b0f5705 |
2 changed files with 3 additions and 3 deletions
|
@ -16,4 +16,4 @@
|
|||
(metric :label " "
|
||||
:value {round((EWW_RAM.total_mem - EWW_RAM.free_mem) / EWW_RAM.total_mem,2) * 100})
|
||||
(metric :label " "
|
||||
:value {round((EWW_RAM.total_swap - EWW_RAM.free_swap) / EWW_RAM.total_swap,2) * 100})))
|
||||
:value {(EWW_RAM.total_swap != 0) ? round((EWW_RAM.total_swap - EWW_RAM.free_swap) / EWW_RAM.total_swap,2) * 100 : 100})))
|
||||
|
|
|
@ -172,8 +172,8 @@ SetEditor=false
|
|||
1920x1200 screen: Width=712
|
||||
2 screens: Height=467
|
||||
2 screens: Width=704
|
||||
2048x1280 screen: Height=592
|
||||
2048x1280 screen: Width=854
|
||||
2048x1280 screen: Height=713
|
||||
2048x1280 screen: Width=984
|
||||
3 screens: Height=1364
|
||||
3 screens: Width=3106
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue