Merge branch 'main' of ssh://git.xenia.me.uk:2222/xenia/nixos

This commit is contained in:
Evie Litherland-Smith 2023-05-26 14:33:12 +01:00
commit 2da1137086
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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,