feat(waybar): enable battery

This commit is contained in:
Lucien Cartier-Tilet 2025-06-14 18:49:49 +02:00
parent a7f280cf30
commit 0fb94b064e
Signed by: phundrak
SSH Key Fingerprint: SHA256:5IBMlJF+Zue11FtWK5bLZw2WOy2PshX3ATth2H5JMoQ

View File

@ -71,7 +71,7 @@
swaync = true; swaync = true;
waybar = { waybar = {
enable = true; enable = true;
battery = false; battery = true;
style = ./config/waybar/style.css; style = ./config/waybar/style.css;
}; };
}; };