waybar: Don't show icons by default

Text is more subtle and puts more focus away from the bar.
This commit is contained in:
Donovan Glover 2023-06-30 10:37:25 -04:00
parent 6d272d5c20
commit 0f15d939da
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";