Papirus 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Papirus 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Papirus 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 GPLv3
开发语言 查看源码 »
操作系统 Linux
软件类型 开源软件
所属分类 应用工具开源图标
开源组织
地区 不详
投 递 者 Alias_Travis
适用人群 未知
收录时间 2022-09-13

软件简介

Papirus 是一个免费和开源的 Linux SVG 图标主题,基于 Paper Icon Set 并带有很多新的图标和一些额外的功能,如支持Hardcode-Tray、支持 KDE colorscheme、支持文件夹颜色等。

Papirus 图标主题有五个变体:

  • Papirus
  • Papirus Dark
  • Papirus Light
  • ePapirus(仅适用于 elementary OS 和 Pantheon Desktop)
  • ePapirus Dark(仅适用于 elementary OS 和 Pantheon Desktop)

安装

Ubuntu 及其衍生产品

安装 Papirus

sudo add-apt-repository ppa:papirus/papirus
sudo apt-get update
sudo apt-get install papirus-icon-theme

Debian 及其衍生产品

Debian 命令会有所不同:

sudo sh -c "echo 'deb http://ppa.launchpad.net/papirus/papirus/ubuntu focal main' > /etc/apt/sources.list.d/papirus-ppa.list"

sudo apt-get install dirmngr
sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/papirus.gpg --keyserver keyserver.ubuntu.com --recv E58A9D36647CAE7F
sudo chmod 644 /etc/apt/trusted.gpg.d/papirus.gpg
sudo apt-get update
sudo apt-get install papirus-icon-theme

Papirus 安装程序

使用脚本直接从此 repo 安装最新版本(独立于您的发行版):

注意: 使用相同的脚本来更新图标主题。

ROOT 目录(推荐)

wget -qO- https://git.io/papirus-icon-theme-install | sh

GTK 的 HOME 目录

wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.icons" sh

KDE 的 HOME 目录

wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.local/share/icons" sh

BSD 系统

wget -qO- https://git.io/papirus-icon-theme-install | env DESTDIR="/usr/local/share/icons" sh

卸载

wget -qO- https://git.io/papirus-icon-theme-uninstall | sh
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
4 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部