mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 07:26:05 +02:00
waybar: Show on right
This commit is contained in:
parent
271de3f573
commit
4a9861b1a4
@ -3,7 +3,7 @@
|
||||
let
|
||||
opacity = lib.strings.floatToString config.stylix.opacity.terminal;
|
||||
icons = false;
|
||||
position = "top";
|
||||
position = "right";
|
||||
opposite = builtins.replaceStrings [ "left" "right" "top" "bottom" ] [ "right" "left" "bottom" "top" ] position;
|
||||
isVertical = position == "left" || position == "right";
|
||||
modules = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user