From 0f15d939da08da952c6fe76080413011bf7f63e4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 30 Jun 2023 10:37:25 -0400 Subject: [PATCH] waybar: Don't show icons by default Text is more subtle and puts more focus away from the bar. --- home/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/waybar.nix b/home/waybar.nix index 2feea56b..216da465 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -2,7 +2,7 @@ let opacity = lib.strings.floatToString config.stylix.opacity.terminal; - icons = true; + icons = false; position = "top"; opposite = builtins.replaceStrings ["left" "right" "top" "bottom"] ["right" "left" "bottom" "top"] position; isVertical = position == "left" || position == "right";