My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: fixed battery display when charging

+2 -1
+2 -1
waybar/.config/waybar/config.jsonc
··· 117 117 "battery#percentage": { 118 118 "interval": 60, 119 119 "tooltip": false, 120 - "format": "{capacity}%" 120 + "format": "{capacity}%", 121 + "format-charging": "" 121 122 }, 122 123 123 124 "clock": {