diff options
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index fc6a12a..3555c2f 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,12 +1,12 @@ { "layer": "top", // "position": "bottom", - "output": "DP-2", + // "output": "DP-2", "reload_style_on_change": true, "modules-left": [ - "hyprland/workspaces", - "custom/layout", - "hyprland/window" + "hyprland/workspaces" + // "custom/layout", + // "hyprland/window" ], "modules-right": [ "custom/recording", |