waybar: edit modules layout
Moved network and bluetooth modules to the left
This commit is contained in:
parent
b9b469b3a4
commit
230c47b9f7
2 changed files with 1 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -156,7 +156,6 @@ tooltip {
|
|||
|
||||
#network {
|
||||
color: #f9e2af;
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue