Skip to content

Commit

Permalink
Use tinty as base16 manager
Browse files Browse the repository at this point in the history
Also remove flavours config.
  • Loading branch information
italovieira committed Feb 26, 2024
1 parent cf56466 commit 486b09a
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 36 deletions.
36 changes: 0 additions & 36 deletions flavours/.config/flavours/config.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
default:
extension: .conf
output: colors
35 changes: 35 additions & 0 deletions tinty/.config/tinted-theming/tinty/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[[items]]
path = "https://github.com/aarowill/base16-alacritty"
name = "base16-alacritty"
themes-dir = "colors"
hook = "cp %f ~/.config/alacritty/colors.toml"

[[items]]
path = "https://github.com/rkubosz/base16-sway"
name = "base16-sway"
themes-dir = "themes"
hook = "cp %f ~/.config/sway/colors && swaymsg reload"

[[items]]
path = "https://github.com/mnussbaum/base16-waybar"
name = "base16-waybar"
themes-dir = "colors"
hook = "cp %f ~/.config/waybar/colors.css && pkill -SIGRTMIN+7 waybar"

[[items]]
path = "~/.config/tinted-theming/.custom-templates/tmux"
name = "custom-tmux"
themes-dir = "colors"
hook = "cp %f ~/.tmux/theme.conf && tmux source-file ~/.tmux.conf"

[[items]]
path = "https://github.com/tinted-theming/base16-dunst"
name = "base16-dunst"
themes-dir = "themes"
hook = "cp %f ~/.config/dunst/dunstrc.d/theme.conf && pkill dunst"

[[items]]
path = "https://github.com/tinted-theming/base16-rofi"
name = "base16-rofi"
themes-dir = "colors"
hook = "cp %f ~/.config/rofi/colors.rasi"
2 changes: 2 additions & 0 deletions tinty/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.config/tinted-theming/.custom-templates/
!.config/tinted-theming/.custom-templates/*/templates/

0 comments on commit 486b09a

Please sign in to comment.