:: Re: [DNG] Default purpy desktop the…
Top Pagina
Delete this message
Reply to this message
Auteur: fsmithred
Datum:  
Aan: dng
Onderwerp: Re: [DNG] Default purpy desktop theme
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
> Dng@???
> 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