From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- config/waybar-2/config.jsonc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/waybar-2/config.jsonc (limited to 'config/waybar-2/config.jsonc') 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 + } +} -- cgit v1.2.3