diff --git a/home/waybar.nix b/home/waybar.nix index ca5d1c9c..fe9e4ae3 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -3,8 +3,8 @@ let opacity = lib.strings.floatToString config.stylix.opacity.terminal; icons = false; - position = "top"; - opposite = builtins.replaceStrings ["left" "right" "top" "bottom"] ["right" "left" "bottom" "top"] position; + position = "right"; + opposite = builtins.replaceStrings [ "left" "right" "top" "bottom" ] [ "right" "left" "bottom" "top" ] position; isVertical = position == "left" || position == "right"; modules = { tray = {