forked from extern/nix-config
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
|
let
|
||||||
opacity = lib.strings.floatToString config.stylix.opacity.terminal;
|
opacity = lib.strings.floatToString config.stylix.opacity.terminal;
|
||||||
icons = true;
|
icons = false;
|
||||||
position = "top";
|
position = "top";
|
||||||
opposite = builtins.replaceStrings ["left" "right" "top" "bottom"] ["right" "left" "bottom" "top"] position;
|
opposite = builtins.replaceStrings ["left" "right" "top" "bottom"] ["right" "left" "bottom" "top"] position;
|
||||||
isVertical = position == "left" || position == "right";
|
isVertical = position == "left" || position == "right";
|
||||||
|
Loading…
Reference in New Issue
Block a user