This commit is contained in:
Matt Nish-Lapidus 2025-02-21 13:07:22 -05:00
parent c7cb20b7be
commit 01f0129c2f
18 changed files with 110 additions and 261 deletions

View file

@ -79,7 +79,7 @@ in {
"memory" = {
"interval" = 30;
"format" = "{used =0.1f}G/{total =0.1f}G ";
"format" = "{used:0.1f}G/{total:0.1f}G ";
"on-click" = "$HOME/.local/bin/wezapp btop";
};
@ -105,7 +105,7 @@ in {
};
"clock" = {
"format" = "{ =%a %d %b %Y %I =%M}";
"format" = "{:%I:%M %a %d %b %Y}";
"on-click" = "gnome-calendar";
"tooltip" = false;
};