Compare commits

...

4 commits

Author SHA1 Message Date
Penelope Gwen
ca284656da New backup 2025-07-25 14:15:12 2025-07-25 14:15:12 -07:00
Penelope Gwen
9bc95e9a98 Merge branch 'main' of ssh://git.pogmom.me:10022/pogmommy/dotfiles 2025-07-25 14:15:12 -07:00
Penelope Gwen
2d3a1c9ec8 Merge branch 'main' of ssh://git.pogmom.me:10022/pogmommy/dotfiles 2025-07-25 14:04:35 -07:00
Penelope Gwen
e80b0f5705 New backup 2025-07-25 14:04:09 2025-07-25 14:04:09 -07:00
2 changed files with 3 additions and 3 deletions

View file

@ -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})))

View file

@ -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