diff --git a/.config/waybar/config b/.config/waybar/config
index df5747ff..c5f024a0 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -1,11 +1,11 @@
{
"layer": "top",
"modules-left": [
- "sway/workspaces",
+ "niri/workspaces",
"sway/mode"
],
"modules-center": [
- "sway/window"
+ "niri/window"
],
"modules-right": [
"cpu",
@@ -15,25 +15,22 @@
"tray",
"clock"
],
- "sway/window": {
+ "niri/window": {
"max-length": 50
},
- // "niri/workspaces": {
- // "disable-scroll": false,
- // },
"niri/workspaces": {
- "format": "{icon}",
- "format-icons": {
- // Named workspaces
- // (you need to configure them in niri)
- "browser": "",
- "discord": "",
- "chat": "",
- // Icons by state
- "active": "",
- "default": ""
- }
- }
+ // "format": "{icon}",
+ // "format-icons": {
+ // // Named workspaces
+ // // (you need to configure them in niri)
+ // "browser": "",
+ // "discord": "",
+ // "chat": "",
+ // // Icons by state
+ // "active": "",
+ // "default": ""
+ // }
+ },
// "sway/workspaces": {
// "disable-scroll" : false,
// },