Unity look'n feel

Questions concerning LXDE themes, interface design, posters, logos and images. If you would like to help with design related tasks of LXDE, please join the Design Project and subscribe to the design mailing list.
Locked
defdef
Posts: 1
Joined: Fri Apr 12, 2013 9:31 pm

Unity look'n feel

Post by defdef »

Hi,

When switching from the slow ubuntu to the wonderfull Lubuntu, I miss the Unity look 'n feel.
So I configured LXDE to look the same.

Code: Select all

fred@fred-pc:~/.config/lxpanel/Lubuntu$ ls *
config

panels:
panel  top
fred@fred-pc:~/.config/lxpanel/Lubuntu$ cat config
[Command]
FileManager=pcmanfm %s
Terminal=lxterminal -e
Logout=lubuntu-logout
fred@fred-pc:~/.config/lxpanel/Lubuntu$ cat panels/*
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.

Global {
    edge=top
    allign=right
    margin=0
    widthtype=request
    width=116
    height=18
    transparent=0
    tintcolor=#000000
    alpha=129
    autohide=0
    heightwhenhidden=2
    setdocktype=1
    setpartialstrut=0
    usefontcolor=0
    fontsize=10
    fontcolor=#000000
    usefontsize=1
    background=0
    backgroundfile=/usr/share/lxpanel/images/lubuntu-background.png
    iconsize=18
    loglevel=2
}

Plugin {
    type = volumealsa
}

Plugin {
    type = tray
}

Plugin {
    type = thermal
    Config {
        NormalColor=#555555
        Warning1Color=#fff000
        Warning2Color=#ff0000
        CustomLevels=1
        Warning1Temp=80
        Warning2Temp=85
        AutomaticSensor=1
        Sensor=/sys/class/thermal/thermal_zone0/
    }
}

Plugin {
    type = dclock
    Config {
        ClockFmt=%R
        TooltipFmt=%A %x
        BoldFont=1
        IconOnly=0
        CenterText=0
    }
}

# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.

Global {
    edge=left
    allign=center
    margin=0
    widthtype=percent
    width=100
    height=32
    transparent=1
    tintcolor=#000000
    alpha=64
    autohide=1
    heightwhenhidden=2
    setdocktype=1
    setpartialstrut=1
    usefontcolor=0
    fontsize=10
    fontcolor=#000000
    usefontsize=0
    background=0
    backgroundfile=/usr/share/lxpanel/images/background.png
    iconsize=32
    loglevel=2
}

Plugin {
    type = taskbar
    expand=1
    Config {
        tooltips=1
        IconsOnly=1
        ShowAllDesks=1
        UseMouseWheel=1
        UseUrgencyHint=1
        FlatButton=1
        MaxTaskWidth=200
        spacing=0
        GroupedTasks=1
    }
}

Plugin {
    type = space
    expand=1
    Config {
        Size=2
    }
}

Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/lxrandr.desktop
        }
        Button {
            id=/usr/share/applications/firefox.desktop
        }
        Button {
            id=/usr/share/applications/lxterminal.desktop
        }
        Button {
            id=/usr/share/applications/filezilla.desktop
        }
        Button {
            id=/usr/share/applications/vlc.desktop
        }
        Button {
            id=/usr/share/applications/galculator.desktop
        }
        Button {
            id=/usr/share/applications/pcmanfm.desktop
        }
    }
}

Plugin {
    type = wincmd
    Config {
        image=window-manager
        Button1=iconify
        Button2=shade
        Toggle=0
    }
}

Plugin {
    type = menu
    Config {
        image=/usr/share/lxpanel/images/my-computer.png
        system {
        }
        separator {
        }
        item {
            command=run
        }
        separator {
        }
        item {
            image=gnome-logout
            command=logout
        }
    }
}
Last edited by defdef on Fri Apr 12, 2013 10:14 pm, edited 1 time in total.
Rex Bouwense
Posts: 1093
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: Unity look'n feel

Post by Rex Bouwense »

That's a switch. Many of us who switched from Ubuntu to Lubuntu did so because of the Unity desktop as well as the speed and the low resource requirement. Interesting. Welcome to the LXDE forum.
Rex
rayzer
Posts: 9
Joined: Fri May 10, 2013 2:36 pm

Re: Unity look'n feel

Post by rayzer »

this was an old unity inspired look i did in lubuntu a while back, worked pretty well Image
Locked