ManjaroKDE美化记录

零、参考

https://www.youtube.com/watch?v=zfOe1Kfb4WEhttps://www.youtube.com/watch?v=zfOe1Kfb4WE设置完成后展示

 一、初始设置

#mkdir -p创建以下文件

~/.local/share/plasma/look-and-feel/  #存放全局主题 #global theme

~/.local/share/plasma/desktoptheme/   #存放plasma视觉风格 #plasma style

~/.local/share/plasma/plasmoids/      # 存放插件 #widgets

~/.local/share/aurorae/themes/  # 存放窗口装饰 #window decorations

~/.local/share/color-schemes/  # 存放颜色 #colcrs

~/.local/share/icons/  # 存放图标 #icons

~/.local/share/fonts/  # 存放字体 #fonts

~/.local/share/sddm/themes/  # 欢迎屏幕 #splash screen

~/.local/share/backgrounds/  # 壁纸 

~/.local/share/kwin/scripts #system setting>>window mangement>>KWin Scripts

 1、plasmaconfigsaver插件,防止把系统搞崩,保存一个设置快照

Plasma Customization Saver - KDE Storehttps://store.kde.org/p/1298955/

#解压缩

tar -zxvf com.pajuelo.plasmaConfSaver-1.6.tar.gz

#复制到相应文件夹

cp -r ~/Downloads/com.pajuelo.plasmaConfSaver
~/.local/share/plasma/plasmoids

添加该插件保存一个初始配置

 

 

2、 system setting>>window mangement>>window behavior>>advanced,window placement改为centered

3、system setting>>window mangement>>KWin Scripts

#相关设置添加该文件夹下

~/.local/share/kwin/scripts

添加 force blur 

Force Blur - KDE StoreForce-enable blur effect for user-specified windowshttps://store.kde.org/p/1294604/添加Latte Window Colors

https://store.kde.org/p/1290287/https://store.kde.org/p/1290287/添加上面两个功能

 

4、 system setting>>workspace behavior>>Desktop effects

搜索blur

设置为

 

搜索slide,勾选slide back

 搜索dim,勾选dim screen for administrator mode

搜索scale,并勾选

5、system setting>>workspace behavior>>screen edge

 

左上第一个勾选 present windows -all desktops

其他都为no action

6、system setting>>workspace behavior>>virtual Desktops

改为1行4个

 配置show animation when switching

改为

 7、system setting>>search>>KRunner

kRunner position改为center

8、system setting>>display and monitor>>compositor

scale method改为smooth

 9、system setting>>apperence>>splash screen设置为none

 10、system setting>>apperence>>window decorations设置为

11、添加壁纸

二、配置主题/图标/光标/字体

1、安装orchis-KDE主题

GitHub - vinceliuice/Orchis-kde: Orchis themes for kde plasmahttps://github.com/vinceliuice/Orchis-kde

#下载并安装

cd ~/Downloads

git clone https://github.com/vinceliuice/Orchis-kde.git
cd Orchis-kde
./install

2、安装 Orchis-GTK 主题

GitHub - vinceliuice/Orchis-theme: Orchis is a [Material Design](https://material.io) theme for GNOME/GTK based desktop environments.Orchis is a [Material Design](https://material.io) theme for GNOME/GTK based desktop environments. - GitHub - vinceliuice/Orchis-theme: Orchis is a [Material Design](https://material.io) theme for GNOME/GTK based desktop environments.https://github.com/vinceliuice/Orchis-theme

#安装依赖

yay -S gtk-engine-murrine

yay -S sassc

#下载并安装

cd ~/Downloads

git clone https://github.com/vinceliuice/Orchis-theme.git

cd Orchis-theme

./install

3、安装 Tele 图标圆圈主题

GitHub - vinceliuice/Tela-circle-icon-theme: Tela-circle-icon-themeTela-circle-icon-theme. Contribute to vinceliuice/Tela-circle-icon-theme development by creating an account on GitHub.https://github.com/vinceliuice/Tela-circle-icon-theme

cd ~/Downloads

git clone https://github.com/vinceliuice/Tela-circle-icon-theme.git 

cd Tela-circle-icon-theme

./install -a

4、安装 Vimix 游标

GitHub - vinceliuice/Vimix-cursors: Vimix-cursors for linux desktophttps://github.com/vinceliuice/Vimix-cursors

cd ~/Downloads

git clone https://github.com/vinceliuice/Tela-circle-icon-theme.githttps://github.com/vinceliuice/Vimix-cursors.git

cd Vimix-cursors

./install

配置上述安装文件

5、system setting>>apperence>>global theme选择orchis-dark

6、system setting>>apperence>>icons选择tela circle blue

7、system setting>>apperence>>cursors选择vimix cursors-white

8、添加字体

#将该字体复制到~/.fonts

mkdir ~/.fonts

cp ~/Downloads/kde-setup-02/fonts/* ~/.fonts

system setting>>apperence>>fonts里点击adjust all founts(可能需要重启才能找到新添加字体)

8、system setting>>apperence>>application style>>configure GNOME/GTK Application style

 

GTK theme选择orchis-dark

9、system setting>>window management>>task switcher

visualization选择orchis-dark

 三、配置 Kvantum 主题和 SDDM

1、配置kvantum

yay -S kvantum-qt5

打开Kvantum Manager,点击change/delete Theme

选择orchis-dark

system setting>>apperence>>application style选择kvantum-dark 

 2、配置sddm

找到之前下载的Orchis-kde文件夹,从sddm打开terminal

~/Downloads/Orchis-kde/sddm » ls                                           
install.sh  Orchis  README.md
~/Downloads/Orchis-kde/sddm » ./install.sh                             
[ Error! ] -> Run me as root !   
[ Trusted ] Specify the root password : [sudo] password for llyk:    
* Install Orchis in /usr/share/sddm/themes...   
  
* All done!

system setting>>startup and shutdown>>login screen选择orchis

点中间的图片,然后选择load from file,替换为和背景一样的图片

四、安装和配置 plasmoids 小部件

- Plasma ConfigSaver #之前已安装

- Latte Spacer

- Latte Separator

- Event Calendar

- ditto menu

- Virtual Desktop Bar

1、Latte Spacer

Latte Spacer - KDE StorePlasma 5 applet that acts as a spacer between applets. This plasmoid is coming from Latte land but it can also support Plasma panels.Features:* Length option can support three different modes: --...https://store.kde.org/p/1287102/下载该插件

解压缩后复制到

~/.local/share/plasma/plasmoids

2、Latte Separator

Latte Separator - KDE Storehttps://store.kde.org/p/1295376/

下载解压缩后复制到

~/.local/share/plasma/plasmoids

3、Event Calendar

Event Calendar - KDE Storehttps://store.kde.org/p/998901/

下载解压缩后复制到

~/.local/share/plasma/plasmoids

4、ditto menu

Ditto Menu - KDE Storehttps://store.kde.org/p/1312669/

下载解压缩后复制到

~/.local/share/plasma/plasmoids

5、Virtual Desktop Bar

GitHub - wsdfhjxc/virtual-desktop-bar: A pager panel widget for KDE PlasmaA pager panel widget for KDE Plasma. Contribute to wsdfhjxc/virtual-desktop-bar development by creating an account on GitHub.https://github.com/wsdfhjxc/virtual-desktop-bar

cd ~/Downloads 

git clone https://github.com/wsdfhjxc/virtual-desktop-bar.git

cd virtual-desktop-bar

./scripts/install-dependencies-arch.sh

./scripts/install-applet.sh

五、安装和配置 Latte-Dock

yay -S latte-dock-git

#这个地方要用git版本

 把状态栏拖到上面

 右键dock栏,在Layouts里选择Edit Layouts

 选择import

导入kde-setuo-02文件夹里的 chromix-bar.layout.latte文件

 单击switch

然后就可以得到如下效果 

system setting>> startup and shutdown>>autostart里保证latte dock开机自启

四桌面这里右键选择config virtual desktop bar

 appearance往下拉,style选择Number

得到效果如下

 

五、安装和配置 Conky(可选)

yay -S conky-lua-nv

yay -S curl jq

#将kde-setup-02里的conky文件夹复制到~/.conky

cp -r ~/Downloads/kde-setup-02/conky/* ~/.conky

system setting>>startup and shutdown>>autostart里设置自启动add login script

 选择添加~/.conky/Antares/start_conky.sh

得到效果如下

 六、附加配置(可选)

1、设置firefox类似chrome的布局

https://github.com/vinceliuice/Orchis-theme/tree/master/src/firefoxicon-default.png?t=M4ADhttps://github.com/vinceliuice/Orchis-theme/tree/master/src/firefox

2、利用Powerlevel10k设置zsh

GitHub - romkatv/powerlevel10k: A Zsh themeA Zsh theme. Contribute to romkatv/powerlevel10k development by creating an account on GitHub.https://github.com/romkatv/PowerLevel10k#arch-linux 七、更改锁屏背景

system setting>>workspace behavior>>screen locking>>apperence点configure

八、完成设置

剩下的自行配置到让自己满意的状态

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值