diff options
author | awy <awy@awy.one> | 2025-08-14 05:51:09 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 05:51:09 +0300 |
commit | b0177b93270eee6b76bbde6109e167a9f68119ae (patch) | |
tree | f97416e3e5818314369d6761697558c2c22c4465 /.config/waybar/config.jsonc | |
parent | 222fe9a9ffc5430ea28173f01482f30b26f22648 (diff) | |
download | hyprdots-b0177b93270eee6b76bbde6109e167a9f68119ae.tar.gz |
update & fix
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", |