From b152ab6cf98db2ccec24b2ef4302d5c4bfaaab7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 21 Jul 2022 00:38:34 -0300 Subject: [PATCH] waybar add workspace icons --- user/home.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/user/home.nix b/user/home.nix index 57741f4..9abbfe2 100644 --- a/user/home.nix +++ b/user/home.nix @@ -235,6 +235,25 @@ in { format-linked = ""; format-disconnected = ""; }; + "sway/workspaces" = { + enable-bar-scroll = true; + format = "{icon}"; + format-icons = { + "1" = ""; + "2" = ""; + "3" = ""; + "4" = ""; + "5" = ""; + "6" = ""; + "7" = ""; + "8" = ""; + "9" = ""; + "10" = ""; + urgent = ""; + focused = ""; + default = ""; + }; + }; clock = { interval = 60; format = "{:%H:%M %a %d/%m}";