From 66bea8024515af822e74a70be198ab46f59a4d05 Mon Sep 17 00:00:00 2001 From: Carlos Sousa Date: Sat, 15 Mar 2025 15:25:45 +0100 Subject: [PATCH] change waybar workspace naming --- config/waybar/config.jsonc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 5cbd0c1..ef0efad 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -36,15 +36,17 @@ //"disable-scroll": true, "all-outputs": true, "warp-on-scroll": false, + //"format": "{name}: {icon}", "format": "{name}: {icon}", "format-icons": { - "1": "", // Current Work / Task - "2": "", // Documentation - "3": "🌐", // Browser - "4": "", // Console / Batch - "5": "🎮", // Fun / Leisure - "6": "", // Communication + "1": " Work", // Current Work / Task + "2": " Docs", // Documentation + "3": "🌐 Browser", // Browser + "4": " Term", // Console / Batch + "5": "🎮 Fun", // Fun / Leisure + "6": " Comms", // Communication "7": "", + //"active": "", "urgent": "", "focused": "", "default": ""