diff --git a/home/waybar/default.nix b/home/waybar/default.nix index 27812df3..324940d6 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -16,7 +16,7 @@ }; settings.main = { layer = "top"; - position = "bottom"; + position = "top"; # Layout "modules-left" = ["hyprland/window" "mpris"]; "modules-center" = ["hyprland/workspaces"]; @@ -211,7 +211,7 @@ custom-indicator = "{ICON}{temp_C}({FeelsLikeC})"; in { "format" = "{}°"; - "tooltip" = false; + "tooltip" = true; "interval" = 900; # Every 15 minutes "exec" = ''${pkgs.wttrbar}/bin/wttrbar --location Didcot --date-format "${date-format}" --custom-indicator "${custom-indicator}"''; "return-type" = "json"; @@ -239,7 +239,7 @@ window > box { color: ${base05}; background: alpha(${base00}, ${toString opacity.desktop}); - margin: 0px 10px 5px; + margin: 5px 10px 0px; padding: 0px; border: 1px solid ${accent}; border-radius: 10px;