01-29-2021, 11:17 PM
Why do you use waybar (which is by the way not part of sway project), not a personnalized one ?
There's ton of examples over internet, mine is this shell script : https://dpaste.com/5MDYNWSK2
you have to call it from the sway config file :
[...]
bar {
position top
status_command /home/remy/bin/sway_panel.sh
[...]
There's ton of examples over internet, mine is this shell script : https://dpaste.com/5MDYNWSK2
you have to call it from the sway config file :
[...]
bar {
position top
status_command /home/remy/bin/sway_panel.sh
[...]