Skip to content

Commit

Permalink
fix: add compton compositor to fix missing transparency effects in Wa…
Browse files Browse the repository at this point in the history
…sabi UI
  • Loading branch information
remcoros committed Apr 18, 2024
1 parent f15be8a commit eb959f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN \
# dark theme
hsetroot \
gnome-themes-extra \
compton \
# desktop notifications
xfce4-notifyd \
libnotify-bin \
Expand Down
5 changes: 5 additions & 0 deletions docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ EOF
# Copy default files
cp /defaults/.backupignore /config/.backupignore

# always overwrite autostart in case we change it
mkdir -p /config/.config/openbox
cp /defaults/autostart /config/.config/openbox/autostart
chown -R abc:abc /config/.config/openbox

if [ ! -f /config/.walletwasabi/client/Config.json ]; then
echo "No Wasabi config file found, creating default"
mkdir -p /config/.walletwasabi/client/
Expand Down
3 changes: 3 additions & 0 deletions root/defaults/autostart
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# run a compositor to get transparency effects
compton -cb

wassabee

0 comments on commit eb959f0

Please sign in to comment.