• 4 Posts
  • 47 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle
  • Well the join-lemmy.org docker-compose file reads docker.io/postgres:16-alpine, and with your mention, I switched from version 15 to 16 but the postgres container errored with not being compatible with a version 15 initialized data directory.

    My instance has been running fine on v15 so far. (I switched back to 15 in the compose file and it works again)

    Would be nice with lemmy documentation how to migrate from 15 to 16.




















  • I installed yambar to check it out. I had to name the config ´config.yml´ and not ´config.yaml´ which you have. With that I could launch it from the terminal.

    However I couldn’t make it launch from sway by swapping out my ´waybar´ to ´yambar´, so I can’t help you there from my quick test. This is my section for the bar in ´~/.config/sway/config`

    bar {
        id default
        position top
        swaybar_command waybar
    }
    

    Go and see if you can even launch it from the terminal first.

    edit: Got curious by your mentioned status_command

    With that yambar shows up, but also the default swaybar. I could hide it with:

    bar {
        id default
        position top
        mode hide
        status_command yambar
    }