home/sway: simplify string interpolation

This commit is contained in:
Aly Raffauf 2024-07-21 21:22:03 -04:00
parent e8bcf5b606
commit 1fc99a0d6a

View file

@ -15,7 +15,7 @@ in {
config = {
bars = [{command = lib.getExe pkgs.waybar;}];
modifier = "${modifier}";
modifier = modifier;
colors.background = "${cfg.theme.colors.primary}EE";
colors.focused = {