Enhance GTK theming
This commit is contained in:
parent
9363dac64b
commit
d4330ce5a3
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
lubuntu-default-settings (24.04.3) noble; urgency=medium
|
||||
|
||||
* Added breeze-gtk-theme to Recommends.
|
||||
* Set GTK theming defaults.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 28 Dec 2023 23:43:11 +0000
|
||||
|
||||
lubuntu-default-settings (24.04.2) noble; urgency=medium
|
||||
|
||||
* Change the default power icon type to have more details.
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -19,5 +19,6 @@ Depends: fonts-ubuntu,
|
||||
openbox,
|
||||
policykit-desktop-privileges,
|
||||
${misc:Depends}
|
||||
Recommends: breeze-gtk-theme
|
||||
Description: default settings for Lubuntu
|
||||
Various system settings tailored for Lubuntu.
|
||||
|
8
src/etc/xdg/xdg-Lubuntu/gtk-2.0/gtkrc
Normal file
8
src/etc/xdg/xdg-Lubuntu/gtk-2.0/gtkrc
Normal file
@ -0,0 +1,8 @@
|
||||
gtk-theme-name = "Breeze"
|
||||
gtk-icon-theme-name = "ePapirus"
|
||||
gtk-font-name = "Ubuntu 11"
|
||||
gtk-button-images = 1
|
||||
gtk-menu-images = 1
|
||||
gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ
|
||||
gtk-cursor-theme-name = breeze_cursors
|
||||
gtk-cursor-theme-size = 18
|
9
src/etc/xdg/xdg-Lubuntu/gtk-3.0/settings.ini
Normal file
9
src/etc/xdg/xdg-Lubuntu/gtk-3.0/settings.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[Settings]
|
||||
gtk-theme-name = Breeze
|
||||
gtk-icon-theme-name = ePapirus
|
||||
gtk-font-name = Ubuntu 11
|
||||
gtk-menu-images = 1
|
||||
gtk-button-images = 1
|
||||
gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ
|
||||
gtk-cursor-theme-name = breeze_cursors
|
||||
gtk-cursor-theme-size = 18
|
Loading…
x
Reference in New Issue
Block a user