Merge branch 'main' of ssh://git.xenia.me.uk:2222/xenia/nixos
This commit is contained in:
commit
2da1137086
6
Makefile
6
Makefile
|
@ -43,10 +43,10 @@ $(CONFIG_DIR) $(HOMEMANAGER_CONFIG_DIR) $(BIN_DIR):
|
|||
mkdir -p $@
|
||||
|
||||
$(CONFIG_DIR)/nvim: $(CONFIG_DIR)
|
||||
git clone $(NVIM_REPO) $@
|
||||
[ -d $@ ] && touch $@ || git clone $(NVIM_REPO) $@
|
||||
|
||||
$(CONFIG_DIR)/hypr: $(CONFIG_DIR)
|
||||
git clone $(HYPR_REPO) $@
|
||||
[ -d $@ ] && touch $@ || git clone $(HYPR_REPO) $@ | continue
|
||||
|
||||
$(CONFIG_DIR)/waybar: $(CONFIG_DIR)
|
||||
git clone $(WAYBAR_REPO) $@
|
||||
[ -d $@ ] && touch $@ || git clone $(WAYBAR_REPO) $@ | continue
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
return {
|
||||
audible_bell = "Disabled",
|
||||
font_size = 14,
|
||||
window_background_opacity = 0.70,
|
||||
window_background_opacity = 0.80,
|
||||
macos_window_background_blur = 20,
|
||||
color_scheme = scheme_name,
|
||||
use_fancy_tab_bar = false,
|
||||
|
|
Loading…
Reference in a new issue