This commit is contained in:
coast 2025-09-26 03:15:06 +03:30
parent a442414a9a
commit 13128c8842
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@
"battery",
"cpu",
"memory",
"disk",
// "disk",
"clock",
"tray"
],
@ -74,7 +74,7 @@
"critical": 15
},
"format": "BAT: {capacity}%{time}",
"format-plugged": "{capacity}% ",
"format-plugged": "",
"format-alt": "Bat {capacity}%",
"format-time": "{H}:{M}",
},

View file

@ -20,6 +20,7 @@ button,
#tray {
transition-property: none;
animation: none;
margin-top: 4px;
}
window#waybar {