I3: Difference between revisions
imported>Pstn m Added some comments about effects of i3.extraPackages. |
imported>LinArcX Solve inconsistency between gtk2 and gtk3 themes |
||
Line 64: | Line 64: | ||
</nowiki> | </nowiki> | ||
}} | }} | ||
=== Solve inconsistency between gtk2 and gtk3 themes === | |||
If enabling '''dconf''' or installing '''Lxappearance''' but still see inconsistency between themes, you have to manually edit their configurations. In fact, It is possible to install some gtk3 themes but when you start another gtk2 application, your theme not effected properly. It's because there is no .gtkrc-2.0 in your home directory. First create it and paste these lines to it: | |||
{{file|~/.gtkrc-2.0|nix| | |||
<nowiki> | |||
gtk-theme-name="Sierra-compact-light" | |||
gtk-icon-theme-name="ePapirus" | |||
gtk-font-name="Ubuntu 11" | |||
gtk-cursor-theme-name="Deepin" | |||
gtk-cursor-theme-size=0 | |||
gtk-toolbar-style=GTK_TOOLBAR_BOTH | |||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR | |||
gtk-button-images=1 | |||
gtk-menu-images=1 | |||
gtk-enable-event-sounds=1 | |||
gtk-enable-input-feedback-sounds=1 | |||
gtk-xft-antialias=1 | |||
gtk-xft-hinting=1 | |||
gtk-xft-hintstyle="hintfull" | |||
gtk-xft-rgba="rgb" | |||
gtk-modules="gail:atk-bridge" | |||
</nowiki> | |||
Change the options based on your installed themes and icon packs. | |||
=== Wallpaper === | === Wallpaper === | ||
If <code>~/.background-image</code> exists then it will be displayed as a wallpaper. Options <code>services.xserver.desktopManager.wallpaper.combineScreens</code> and <code>.mode</code> control exactly how it is displayed. | If <code>~/.background-image</code> exists then it will be displayed as a wallpaper. Options <code>services.xserver.desktopManager.wallpaper.combineScreens</code> and <code>.mode</code> control exactly how it is displayed. |