Skip to content

Commit

Permalink
before update
Browse files Browse the repository at this point in the history
  • Loading branch information
Czichy committed Feb 27, 2025
1 parent 73417f8 commit 0d05fbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ in {
"swayosd --max-volume 150"
"xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 1"

(mkIf agenixCheck "ib-tws-native -u $(< ${ibkr.user}) -p $(< ${ibkr.password})")
(mkIf (!agenixCheck) "ib-tws-native")
(mkIf agenixCheck "ib-tws-native-latest -u $(< ${ibkr.user}) -p $(< ${ibkr.password})")
(mkIf (!agenixCheck) "ib-tws-native-latest")
];

bind =
Expand Down

0 comments on commit 0d05fbe

Please sign in to comment.