kde kubuntu , mac style
May 8, 2011 Leave a comment
THIS IS WHAT YOU COULD GET :
what i need :
1
sudo apt-get install plasma-widget-menubar plasma-widget-daisy
2
macos wallpaper
now , i idid the javascript for that , here it is but : MAKE SURE YOU HAVE DELETED EVERY PANEL BEFORE
to run it just ALT F2 and type
“desktop console”
copy and paste and you will get the panel on top
var panel = new Panel
if (panelIds.length == 1) {
// panel.location = 'bottom'
panel.location = 'top'
}
panel.height = 25
launcher = panel.addWidget("simplelauncher");
launcher.writeConfig("format", "Description");
launcher.writeConfig("showMenuTitles", "true");
launcher.writeConfig("views", "Applications,Favorites,Computer,Settings,RunCommand,Leave");
var dolphin = panel.addWidget("quicklaunch");
dolphin.writeConfig("iconUrls","file:////usr/share/applications/kde4/dolphin.desktop");
var menubar = panel.addWidget("menubar")
//menubar.writeConfig("useButtonFormFactor", "false");
panel.addWidget("panelspacer_internal")
pager = panel.addWidget("pager");
pager.writeConfig("rows", "1");
var help = panel.addWidget("quicklaunch")
//qlaunch.writeConfig("iconSize", "24")
help.writeConfig("iconUrls","file:///usr/share/applications/kde4/Help.desktop")
panel.addWidget("trash")
var systemtray = panel.addWidget("systemtray")
var clock = panel.addWidget("digital-clock");
clock.writeConfig("showDate", "true");
clock.writeConfig("showDay", "true");
clock.writeConfig("showSeconds", "true");
clock.writeConfig("showYear", "true");
clock.writeConfig("showShadow", "false");
clock.writeConfig("showYear", "true");
//clock.writeConfig("showTimezone", "true");
clock.writeConfig("plainClockFont", "Serif,12,-1,5,75,0,0,0,0,0");
clock.writeConfig("useCustomColor", "true");
clock.writeConfig("plainClockColor", "255,255,255");
clock.writeConfig("plainClockDrawShadow", "false");
lockout = panel.addWidget("lockout");
//lockout.writeConfig("showHibernateButton","true");
lockout.writeConfig("showLogoutButton","true");
lockout.writeConfig("showLockButton","false");
lockout.writeConfig("showSleepButton","false");
lockout.writeConfig("showSwitchUserButton","false");
now you should get the panel on the top with the global menu.
NOTE if you have only :”file ==>exit” on global menu it’s because you are using an application that was started before to add global menu.
So … close every programs , and run dolphin , global menu should work now.
after that go on system settings : and select krandiose
now the windows decoration :
now select bespin (, systemsettins application appearance)
for the wallpaper right button on the destkop –> configure .. well we are not babies.





