waybar: edit modules layout

Moved network and bluetooth modules to the left
This commit is contained in:
GaspardCulis 2024-01-03 10:24:10 +01:00
parent b9b469b3a4
commit 230c47b9f7
2 changed files with 1 additions and 4 deletions

View file

@ -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",

View file

@ -156,7 +156,6 @@ tooltip {
#network {
color: #f9e2af;
border-radius: 10px 0px 0px 10px;
border-left: 0px;
border-right: 0px;
}