From 578162a266c16189891e77ce6a46d3639867a51a Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 5 Sep 2023 04:32:00 +0000 Subject: [PATCH] sxmo: fix waybar height --- hosts/modules/gui/sxmo/waybar-top.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/modules/gui/sxmo/waybar-top.nix b/hosts/modules/gui/sxmo/waybar-top.nix index 11594a60..270498a4 100644 --- a/hosts/modules/gui/sxmo/waybar-top.nix +++ b/hosts/modules/gui/sxmo/waybar-top.nix @@ -2,6 +2,8 @@ # format specifiers: https://fmt.dev/latest/syntax.html#syntax # this is merged with the sway/waybar-top.nix defaults { + height = 26; + modules-left = [ "sway/workspaces" ]; modules-center = [ ]; modules-right = [ "custom/sxmo" ];