diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-18 13:38:33 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-18 13:38:33 -0500 |
| commit | eb6f37f9364212d8893b1f879872b98b2ef503a8 (patch) | |
| tree | b5b83c8a7fc59bbce4d6e67f44f29a76a5da9130 /modules/user/desktop/components/waybar/default.nix | |
| parent | d97f055798ed93a42c1825a423b91dc320a5b267 (diff) | |
finish retheming
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 = ""; |
