Enhance GTK theming

ubuntu/noble ubuntu/24.04.3
Aaron Rainbolt 5 months ago
parent 9363dac64b
commit d4330ce5a3

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

@ -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.

@ -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

@ -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…
Cancel
Save