Skip to content

Commit

Permalink
docs: changed kB to bytes in EWW_RAM description (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar authored Aug 25, 2024
1 parent 5212e62 commit 6b6e236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eww/src/config/inbuilt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define_builtin_vars! {
// @prop { <name>: temperature }
"EWW_TEMPS" [2] => || Ok(DynVal::from(get_temperatures())),

// @desc EWW_RAM - Information on ram and swap usage in kB.
// @desc EWW_RAM - Information on ram and swap usage in bytes.
// @prop { total_mem, free_mem, total_swap, free_swap, available_mem, used_mem, used_mem_perc }
"EWW_RAM" [2] => || Ok(DynVal::from(get_ram())),

Expand Down

0 comments on commit 6b6e236

Please sign in to comment.