sway icon indicating copy to clipboard operation
sway copied to clipboard

Replace bar from included config

Open eulenleber opened this issue 2 years ago • 3 comments

my config contains include /etc/sway/config

Now the status_command shall be replaced - but I just get another bar and can not replace the one defined in /etc/sway/config Changing the id to 0 just swaps the bars.

How is it supposed to work?

defining id bar-1 in /etc/ and ~/ just yields two bars with the status_command of ~

eulenleber avatar Mar 16 '23 07:03 eulenleber

I have the same issue.

cheng-dai avatar Mar 27 '23 16:03 cheng-dai

looking into /etc/sway/config

# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.

You are supposed to copy and modify that config file, not include it into your own.

diggit avatar Apr 08 '23 20:04 diggit

I have the same issue but with another use case. My main config is for i3, I include it in my sway config and override things that need to be different in wayland. This is working flawlessly, and the only exception is that I cannot override the bar! This wasn't an issue until I switched to waybar. 😇

AlexDaniel avatar Jul 18 '24 21:07 AlexDaniel