Remove some waybar modules for Northstar, use sway workspaces and compact clock modules
This commit is contained in:
parent
3eb36b9f02
commit
38066dfc89
|
@ -12,20 +12,9 @@
|
||||||
"~/.config/waybar/modules.json"
|
"~/.config/waybar/modules.json"
|
||||||
"~/.config/waybar/layout.json"
|
"~/.config/waybar/layout.json"
|
||||||
];
|
];
|
||||||
"modules-left" = ["wlr/workspaces"];
|
"modules-left" = ["sway/workspaces"];
|
||||||
"modules-center" = ["clock"];
|
"modules-center" = ["clock#compact"];
|
||||||
"modules-right" = [
|
"modules-right" = ["network" "battery" "tray"];
|
||||||
"cpu"
|
|
||||||
"memory"
|
|
||||||
"temperature"
|
|
||||||
"pulseaudio"
|
|
||||||
"bluetooth"
|
|
||||||
"network"
|
|
||||||
"backlight"
|
|
||||||
"battery"
|
|
||||||
"battery#bat2"
|
|
||||||
"tray"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
2
waybar
2
waybar
|
@ -1 +1 @@
|
||||||
Subproject commit 983d33a190961250d240dd94ad9906040a5c40eb
|
Subproject commit 5822f40637d18e8e72995604022b22eba067b815
|
Loading…
Reference in a new issue