Configure for .stowrc

This commit is contained in:
Ian Keane 2022-07-08 22:10:57 -04:00
parent e58bb4c0a0
commit 1091129506
132 changed files with 4 additions and 18 deletions

View file

@ -0,0 +1,66 @@
[[items]]
file = "~/.config/dunst/dunstrc"
template = "dunst"
rewrite = false
hook = "pkill dunst"
# fzf, bat, vim, dunst, lemonbar, dmenu, ls_colors?, st, bspwm
# [[items]]
# file = "~/.config/flavours/env.fish"
# template = "environment"
# rewrite = true
# hook = "~/.config/flavours/env.fish && lemonlaunch"
# # TODO: reload all env dependent things ?
[[items]]
file = "~/scripts/lemonlaunch"
template = "lemonlaunch"
rewrite = true
hook = "lemonlaunch &"
[[items]]
file = "~/.config/bspwm/bspwmrc"
template = "bspwm"
rewrite = false
hook = "bspc wm -r"
[[items]]
file = "~/.Xresources"
template = "xresources"
rewrite = false
start = "/* start flavours */"
end = "/* end flavours */"
hook = "xrdb -load .Xresources && pidof st | xargs kill -s USR1"
[[items]]
file = "~/.config/sxhkd/sxhkdrc"
template = "sxhkd"
rewrite = false
hook = "pkill -USR1 -x sxhkd"
# TODO: actually, make dmenu aliases and redefine them here
# TODO: cleanup sxhkdrc stuff ?
# [[items]]
# file = "~/repos/st/config.h"
# template = "st"
# rewrite = true
# hook = ""
# # TODO: don't rewrite whole file probably
[[items]]
file = "~/.config/nvim/lua/init.lua"
template = "nvim"
rewrite = false
start = "-- start flavours"
end = "-- end flavours"
hook = "echo 'loaded'"
[[items]]
file = "~/scripts/dmenu_run_top"
template = "dmenu_run_top"
rewrite = false
start = "# start flavours"
end = "# end flavours"
hook = ""

View file

@ -0,0 +1,34 @@
#!/usr/bin/fish
set -e FLAV01
set -e FLAV02
set -e FLAV03
set -e FLAV04
set -e FLAV05
set -e FLAV06
set -e FLAV07
set -e FLAV08
set -e FLAV09
set -e FLAV10
set -e FLAV11
set -e FLAV12
set -e FLAV13
set -e FLAV14
set -e FLAV15
set -e FLAV16
set -Ux FLAV01 "#ebdbb2"
set -Ux FLAV02 "#d5c4a1"
set -Ux FLAV03 "#bdae93"
set -Ux FLAV04 "#665c54"
set -Ux FLAV05 "#504945"
set -Ux FLAV06 "#3c3836"
set -Ux FLAV07 "#282828"
set -Ux FLAV08 "#9d0006"
set -Ux FLAV09 "#af3a03"
set -Ux FLAV10 "#f9f5d7"
set -Ux FLAV11 "#f9f5d7"
set -Ux FLAV12 "#9d0006"
set -Ux FLAV13 "#b57614"
set -Ux FLAV14 "#79740e"
set -Ux FLAV15 "#427b58"
set -Ux FLAV16 "#076678"