Skip to content

Commit

Permalink
chore: bump Chicago95 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Feb 16, 2025
1 parent 3eafa99 commit dd5caf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
5 changes: 5 additions & 0 deletions docs/screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ The default mail application is [Epyrus](http://www.epyrus.org), pictured above
## Software Development

![https://blue95.neocities.org/screenshot-code.png](https://blue95.neocities.org/screenshot-code.png)


## Ultrawide Display

![https://blue95.neocities.org/screenshot-wide.png](https://blue95.neocities.org/screenshot-wide.png)
6 changes: 3 additions & 3 deletions files/scripts/20-chicago95.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ set -xueo pipefail

# Fetch
cd /tmp
wget https://github.com/grassmunk/Chicago95/archive/31a357c.zip
# TODO: add renovate
CHICAGO95_SHA=71e854e45fa8adeeb911aa77662557cf5c4bcaf1
wget https://github.com/grassmunk/Chicago95/archive/${CHICAGO95_SHA}.zip
unzip -q *.zip
mv Chicago95* /usr/src/chicago95
cd /usr/src/chicago95

# Themes
cp -r Theme/Chicago95 /usr/share/themes
#flatpak override --filesystem=/usr/share/blue95/themes/
#flatpak override --env=GTK_THEME=Chicago95

# Icons and cursors
cp -r Icons/* Cursors/* /usr/share/icons/
Expand Down
8 changes: 0 additions & 8 deletions files/scripts/21-de-tweaks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ for f in $(find . -name "battery-level-90*"); do
fi
done

# TODO: remove when https://github.com/grassmunk/Chicago95/pull/362 is merged
# Fix missing icons in xfce4-notifyd for volume
cd /usr/share/icons/Chicago95/status/32
for icon in audio-volume-*; do
cd ../symbolic
ln -s ../32/$icon $icon
done

# Fix Wifi icons in NetworkManager applet (nm-applet)
for i in 16 24 32 48; do
j=$i
Expand Down

0 comments on commit dd5caf8

Please sign in to comment.