# xfce4-theme **Repository Path**: droidvm/xfce4-theme ## Basic Information - **Project Name**: xfce4-theme - **Description**: xfce4 仿 osx11 和 win11 - **Primary Language**: CSS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-11 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xfce4-theme #### 介绍 xfce4 仿 osx11 和 win11 #### 软件架构 osx 来自 https://github.com/vinceliuice/WhiteSur-gtk-theme win 来自 https://www.pling.com/p/2278411 #### 安装教程 tar -xzf ***.tar.gz -C / #### 使用说明 # 外观.主题 xfconf-query -c xsettings -p /Net/ThemeName -s "osx11-light" --create -t string exit_if_fail $? "xfce4 外观.主题 配置失败" # 外观.图标 xfconf-query -c xsettings -p /Net/IconThemeName -s 'osx11-light' --create -t string exit_if_fail $? "xfce4 外观.图标 配置失败" # 窗口.主题 xfconf-query -c xfwm4 -p /general/theme -s "osx11-light" --create -t string exit_if_fail $? "xfce4 窗口.主题 配置失败" xfconf-query -c xfwm4 -p /general/inactive_opacity -s 88 --create -t int exit_if_fail $? "xfce4 窗口.失焦窗口透明度 配置失败" xfconf-query -c xfwm4 -p /general/move_opacity -s 88 --create -t int exit_if_fail $? "xfce4 窗口.移动窗口透明度 配置失败" # 桌面.壁纸 xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorscreen/workspace0/last-image -s /usr/share/backgrounds/osx-default.png --create -t string exit_if_fail $? "xfce4 桌面.壁纸 配置失败" #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)