mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
[i3] add config for gsimplecal
This commit is contained in:
parent
754c61105c
commit
e699c42c60
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…
Reference in New Issue
Block a user