Commit 6ecd792 1 parent 6919559 commit 6ecd792 Copy full SHA for 6ecd792
File tree 3 files changed +22
-2
lines changed
system/usr/share/ublue-os/just
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- set -ouex pipefail
3
+ set -oeux pipefail
4
4
5
5
# Battery panel icon tweaks (stay on full icon from 100% to 90%)
6
6
cd /usr/share/icons/Chicago95
@@ -14,5 +14,13 @@ for f in $(find . -name "battery-level-90*"); do
14
14
fi
15
15
done
16
16
17
+ # TODO: remove when https://github.com/grassmunk/Chicago95/pull/362 is merged
18
+ # Fix missing icons in xfce4-notifyd for volume
19
+ cd /usr/share/icons/Chicago95/status/32
20
+ for icon in audio-volume-* ; do
21
+ cd ../symbolic
22
+ ln -s ../32/$icon $icon
23
+ done
24
+
17
25
update-mime-database /usr/share/mime
18
26
gdk-pixbuf-query-loaders-64 --update-cache
Original file line number Diff line number Diff line change 11
11
configure-palemoon :
12
12
echo " Opening Pale Moon to install Netscape theme"
13
13
palemoon " https://addons.palemoon.org/addon/moonscape/" >/ dev/ null 2 >&1 &
14
+
15
+ [group (' Apps' )]
16
+ configure-audacious :
17
+ mkdir -p ~/ .var/ app/ org.atheme.audacious/ data/ audacious/ Skins
18
+ cd ~/ .var/ app/ org.atheme.audacious/ data/ audacious/ Skins
19
+ mkdir Winamp
20
+ cd Winamp
21
+ wget https:// archive.org/ download/ winampskin_Winamp_Classic_CM/ Winamp_Classic_CM.wsz
22
+ unzip *.wsz && rm *.wsz
23
+
Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ modules:
20
20
- type : rpm-ostree
21
21
install :
22
22
- btop
23
+ - catfish
23
24
- fastfetch
24
25
- libcanberra
25
26
- lightdm-gtk-greeter-settings
26
27
- mate-disk-usage-analyzer
27
28
- mate-system-monitor
28
29
- menulibre
29
30
- neovim
31
+ - orage
30
32
- python3-cairosvg
31
33
- plymouth-plugin-script
32
34
- qt5ct
@@ -49,7 +51,7 @@ modules:
49
51
- 03-ublue.sh
50
52
- 10-install-appimages.sh
51
53
- 20-chicago95.sh
52
- - 21-fix-icon-sizes.py
54
+ # - 21-fix-icon-sizes.py
53
55
- 29-finalize-de-tweaks.sh
54
56
55
57
- type : default-flatpaks
You can’t perform that action at this time.
0 commit comments