forked from extern/nix-config
waybar: Show on right
This commit is contained in:
parent
271de3f573
commit
4a9861b1a4
@ -3,8 +3,8 @@
|
|||||||
let
|
let
|
||||||
opacity = lib.strings.floatToString config.stylix.opacity.terminal;
|
opacity = lib.strings.floatToString config.stylix.opacity.terminal;
|
||||||
icons = false;
|
icons = false;
|
||||||
position = "top";
|
position = "right";
|
||||||
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";
|
||||||
modules = {
|
modules = {
|
||||||
tray = {
|
tray = {
|
||||||
|
Loading…
Reference in New Issue
Block a user