mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
waybar: Don't show icons by default
Text is more subtle and puts more focus away from the bar.
This commit is contained in:
parent
6d272d5c20
commit
0f15d939da
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user