nixos: gen 177 @ nix-pad — 2026-07-31 01:11

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-31 01:11:40 -06:00
parent 3549b3a5c3
commit 9672ed5153
2 changed files with 85 additions and 85 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ let
PRIMARY=$(jq -r '.["colors"]["dark"]["surface_container_lowest"]' "$THEME_CACHE" | tr -d '#')
ON_PRIMARY=$(jq -r '.["colors"]["dark"]["on_background"]' "$THEME_CACHE" | tr -d '#')
wvkbd-mobintl --hidden --auto --no-popup --bg "$BG" --press "$BG" --fg "$FG" --text "$TXT" --fg-sp "$PRIMARY" --text-sp "$ON_PRIMARY" -L 300
wvkbd-mobintl --hidden --no-popup --bg "$BG" --press "$BG" --fg "$FG" --text "$TXT" --fg-sp "$PRIMARY" --text-sp "$ON_PRIMARY" -L 300
else
wvkbd-mobintl --hidden --auto --no-popup
wvkbd-mobintl --hidden --no-popup
fi
'';
in