Ctrl + KGeneral Discussion
Ctrl + KSince you seems to aim for minimalist look, you could follow the UNIX philosophy and write a shell script that echos your computer's battery status fromsadlyascii wrote: ↑Tue Jan 27, 2026 6:42 pm its sway (i installed it instead of gnome shell and now i dont even know how to see my battery percentage)
Code: Select all
<code>/sys/class/power_supply/BAT*/</code>
Code: Select all
<code>bar * status_command /path/to/script</code>
Code: Select all
<code>man 5 sway</code>