KDE的Mac向折腾指南

惯例,先上图:

logo9

logo5 logo6 logo7 logo8

首先,KDE的全局菜单可以参考我以前的文章《KDE4的配置参考》。

然后,Plasma的主题是AG-plasma,aurorae主题是Yoxydaze-light。这些可以去kde-look里找。

底部的dock是plank,主题是ArHU,在deviantART中找到的。另外,plank上的图标是受gtk主题控制的,所以装numix-circle是最好不过的。

我的apps文件可以在这里下载:click here

~/.config/plank/dock1/settings文件:

#This file auto-generated by Plank.
#2014-12-06T09:47:52+0000

[PlankDockPreferences]
#Whether to show only windows of the current workspace.
CurrentWorkspaceOnly=false
#The size of dock icons (in pixels).
IconSize=42
#If 0, the dock won't hide. If 1, the dock intelligently hides. If 2, the dock auto-hides. If 3, the dock dodges active maximized windows.
HideMode=0
#Time (in ms) to wait before unhiding the dock.
UnhideDelay=0
#The monitor number for the dock. Use -1 to keep on the primary monitor.
Monitor=-1
#List of *.dockitem files on this dock. DO NOT MODIFY
DockItems=plank.dockitem;;google-chrome.dockitem;;dolphin.dockitem;;juk.dockitem;;eclipse.dockitem;;chrome-pjkebmlmkppdjcdcilfcjdkifljollfd-Default.dockitem;;kate.dockitem;;gwenview.dockitem;;wps-office-wps.dockitem;;konsole.dockitem;;sublime_text_3.dockitem;;love-wallpaper.dockitem;;ksysguard.dockitem;;virtualbox.dockitem
#The position for the dock on the monitor. If 0, left. If 1, right. If 2, top. If 3, bottom.
Position=3
#The dock's position offset from center (in percent).
Offset=0
#The name of the dock's theme to use.
Theme=ArHU
#The alignment for the dock on the monitor's edge. If 0, panel-mode. If 1, left-aligned. If 2, right-aligned. If 3, centered.
Alignment=3
#The alignment of the items in this dock if panel-mode is used. If 1, left-aligned. If 2, right-aligned. If 3, centered.
ItemsAlignment=3
#Whether to prevent drag'n'drop actions and lock items on the dock.
LockItems=false
#Whether to use pressure-based revealing of the dock if the support is available.
PressureReveal=false
#Whether to show only pinned applications. Useful for running more then one dock.
PinnedOnly=true
#Whether to automatically pin an application if it seems useful to do.
AutoPinning=true

~/.local/share/plank/themes/ArHU/中的dock.theme和hover.theme文件分别是:

#This file auto-generated by Plank.
#2014-12-06T06:22:37+0000

[PlankDrawingTheme]
#The roundness of the top corners.
TopRoundness=6
#The roundness of the bottom corners.
BottomRoundness=0
#The thickness (in pixels) of lines drawn.
LineWidth=0
#The color (RGBA) of the outer stroke.
OuterStrokeColor=0;;0;;0;;0
#The starting color (RGBA) of the fill gradient.
FillStartColor=255;;255;;255;;150
#The ending color (RGBA) of the fill gradient.
FillEndColor=255;;255;;255;;150
#The color (RGBA) of the inner stroke.
InnerStrokeColor=255;;255;;255;;255

[PlankDrawingDockTheme]
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
HorizPadding=0
#The padding on the top dock edge, in tenths of a percent of IconSize.
TopPadding=1
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
BottomPadding=1
#The padding between items on the dock, in tenths of a percent of IconSize.
ItemPadding=4
#The size of item indicators, in tenths of a percent of IconSize.
IndicatorSize=0
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
IconShadowSize=0
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
UrgentBounceHeight=0.10000000000000001
#The height (in percent of IconSize) to bounce an icon when launching an application.
LaunchBounceHeight=0.10000000000000001
#The opacity value (0 to 1) to fade the dock to when hiding it.
FadeOpacity=0
#The amount of time (in ms) for click animations.
ClickTime=150
#The amount of time (in ms) to bounce an urgent icon.
UrgentBounceTime=300
#The amount of time (in ms) to bounce an icon when launching an application.
LaunchBounceTime=300
#The amount of time (in ms) for active window indicator animations.
ActiveTime=150
#The amount of time (in ms) to slide icons into/out of the dock.
SlideTime=150
#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1).
FadeTime=100
#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
HideTime=100
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
GlowSize=30
#The total time (in ms) to show the hidden-dock urgent glow.
GlowTime=10000
#The time (in ms) of each pulse of the hidden-dock urgent glow.
GlowPulseTime=2000
#The hue-shift (-180 to 180) of the urgent indicator color.
UrgentHueShift=150
#The time (in ms) to move an item to its new position.
ItemMoveTime=150
#This theme written by Perian. thexperian.deviantart.com

[PlankDrawingTheme]
TopRoundness=3
LineWidth=0
OuterStrokeColor=0;;0;;0;;0
FillStartColor=0;;0;;0;;150
FillEndColor=0;;0;;0;;150
InnerStrokeColor=0;;0;;0;;0

以上是我折腾的结果,找主题也找了半天。大家如果有更好的主题与壁纸也拿来分享一下吧。

Comments