1
0
forked from extern/nix-config

waybar: Show on right

This commit is contained in:
Donovan Glover 2023-07-01 22:37:01 -04:00
parent 271de3f573
commit 4a9861b1a4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,8 +3,8 @@
let
opacity = lib.strings.floatToString config.stylix.opacity.terminal;
icons = false;
position = "top";
opposite = builtins.replaceStrings ["left" "right" "top" "bottom"] ["right" "left" "bottom" "top"] position;
position = "right";
opposite = builtins.replaceStrings [ "left" "right" "top" "bottom" ] [ "right" "left" "bottom" "top" ] position;
isVertical = position == "left" || position == "right";
modules = {
tray = {