diff options
Diffstat (limited to 'config/waybar-2/config.jsonc')
| -rw-r--r-- | config/waybar-2/config.jsonc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/waybar-2/config.jsonc b/config/waybar-2/config.jsonc new file mode 100644 index 0000000..a2ed085 --- /dev/null +++ b/config/waybar-2/config.jsonc @@ -0,0 +1,27 @@ +{ + "layer": "top", + "position": "bottom", + "height": 35, + "spacing": 4, + "modules-left": ["hyprland/workspaces"], + "modules-center": ["hyprland/window"], + "modules-right": ["clock"], + + "hyprland/workspaces": { + "disable-scroll": true, + "all-outputs": true, + "format": "{id}", + "on-click": "activate" + }, + + "hyprland/window": { + "format": "{}", + "max-length": 40, + "separate-outputs": true + }, + + "clock": { + "format": "{:%I:%M %p}", + "tooltip": false + } +} |
