cleanup
This commit is contained in:
parent
c7cb20b7be
commit
01f0129c2f
18 changed files with 110 additions and 261 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue