From d1cae16675ce30a5b7f75ac069ac70ae39703fd3 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 20 Feb 2025 10:42:28 +0100 Subject: [PATCH] customize swaybar --- dotfiles/zshrc | 4 ++++ waybar/config.jsonc | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 99e84e1..d438c3f 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -17,3 +17,7 @@ PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH EDITOR=nvim alias vi=nvim + +if [[ -e $HOME/.config/zsh/autocomplete_zeit ]]; then + source $HOME/.config/zsh/autocomplete_zeit +fi diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 9593da3..f005c05 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -21,7 +21,7 @@ "modules-center": [ "custom/wf-recorder", "sway/mode", - // "custom/weather" + "custom/weather", "sway/window" ], "modules-right": [ @@ -29,7 +29,7 @@ "sway/language", "custom/github", "custom/clipboard", - // "custom/zeit", + "custom/zeit", // "cpu", // "temperature", "battery", @@ -47,8 +47,8 @@ "backlight", // system - "custom/adaptive-light", - "custom/sunset", + // "custom/adaptive-light", + // "custom/sunset", "custom/pacman", "tray",