Tweak the status bar

This commit is contained in:
Ohad Livne 2025-06-04 22:44:35 +03:00
parent f5ff9e854f
commit 28764d0d9f
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -251,7 +251,7 @@ bar {
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # The default just shows the current date and time.
status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done status_command while echo $(date +'%Y-%m-%d %H:%M:%S') 🔋$(cat /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:00/power_supply/BAT0/capacity)%; do sleep 1; done
colors { colors {
statusline #ffffff statusline #ffffff