Skip to content

Commit

Permalink
Fix ram usage in example
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Sep 12, 2021
1 parent 4a56b74 commit baad2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eww-bar/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:value volume
:onchange "amixer -D pulse sset Master {}%")
(metric :label ""
:value EWW_RAM
:value {EWW_RAM.used_mem_perc}
:onchange "")
(metric :label "💾"
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
Expand Down

0 comments on commit baad2bf

Please sign in to comment.