Some changes...
This commit is contained in:
parent
b899f366c1
commit
9438236bb1
|
|
@ -11,7 +11,7 @@ monitor = ${env:MONITOR:eDP-1}
|
|||
include-file = ~/.config/polybar/top-bar
|
||||
modules-left = i3 arrow01 xwindow arrow0
|
||||
modules-center = term chrome editor fm music vpn1
|
||||
modules-right = arrow10 redshift arrow9 vpn-wireguard-wg arrow8 vpn arrow7 wlan arrow6 pkg arrow5 pavolume arrow4 battery arrow3 backlight arrow2 networkmanager arrow1 popup-calendar
|
||||
modules-right = arrow10 redshift arrow9 vpn-wireguard-wg arrow7 wlan arrow6 pkg arrow5 pavolume arrow4 battery arrow3 backlight arrow2 networkmanager arrow1 popup-calendar
|
||||
|
||||
;tray-position = right
|
||||
;tray-padding = 2
|
||||
|
|
@ -96,7 +96,7 @@ content-background = ${colors.base0B}
|
|||
type = custom/text
|
||||
content = ""
|
||||
content-foreground = ${colors.base0B}
|
||||
content-background = ${colors.base0F}
|
||||
content-background = ${colors.base0A}
|
||||
|
||||
[module/arrow8]
|
||||
type = custom/text
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ alias orphans='sudo pacman -Rns $(pacman -Qtdq)'
|
|||
alias di='kitty +kitten diff'
|
||||
alias kitheme="cd ~/.config/kitty/themes && fzf --preview 'head -n 40 {} && kitty @ set-colors -a -c {}'; cd -"
|
||||
alias yca="yadm commit -v -a"
|
||||
alias yp="yadm push"
|
||||
|
||||
#Check the weather:
|
||||
weath() { curl wttr.in/Hameenlinna ;}
|
||||
|
||||
|
|
|
|||
5
.zshrc
5
.zshrc
|
|
@ -70,10 +70,10 @@ plugins=(
|
|||
zsh-syntax-highlighting
|
||||
#zsh-autocomplete
|
||||
#fzf-tab
|
||||
archlinux
|
||||
#archlinux
|
||||
sudo
|
||||
tmux
|
||||
yadm
|
||||
#yadm
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
@ -92,4 +92,3 @@ eval "$(fasd --init auto)"
|
|||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
source /home/hate/.config/broot/launcher/bash/br
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ bluez
|
|||
bluez-utils
|
||||
borg
|
||||
bpytop
|
||||
broot
|
||||
bzip2
|
||||
chromium
|
||||
chrony
|
||||
|
|
|
|||
Loading…
Reference in New Issue