hello everyone,
i wanted to switch to polybar from the i3bar but i cant seem to find the reason why polybar is not showing up. it shows up if i run it in my terminal.
my i3 config file i simply added the exec_always --no-startup-id ~/.config/polybar/launch.sh
and commented out the bar
here is the i3 config file
config
as for polybar its a basic and simple one
launch.sh
#!/bin/bash
# Terminate already running bar instances
killall -q polybar
# If all your bars have ipc enabled, you can also use
# polybar-msg cmd quit
# Launch Polybar, using default config location ~/.config/polybar/config.ini
polybar mybar 2>&1 | tee -a /tmp/polybar.log & disown
echo "Polybar launched...
and
config.ini
please help me, thank u very much