Skip to content
Snippets Groups Projects
Commit 2b43b0bc authored by tobiglaser's avatar tobiglaser
Browse files

copy config + lxpanel config

parent 75d208ed
No related branches found
No related tags found
No related merge requests found
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.
Global {
edge=bottom
align=center
margin=0
widthtype=percent
width=100
height=26
transparent=0
tintcolor=#000000
alpha=0
setdocktype=1
setpartialstrut=1
autohide=0
heightwhenhidden=0
usefontcolor=1
fontcolor=#ffffff
background=1
backgroundfile=/usr/share/lxpanel/images/background.png
}
Plugin {
type=menu
Config {
image=/usr/share/lxde/images/lxde-icon.png
system {
}
separator {
}
item {
command=run
}
padding=0
}
}
Plugin {
type=launchbar
Config {
Button {
id=pcmanfm.desktop
}
Button {
id=lxde-x-www-browser.desktop
}
Button {
id=arduinocontrol.desktop
}
Button {
id=arduino.desktop
}
}
}
Plugin {
type=space
Config {
Size=10
}
}
Plugin {
type=taskbar
expand=1
Config {
tooltips=1
IconsOnly=0
AcceptSkipPager=1
ShowIconified=1
ShowMapped=1
ShowAllDesks=0
UseMouseWheel=1
UseUrgencyHint=1
FlatButton=0
MaxTaskWidth=150
spacing=1
}
}
Plugin {
type=dclock
Config {
ClockFmt=%R
TooltipFmt=%A %x
BoldFont=0
IconOnly=0
CenterText=1
}
}
Plugin {
type=launchbar
Config {
Button {
id=org.gnome.Screenshot.desktop
}
}
}
Plugin {
type=tray
Config {
}
}
......@@ -49,10 +49,10 @@
sudo chown -R $myuser:$myuser /home/$myuser/.vnc
sudo chmod 0600 /home/$myuser/.vnc/passwd
# thx https://askubuntu.com/questions/328240/assign-vnc-password-using-script
sudo cp vnc/xstartup /home/$myuser/.vnc/xstartup
echo " VNC Password: $mypasswd"
echo " copying configuration files"
sudo cp vnc/xstartup /home/$myuser/.vnc/xstartup
sudo cp -r config/ /home/$myuser/.config
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment