Skip to content

Commit

Permalink
dist/x4 pasystray xrandr
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 22, 2024
1 parent c4a731f commit 08841d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions distros/src/Dockerfile.apk-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,17 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# Apps2
# lxtask: none
# sakura #@3.19
# plank #none
# rofi clipit pnmixer lxappearance \ #@3.19
# thunar tint2
# v3.13: +rofi clipit pnmixer lxappearance
# pnmixer> pasystray
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pnmixer lxappearance; \
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pnmixer lxappearance; \
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pasystray xrandr lxappearance; \
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pasystray xrandr lxappearance; \
exit 0;

# XFCE4
# plank #none
# rofi clipit pnmixer lxappearance \ #@3.19
# thunar tint2
# xfdesktop4 > xfdesktop @alpine3.19
# v3.1: xfwm4 (4.10.1-r0)
# v3.2: xfwm4 (4.12.3-r0)
Expand Down
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.apt-debian
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# ln -s /usr/bin/thunar /usr/bin/pcmanfm; \
mv /usr/bin/st /usr/bin/st00; ln -s /usr/bin/sakura /usr/bin/st; \
test "14.04" == "${VER}" && exit 0; \
apt.sh pnmixer plank engrampa; \
apt.sh pasystray xrandr plank engrampa; \
exit 0

# # wps: libxss1
Expand Down
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.apt-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# ln -s /usr/bin/thunar /usr/bin/pcmanfm; \
mv /usr/bin/st /usr/bin/st00; ln -s /usr/bin/sakura /usr/bin/st; \
test "14.04" == "${VER}" && exit 0; \
apt.sh pnmixer plank engrampa; \
apt.sh pasystray xrandr plank engrampa; \
exit 0

# # wps: libxss1
Expand Down
6 changes: 3 additions & 3 deletions distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# sakura+
# zyp-ex: clipit pnmixer
# plank rofi clipit pnmixer lxappearance thunar \
# tint2
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
zyp.sh pavucontrol \
zyp.sh pavucontrol pasystray xrandr \
ibus ibus-rime flameshot \
sakura thunar lxappearance geany ristretto engrampa gnome-system-monitor; \
exit 0

# XFCE4
# plank rofi clipit pnmixer lxappearance thunar \
# tint2
# xfdesktop4 > xfdesktop @opsuse15.5
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# 2536 kB #18.9 MB > 14.3 MB
Expand Down

0 comments on commit 08841d1

Please sign in to comment.