Change order of waybar modules
This commit is contained in:
parent
497b9d13f8
commit
4cade0e18c
|
@ -28,9 +28,12 @@
|
|||
"~/.config/waybar/modules.json"
|
||||
"~/.config/waybar/layout.json"
|
||||
];
|
||||
"modules-left" = ["cpu" "memory" "temperature"];
|
||||
"modules-center" = ["wlr/workspaces"];
|
||||
"modules-left" = ["wlr/workspaces"];
|
||||
"modules-center" = ["clock"];
|
||||
"modules-right" = [
|
||||
"cpu"
|
||||
"memory"
|
||||
"temperature"
|
||||
"pulseaudio"
|
||||
"bluetooth"
|
||||
"network"
|
||||
|
|
Loading…
Reference in a new issue