On Wed, 5/4/16, fsmithred <[email protected]> wrote: Subject: Re: [DNG] Default purpy desktop theme To: [email protected] Date: Wednesday, May 4, 2016, 11:13 AM On 05/04/2016 11:20 AM, Go Linux wrote:
> Evidently the default purpy desktop graphics didn't make it into the beta. > :( You can find the purpy wallpaper here (among all the others): > > https://git.devuan.org/devuan-packages/desktop-base/tree/master/backgrounds > > And it looks like the purpy window manager theme is here: > > https://git.devuan.org/devuan-packages/clearlooks-phenix-purpy-theme/tree/master > > Put the following elements into a directory named Clearlooks-Phenix-purpy: > > index.theme > gtk-3.0 > gtk-2.0 > openbox-3 > metacity-1 > xfwm4 > > Then put that directory in /usr/share/themes/ . > > You will also need to change two settings in Xfce: > > 1. Menu > Settings > Appearance > Clearlooks-Phenix-purpy > > 2. Menu > Settings > Window Manager > Clearlooks-Phenix-purpy > > Hopefully all this will be integrated by beta2. > > Enjoy the purpiness! > > golinux > _______________________________________________ > Dng mailing list > [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > @golinux: It looks nice! @everyone else: the following goes in the gtk-2.0 files to get rid of the giant icons in the popups on the desktop items (The ones that jump up and practically bite you when you hover a desktop icon.) --- cut style "xfdesktop-icon-view" { XfdesktopIconView::label-alpha = 0 XfdesktopIconView::selected-label-alpha = 0 XfdesktopIconView::tooltip-size = 0 base[NORMAL] = "#000000" base[SELECTED] = "#94928d" base[ACTIVE] = "#b5b3ac" fg[NORMAL] = "#ffffff" fg[SELECTED] = "#ffffff" fg[ACTIVE] = "#ffffff" } # xfce4 stuff widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" --- cut -------------------------------------------- For those unfamiliar with theming, these lines go at the very end of the purpy gtk-2.0/gtkrc file. Or if you'd like to get rid of the gigantic pops globally put that into a .gtkrc-2.0 file in you home directory. Depending on the theme and wallpaper, you may need to tweak some of the alpha and color settings. golinux _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
