mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-03 17:53:58 +00:00
Merge branch 'main' into testing
This commit is contained in:
commit
8360bc2ad6
@ -252,7 +252,7 @@ ptyxis-transparency opacity="0.95":
|
||||
set -euxo pipefail
|
||||
if [[ -n "$(echo "{{ opacity }}" | grep -v '^[.0-9]*$')" ]]; then
|
||||
printf "Value must be numeric: %s.\n" "{{ opacity }}"
|
||||
elif [[ $(echo "0<{{ opacity }} && 1>{{ opacity }}" | bc -q) -eq 1 ]]; then
|
||||
elif [[ $(echo "0<{{ opacity }} && 1>={{ opacity }}" | bc -q) -eq 1 ]]; then
|
||||
raw="$(gsettings get org.gnome.Ptyxis profile-uuids)"
|
||||
uuids="$(sed -En 's|[^0-9a-z]*||g; s|([0-9a-z]{32})|\1\n|gp' <<<${raw})"
|
||||
for i in ${uuids}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user