Skip to content

Commit caaf08f

Browse files
committed
πŸ’Ž style: Add config theme icons to wizard
1 parent 65dcf6a commit caaf08f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

β€Žbiglinux-livecd/usr/bin/startbigliveβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ else
103103
export GDMSESSION=gnome
104104
export XDG_CURRENT_DESKTOP=gnome
105105
export QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor
106+
gsettings set org.gnome.desktop.interface icon-theme bigicons-papient
106107
gsettings set org.gnome.desktop.interface cursor-theme Bibata-Modern-Classic
107108
mutter --wayland /usr/bin/gnome-bbv-live-session
108109
fi

β€Žbiglinux-livecd/usr/share/biglinux/calamares/src/utils/constants.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Application Information
1010
APP_NAME = "BigLinux Calamares Config"
1111
APP_ID = "com.biglinux.calamares-config"
12-
APP_VERSION = "1.0.8"
12+
APP_VERSION = "1.0.9"
1313

1414
# Paths and Directories
1515
BASE_DIR = Path(__file__).parent.parent.parent

0 commit comments

Comments
Β (0)