From 230c47b9f7ece1dfcaf4208e60af62cbd2d86300 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 3 Jan 2024 10:24:10 +0100 Subject: [PATCH] waybar: edit modules layout Moved network and bluetooth modules to the left --- bar/waybar/config.jsonc | 4 +--- bar/waybar/style.css | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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; }