commit 9e2999f1b6e42992781e49883f17e9ee4965d67a parent 37da824764991bfb533fc41136af2ae37e82b36e Author: Stefan Koch <programming@stefan-koch.name> Date: Sun, 9 Oct 2022 21:01:11 +0200 include i3blocks-contrib Diffstat:
A | .chezmoiexternal.toml | | | 6 | ++++++ |
M | dot_config/i3blocks.conf | | | 2 | +- |
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml @@ -0,0 +1,6 @@ +[".local/share/i3blocks-contrib"] + type = "archive" + url = "https://github.com/vivien/i3blocks-contrib/archive/refs/heads/master.tar.gz" + exact = true + stripComponents = 1 + refreshPeriod = "168h" diff --git a/dot_config/i3blocks.conf b/dot_config/i3blocks.conf @@ -25,7 +25,7 @@ # The top properties below are applied to every block, but can be overridden. # Each block command defaults to the script name to avoid boilerplate. # Change $SCRIPT_DIR to the location of your scripts! -command=~/.config/i3blocks-contrib/$BLOCK_NAME/$BLOCK_NAME +command=~/.local/share/i3blocks-contrib/$BLOCK_NAME/$BLOCK_NAME separator_block_width=15 markup=none