diff options
| author | Syndamia <kamen@syndamia.com> | 2022-12-31 19:43:40 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-12-31 19:43:40 +0200 |
| commit | bc78d9ead3a9a62e9d44e10d3b3cbc38bb7e0e45 (patch) | |
| tree | ec4a68b68972eb38167a511935e7b78382e70b29 /gentoo/Makefile | |
| parent | fd409e0ce6478fefe87998de6fd8d6bdfe48cfef (diff) | |
| download | application-setup-bc78d9ead3a9a62e9d44e10d3b3cbc38bb7e0e45.tar application-setup-bc78d9ead3a9a62e9d44e10d3b3cbc38bb7e0e45.tar.gz application-setup-bc78d9ead3a9a62e9d44e10d3b3cbc38bb7e0e45.zip | |
[gentoo/themeing] Implemented dunst-applet-icons, ob-blocks and mint-y-icons
Diffstat (limited to 'gentoo/Makefile')
| -rw-r--r-- | gentoo/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
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: |
