Merge branch 'master' of ssh://git.nielandt.be:2222/joachim/chezmoi
@ -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]
|
||||||
|
Before Width: | Height: | Size: 539 B After Width: | Height: | Size: 539 B |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -1 +0,0 @@
|
|||||||
../.dotfiles/i3
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../.dotfiles/oh-my-zsh
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../.dotfiles/polybar
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../.dotfiles/rofi
|
|
||||||
@ -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
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
../.dotfiles/vim/vimrc.d
|
|
||||||
@ -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-*'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
./.dotfiles/vim/.vimrc
|
|
||||||