Skip to content

Commit

Permalink
Theme and template update
Browse files Browse the repository at this point in the history
- Force Qt to use GTK3 theme
- Added QtGtk engine package
- Fix GTK theme not getting recognized

Signed-off-by: shadichy <[email protected]>
  • Loading branch information
shadichy committed Jan 3, 2025
1 parent 849c102 commit d081314
Show file tree
Hide file tree
Showing 781 changed files with 212 additions and 3,164 deletions.
4 changes: 1 addition & 3 deletions packages/pkglist.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ acpid
bash
busybox
busybox-aaropa
qt6-gtk-platformtheme

# X11
xserver-xorg-core
Expand Down Expand Up @@ -67,6 +68,3 @@ gpicview
# Temporay packages (might be removed)
xorriso
mtools

lxappearance
qt6-gtk-platformtheme
3 changes: 3 additions & 0 deletions template/root/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Reload input devices
udevadm trigger

# Force Qt apps to use GTK3
export QT_QPA_PLATFORMTHEME=gtk3

# Start X11 if not running
if [ -z "$DISPLAY" ] && ! pidof X; then
startx /usr/bin/jwm
Expand Down
3 changes: 2 additions & 1 deletion template/root/.config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Settings]
gtk-theme-name=Raleigh-Reloaded
gtk-theme-name=Orchis-Pink-Dark-Compact
gtk-font-name=Sans 10
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
Expand All @@ -11,3 +11,4 @@ gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintmedium
gtk-icon-theme-name=Adwaita
4 changes: 3 additions & 1 deletion template/root/.gtkrc-2.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# Any customization should be done in ~/.gtkrc-2.0.mine instead.

include "/root/.gtkrc-2.0.mine"
gtk-theme-name="Raleigh-Reloaded"
gtk-theme-name="Orchis-Pink-Dark-Compact"
gtk-icon-theme-name="Adwaita"
gtk-font-name="Sans 10"
gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
Expand Down
Loading

0 comments on commit d081314

Please sign in to comment.