Merge branch 'master' of ssh://git.nielandt.be:2222/joachim/chezmoi

This commit is contained in:
Joachim Nielandt 2022-06-24 11:45:39 +02:00
commit c9c210608e
94 changed files with 10 additions and 1587 deletions

View File

@ -412,14 +412,14 @@ label = %percentage_used%% %percentage_swap_used%%
type = custom/script type = custom/script
format-prefix=" " format-prefix=" "
format-prefix-foreground = ${colors.bright_yellow} format-prefix-foreground = ${colors.bright_yellow}
exec = ~/.dotfiles/polybar/polybar-scripts/updates-pacman/updates-pacman.sh exec = ~/.config/polybar/polybar-scripts/updates-pacman/updates-pacman.sh
interval = 600 interval = 600
[module/updates-aurhelper] [module/updates-aurhelper]
type = custom/script type = custom/script
format-prefix=" " format-prefix=" "
format-prefix-foreground = ${colors.bright_yellow} format-prefix-foreground = ${colors.bright_yellow}
exec = ~/.dotfiles/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh exec = ~/.config/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh
interval = 600 interval = 600
[module/reboot-check] [module/reboot-check]

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +0,0 @@
../.dotfiles/i3

View File

@ -1 +0,0 @@
../.dotfiles/oh-my-zsh

View File

@ -1 +0,0 @@
../.dotfiles/polybar

View File

@ -1 +0,0 @@
../.dotfiles/rofi

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,10 @@ sudo pacman -Sy \
qutebrowser \ qutebrowser \
reflector \ reflector \
xsel \ xsel \
xclip xclip \
eid-mw \
redshift \
brightnessctl
# these are doom (emacs) dependencies # these are doom (emacs) dependencies
sudo pacman -Sy \ sudo pacman -Sy \
@ -18,3 +21,6 @@ sudo pacman -Sy \
# install nice tools # install nice tools
sudo pacman -Sy \ sudo pacman -Sy \
tree tree
yay -Sy \
siji-git # siji font

View File

View File

@ -1 +0,0 @@
../.dotfiles/vim/vimrc.d

View File

@ -96,7 +96,7 @@ source $ZSH/oh-my-zsh.sh
[ -f ~/.zshrc.local ] && source ~/.zshrc.local [ -f ~/.zshrc.local ] && source ~/.zshrc.local
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.dotfiles/.p10k.zsh ]] || source ~/.dotfiles/.p10k.zsh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# this supposedly fixes the slow pasting into shell # this supposedly fixes the slow pasting into shell
zstyle ':bracketed-paste-magic' active-widgets '.self-*' zstyle ':bracketed-paste-magic' active-widgets '.self-*'

View File

@ -1 +0,0 @@
./.dotfiles/vim/.vimrc