[i3] add config for gsimplecal
This commit is contained in:
parent
754c61105c
commit
e699c42c60
2 changed files with 15 additions and 0 deletions
3
i3/i3blocks/gsimplecal.config
Normal file
3
i3/i3blocks/gsimplecal.config
Normal file
|
@ -0,0 +1,3 @@
|
|||
close_on_unfocus = 1
|
||||
force_lang = en_GB.utf8
|
||||
|
12
i3/i3blocks/gsimplecal.mk
Normal file
12
i3/i3blocks/gsimplecal.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
CONFIG_DIR=$(HOME)/.config/gsimplecal
|
||||
|
||||
CONFIG_FILE=gsimplecal.config
|
||||
|
||||
install_gsimplecal: $(CONFIG_DIR)
|
||||
cp $(CONFIG_FILE) $(CONFIG_DIR)/config
|
||||
|
||||
clean_gsimplecal:
|
||||
rm -rf $(CONFIG_DIR)
|
||||
|
||||
$(CONFIG_DIR):
|
||||
mkdir -p $(CONFIG_DIR)
|
Loading…
Add table
Reference in a new issue