We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c1a05 commit 231aca3Copy full SHA for 231aca3
system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just
@@ -252,7 +252,7 @@ ptyxis-transparency opacity="0.95":
252
set -euxo pipefail
253
if [[ -n "$(echo "{{ opacity }}" | grep -v '^[.0-9]*$')" ]]; then
254
printf "Value must be numeric: %s.\n" "{{ opacity }}"
255
- elif [[ $(echo "0<{{ opacity }} && 1>{{ opacity }}" | bc -q) -eq 1 ]]; then
+ elif [[ $(echo "0<{{ opacity }} && 1>={{ opacity }}" | bc -q) -eq 1 ]]; then
256
raw="$(gsettings get org.gnome.Ptyxis profile-uuids)"
257
uuids="$(sed -En 's|[^0-9a-z]*||g; s|([0-9a-z]{32})|\1\n|gp' <<<${raw})"
258
for i in ${uuids}; do
0 commit comments