diff options
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 24d741d..b84b3e4 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,17 +1,16 @@ { "layer": "top", - "position": "top", + "position": "bottom", "output": "DP-2", - "height": 50, "reload_style_on_change": true, "modules-left": [ - "hyprland/workspaces", - "hyprland/window" + "hyprland/workspaces" + // "hyprland/window" ], "modules-right": [ "custom/recording", "tray", - "image#album-art", + // "image#album-art", "custom/tasks", "custom/music", "custom/packages", |