From bc78d9ead3a9a62e9d44e10d3b3cbc38bb7e0e45 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 31 Dec 2022 19:43:40 +0200 Subject: [gentoo/themeing] Implemented dunst-applet-icons, ob-blocks and mint-y-icons --- .gitmodules | 3 +++ gentoo/Makefile | 17 +++++++++++------ gentoo/dotfiles | 2 +- gentoo/mint-y-icons | 1 + 4 files changed, 16 insertions(+), 7 deletions(-) create mode 160000 gentoo/mint-y-icons diff --git a/.gitmodules b/.gitmodules index 29885c9..f94f67a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "gentoo/xkbmon"] path = gentoo/xkbmon url = https://github.com/xkbmon/xkbmon +[submodule "gentoo/mint-y-icons"] + path = gentoo/mint-y-icons + url = https://github.com/linuxmint/mint-y-icons.git diff --git a/gentoo/Makefile b/gentoo/Makefile index 794cb4c..acf4ed1 100644 --- a/gentoo/Makefile +++ b/gentoo/Makefile @@ -53,19 +53,24 @@ xkbmon-update: xkbmon ## Themeing -themes: dunst-applet-icons ob-blocks ob-mint-y oreo-cursor bg-symbols meslolgs +themes: dunst-applet-icons ob-blocks mint-y-themes mint-y-icons oreo-cursor bg-symbols meslolgs .PHONY: dunst-applet-icons dunst-applet-icons: - # TODO + cp ./dotfiles/.b/usr/share/icons/tabler-icon-bell* /usr/share/icons/ .PHONY: ob-blocks ob-blocks: - # TODO: store here or in dotfiles Blocks theme + cp -r ./dotfiles/.b/usr/share/themes/Blocks/ /usr/share/themes/ + +.PHONY: mint-y-themes +mint-y-themes: + # TODO: find a repo in which they are stored, too much storage to put in dotfiles, proper repo is broken? + # cp -r ./dotfiles/.b/usr/share/themes/Mint-*/ ./usr/share/themes/ -.PHONY: ob-mint-y -ob-mint-y: - # TODO: store here or in dotfiles mint-y themes +.PHONY: mint-y-icons +mint-y-icons: + cp -r ./mint-y-icons/usr/share/icons/*/ /usr/share/icons/ .PHONY: oreo-cursor oreo-cursor: diff --git a/gentoo/dotfiles b/gentoo/dotfiles index a49034a..b5395ea 160000 --- a/gentoo/dotfiles +++ b/gentoo/dotfiles @@ -1 +1 @@ -Subproject commit a49034a8be52a79cf65a8797605085d48f84f4e8 +Subproject commit b5395ea31e494fa3e77849533c38d5a5539e0569 diff --git a/gentoo/mint-y-icons b/gentoo/mint-y-icons new file mode 160000 index 0000000..66c06a2 --- /dev/null +++ b/gentoo/mint-y-icons @@ -0,0 +1 @@ +Subproject commit 66c06a209f1981b3cdb5a6d50b4f1cafe0727bab -- cgit v1.2.3