diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 13:34:32 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 13:34:32 +0530 |
| commit | cb3d8f21b6a6d606657166bff5b67dc3818cccbe (patch) | |
| tree | 1719f2945f0a57f39db19e2080ac181f63dc4d1e /config/waybar | |
| parent | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (diff) | |
modify
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/config | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/config/waybar/config b/config/waybar/config index 24cb4f0..ff5a1cf 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -1,6 +1,5 @@ { "layer": "top", - "output": "eDP-1", "height": 40, "modules-left": ["custom/launcher", "hyprland/workspaces", "hyprland/window"], "modules-right": ["tray", "cpu", "backlight", "battery", "clock"], @@ -10,23 +9,11 @@ "format": "<span font='24'></span>" }, "hyprland/workspaces": { - "persistent-workspaces": { - "*": 10 - }, "disable-scroll": true, - "format": "{icon}", - "on-click": "activate", - "format-icons": { - "urgent": "", - "active": "", - "empty": "", - "default": "", - "sort-by-number": true - }, + "on-click": "activate" }, "hyprland/window": { "format": "> {title}", - "separate-outputs": false }, "tray": { "spacing": 10 |
