1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-22 03:53:43 +00:00

[i3] add config for gsimplecal

This commit is contained in:
Przemysław Grondek 2019-11-25 15:59:48 +01:00
parent 754c61105c
commit e699c42c60
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
close_on_unfocus = 1
force_lang = en_GB.utf8

12
i3/i3blocks/gsimplecal.mk Normal file
View 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)