diff --git a/bar/waybar/config.jsonc b/bar/waybar/config.jsonc index d58b824..7c107a7 100755 --- a/bar/waybar/config.jsonc +++ b/bar/waybar/config.jsonc @@ -6,11 +6,9 @@ "passthrough": false, "gtk-layer-shell": true, "height": 50, - "modules-left": ["clock", "custom/weather", "hyprland/workspaces"], + "modules-left": ["clock", "network", "bluetooth", "hyprland/workspaces"], "modules-center": ["hyprland/window"], "modules-right": [ - "network", - "bluetooth", "memory", "cpu", "temperature", diff --git a/bar/waybar/style.css b/bar/waybar/style.css index c40f55f..fe41a6c 100755 --- a/bar/waybar/style.css +++ b/bar/waybar/style.css @@ -156,7 +156,6 @@ tooltip { #network { color: #f9e2af; - border-radius: 10px 0px 0px 10px; border-left: 0px; border-right: 0px; }