Ctrl + K

General Discussion

Ctrl + K

flatrute (phpBB)

(@phpbb_115:legoisland.org)

6/16/2026, 7:31:24 AM
sadlyascii 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)
Since 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 from

Code: Select all

<code>/sys/class/power_supply/BAT*/</code>
and makes sway's default bar call it by adding this in your config (with editing from /path/to/script to the actual script's path, of course):

Code: Select all

<code>bar * status_command /path/to/script</code>
Also, read the manual :tf:

Code: Select all

<code>man 5 sway</code>
sadlyascii wrote: ↑Tue Jan 27, 2026 6:42 pm