diff options
Diffstat (limited to 'modules/user/desktop/components/waybar/default.nix')
| -rw-r--r-- | modules/user/desktop/components/waybar/default.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/user/desktop/components/waybar/default.nix b/modules/user/desktop/components/waybar/default.nix index 02747c4..0fa0f16 100644 --- a/modules/user/desktop/components/waybar/default.nix +++ b/modules/user/desktop/components/waybar/default.nix @@ -21,8 +21,6 @@ "battery" "network" "wireplumber" - "cpu" - "memory" ]; backlight = { @@ -56,7 +54,6 @@ tooltip-format-critical = "plug yo shit in NOW!!"; }; - cpu.format = "{avg_frequency} GHz"; clock = { format = "{:%A, %b %d %Y - %H:%M %Z}"; # i am the time god. fear me. @@ -76,16 +73,6 @@ tooltip-format = "{tz_list}"; }; - memory = { - format = "{used}/{total} GiB"; - states = { - critical = 90; - warning = 70; - }; - - tooltip-format = "{percentage}% used"; - }; - network = { format-disabled = ""; format-disconnected = ""; |
